[oe-commits] org.oe.dev python-tlslite: update to 0.3.8

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Aug 16 14:14:35 UTC 2007


python-tlslite: update to 0.3.8

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 1b815ac5255faa23e3094f14f61cc5bff62fab26
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1b815ac5255faa23e3094f14f61cc5bff62fab26
Files:
1
packages/python/python-tlslite_0.3.0.bb
packages/python/python-tlslite_0.3.8.bb
Diffs:

#
# mt diff -r589c47f51328b90c9e342d2e74d7ff610b72473c -r1b815ac5255faa23e3094f14f61cc5bff62fab26
#
# 
# 
# delete "packages/python/python-tlslite_0.3.0.bb"
# 
# add_file "packages/python/python-tlslite_0.3.8.bb"
#  content [f829736646827662d315c90378f77fd58b84b0f6]
# 
============================================================
--- packages/python/python-tlslite_0.3.8.bb	f829736646827662d315c90378f77fd58b84b0f6
+++ packages/python/python-tlslite_0.3.8.bb	f829736646827662d315c90378f77fd58b84b0f6
@@ -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
+






More information about the Openembedded-commits mailing list