From 9d43fd8d5edc5ace81b19864deee155c6536b7d8 Mon Sep 17 00:00:00 2001 From: Michael Lauer Date: Thu, 16 Aug 2007 13:49:41 +0000 Subject: python-tlslite: update to 0.3.8 --- packages/python/python-tlslite_0.3.0.bb | 13 ------------- packages/python/python-tlslite_0.3.8.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 packages/python/python-tlslite_0.3.0.bb create mode 100644 packages/python/python-tlslite_0.3.8.bb (limited to 'packages/python') diff --git a/packages/python/python-tlslite_0.3.0.bb b/packages/python/python-tlslite_0.3.0.bb deleted file mode 100644 index f860b4b1b4..0000000000 --- a/packages/python/python-tlslite_0.3.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "TLS Lite is a free python library that implements SSL 3.0 and TLS 1.0. TLS Lite supports non-traditional \ -authentication methods such as SRP, shared keys, and cryptoIDs, in addition to X.509 certificates. TLS Lite is pure \ -Python, however it can access OpenSSL or cryptlib for faster crypto operations." -SECTION = "devel/python" -PRIORITY = "optional" -LICENSE = "PD" -SRCNAME = "tlslite" - -SRC_URI = "http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" -S = "${WORKDIR}/${SRCNAME}-${PV}" - -inherit distutils - diff --git a/packages/python/python-tlslite_0.3.8.bb b/packages/python/python-tlslite_0.3.8.bb new file mode 100644 index 0000000000..d21d5cda38 --- /dev/null +++ b/packages/python/python-tlslite_0.3.8.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "TLS Lite is a free python library that implements SSL 3.0 and TLS 1.0. TLS Lite supports non-traditional \ +authentication methods such as SRP, shared keys, and cryptoIDs, in addition to X.509 certificates. TLS Lite is pure \ +Python, however it can access OpenSSL or cryptlib for faster crypto operations." +SECTION = "devel/python" +HOMEPAGE = "http://trevp.net/tlslite/" +PRIORITY = "optional" +LICENSE = "PD" +SRCNAME = "tlslite" +PR = "ml0" + +SRC_URI = "http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" +S = "${WORKDIR}/${SRCNAME}-${PV}" + +inherit distutils + -- cgit v1.2.3