0913debef4064da415d5379001e1c003da297553
[vuplus_openembedded] / python / python-tlslite_0.3.0.oe
1 DESCRIPTION = "TLS Lite is a free python library that implements SSL 3.0 and TLS 1.0. TLS Lite supports non-traditional \
2 authentication methods such as SRP, shared keys, and cryptoIDs, in addition to X.509 certificates. TLS Lite is pure  \
3 Python, however it can access OpenSSL or cryptlib for faster crypto operations."
4 SECTION = "devel/python"
5 PRIORITY = "optional"
6 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
7 RDEPENDS = "python-core"
8 SRCNAME = "tlslite"
9
10 SRC_URI = "http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 S = "${WORKDIR}/${SRCNAME}-${PV}"
12
13 inherit distutils
14