[oe-commits] org.oe.dev python-pyopenssl_0.6.bb: add simple Python wrapper around OpenSSL

jeremy_laine commit openembedded-commits at lists.openembedded.org
Tue Nov 20 08:53:18 UTC 2007


python-pyopenssl_0.6.bb: add simple Python wrapper around OpenSSL

Author: jeremy_laine at openembedded.org
Branch: org.openembedded.dev
Revision: 665b4cb1684c47ed44b254783ed9a928b4bfc1a0
ViewMTN: http://monotone.openembedded.org/revision/info/665b4cb1684c47ed44b254783ed9a928b4bfc1a0
Files:
1
packages/python/python-pyopenssl_0.6.bb
Diffs:

#
# mt diff -r7474dc274cd34419f2c76088f150e44ce8b545df -r665b4cb1684c47ed44b254783ed9a928b4bfc1a0
#
# 
# 
# add_file "packages/python/python-pyopenssl_0.6.bb"
#  content [75b50571de2fa66c92ef726110dd9724a795edfb]
# 
============================================================
--- packages/python/python-pyopenssl_0.6.bb	75b50571de2fa66c92ef726110dd9724a795edfb
+++ packages/python/python-pyopenssl_0.6.bb	75b50571de2fa66c92ef726110dd9724a795edfb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Simple Python wrapper around the OpenSSL library"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+SRCNAME = "pyOpenSSL"
+DEPENDS = "openssl"
+RDEPENDS = "python-threading"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/pyopenssl/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils






More information about the Openembedded-commits mailing list