[oe-commits] Jan Lübbe : python-dateutil: add recipe

GIT User account git at amethyst.openembedded.net
Mon Apr 20 20:48:12 UTC 2009


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

Author: Jan Lübbe <jluebbe at debian.org>
Date:   Mon Apr 20 20:27:33 2009 +0000

python-dateutil: add recipe

---

 conf/checksums.ini                      |    8 ++++----
 recipes/python/python-dateutil_1.4.1.bb |   18 ++++++++++++++++++
 2 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 37fffcc..6a784fb 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -3562,10 +3562,6 @@ sha256=133caca2c4e7c64106555154ee0ff693f5cf5beb9421ce2eb86baee997d22368
 md5=0a1b1e67e3c61cda41b41a8886a90e78
 sha256=21786abe80f2c06eb9bef107d8c79f50a088a894cddf793112ce0417e83be531
 
-[http://linux.duke.edu/projects/metadata/generate/createrepo-0.9.tar.gz]
-md5=0a1b1e67e3c61cda41b41a8886a90e78
-sha256=21786abe80f2c06eb9bef107d8c79f50a088a894cddf793112ce0417e83be531
-
 [http://crimson.seul.org/files/crimson-0.4.8.tar.bz2]
 md5=460920e64b07ea0ef139a0f5d51bd2d9
 sha256=95784b14539dec30565b0bf1da8a3b1d51636142bbf1207c6d87256c92172aa7
@@ -17906,6 +17902,10 @@ sha256=7d17f07aa470cac6afc1b7e68745c1bf1767913ce52b401296e21cab245fe26b
 md5=975e5449d6670dd19498bb9ec4856d39
 sha256=0d904161351a8e55b272ed9691b12dca4278bed62fde53ba2a36f479996db910
 
+[http://labix.org/download/python-dateutil/python-dateutil-1.4.1.tar.gz]
+md5=2a5f25ab12fcefcf0b21348f2d47595a
+sha256=74b615c6a55b4421187feba1633fc233e7c5ebdd7abe9b092447a32946823357
+
 [http://downloads.sourceforge.net/python-fam/python-fam-1.1.1.tar.gz]
 md5=f6c760c6d8e5ea69a3fce029f7973558
 sha256=139f069a4455560a8c68c4c18569f2cb453eeda33d522862f7a4af13932d9cdc
diff --git a/recipes/python/python-dateutil_1.4.1.bb b/recipes/python/python-dateutil_1.4.1.bb
new file mode 100644
index 0000000..e2b57cd
--- /dev/null
+++ b/recipes/python/python-dateutil_1.4.1.bb
@@ -0,0 +1,18 @@
+DESCRIPTION = "Extensions to the standard Python date/time support"
+HOMEPAGE = "http://labix.org/python-dateutil"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "PSF"
+SRCNAME = "python-dateutil"
+PR = "0"
+
+SRC_URI = "http://labix.org/download/python-dateutil/${SRCNAME}-${PV}.tar.gz"
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit setuptools
+
+RDEPENDS = "\
+  python-core \
+  python-datetime \
+"
+





More information about the Openembedded-commits mailing list