python-paste: Add new recipe
[openembedded.git] / recipes / python / python-tlslite_0.3.8.bb
blobae2d73c527688bffeff22406215adbee2d8d7e2c
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 HOMEPAGE = "http://trevp.net/tlslite/"
6 PRIORITY = "optional"
7 LICENSE = "PD"
8 SRCNAME = "tlslite"
9 PR = "ml1"
11 SRC_URI = "http://trevp.net/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
12 S = "${WORKDIR}/${SRCNAME}-${PV}"
14 inherit distutils