[oe-commits] Angus Ainslie : pydes : add a new recipe for a pure python DES implementation

GIT User account git at amethyst.openembedded.net
Fri May 8 17:20:21 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: dc0e8eb4a14d97530f22bd6b79840028500422e5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=dc0e8eb4a14d97530f22bd6b79840028500422e5

Author: Angus Ainslie <nytowl at openmoko.org>
Date:   Fri May  8 10:13:58 2009 -0600

pydes : add a new recipe for a pure python DES implementation

---

 conf/checksums.ini            |    4 ++++
 recipes/python/pydes_1.3.1.bb |   17 +++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 662a66c..acf0da7 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -17606,6 +17606,10 @@ sha256=12527f130dd695184c44c6197deb619c26c9b5b31ce7699a5dd97e0ad2dd7bd1
 md5=d2aa74615aa9cf23413975a68613ffc1
 sha256=12527f130dd695184c44c6197deb619c26c9b5b31ce7699a5dd97e0ad2dd7bd1
 
+[http://twhiteman.netfirms.com/pyDES/pyDes-1.3.1.tar.gz]
+md5=e499fdde54e98be87324c0322311e034
+sha256=4f1aae18f2aabb3559b8878d95a7228ebe6633fc4a88905935354ccdf2accc32
+
 [http://downloads.sourceforge.net/pyopenssl/pyOpenSSL-0.6.tar.gz]
 md5=af67fda6d2125cae9c56ee50430a40c7
 sha256=58ee9dd10fbd97d65347626f60a38aafdcb05d19ad90c883c4284266ba7ec959
diff --git a/recipes/python/pydes_1.3.1.bb b/recipes/python/pydes_1.3.1.bb
new file mode 100644
index 0000000..b266538
--- /dev/null
+++ b/recipes/python/pydes_1.3.1.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Python DES implementation"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+RDEPENDS = "python"
+
+PR = "r1"
+ARCH_pydes = "all"
+
+SRC_URI = "http://twhiteman.netfirms.com/pyDES/pyDes-1.3.1.tar.gz"
+
+inherit distutils
+
+S = ${WORKDIR}/pyDes-1.3.1
+
+
+





More information about the Openembedded-commits mailing list