From: Frans Meulenbroeks Date: Sun, 15 Feb 2009 13:27:23 +0000 (+0100) Subject: python-pycrypto: upgraded to svn; this fixes some bugs and adds functionality X-Git-Tag: Release-2010-05/1~3976^2~16^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5100bf98da9ac69ac9d38710db09bb5522e912f5;p=openembedded.git python-pycrypto: upgraded to svn; this fixes some bugs and adds functionality needed for some packages e.g. python-coherence --- diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 0cb3c17ba3..a4b1663b67 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -201,6 +201,7 @@ SRCREV_pn-python-coherence ?= "1161" SRCREV_pn-python-connexion ?= "1439" SRCREV_pn-python-formencode ?= "3148" SRCREV_pn-python-gsmd ?= "148" +SRCREV_pn-python-pycrypto ?= "d087280d7e9643a3e3f68f209932119fe6738b3c" SRCREV_pn-python-pyrtc ?= "eb39ce7fb81bfa64e1a9eb5f142ca3d1065be3fa" SRCREV_pn-python-pyyaml ?= "344" QEMUSRCREV ?= "4242" diff --git a/packages/python/python-pycrypto_svn.bb b/packages/python/python-pycrypto_svn.bb new file mode 100644 index 0000000000..9e6eecbebd --- /dev/null +++ b/packages/python/python-pycrypto_svn.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "A collection of cryptographic algorithms and protocols" +SECTION = "devel/python" +PRIORITY = "optional" +DEPENDS = "gmp" +SRCNAME = "pycrypto" +LICENSE = "pycrypto" +PR = "ml0" + +PV = "2.0.1+gitr${SRCREV}" +SRC_URI = "git://git.pycrypto.org:9419/crypto/pycrypto-2.x.git;protocol=git;branch=master" +S = "${WORKDIR}/git" + +inherit distutils