summaryrefslogtreecommitdiff
path: root/packages/python
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-15 15:19:55 +0100
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2009-02-15 15:19:55 +0100
commit052ad7178217ea10a9ee9617d22dc784034fe39c (patch)
tree10cb183053ad961ca2662bf0028cebfac62b3250 /packages/python
parentf1a9f183d3d0b83c6af12daaa32f87d180304080 (diff)
python-pycrypto: updated to git version, fixes bugs and adds functionality
Diffstat (limited to 'packages/python')
-rw-r--r--packages/python/python-pycrypto_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/python/python-pycrypto_git.bb b/packages/python/python-pycrypto_git.bb
new file mode 100644
index 0000000000..9e6eecbebd
--- /dev/null
+++ b/packages/python/python-pycrypto_git.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