[Lunar-commits] <moonbase> python-dateutil: initial import

Dennis 'stumbles' Veatch stumbles at lunar-linux.org
Fri Feb 27 17:14:00 CET 2009


commit 54c68cf0c876e561b1ffe6db871c2a63cb628fd8
Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
Date:   Fri Feb 27 11:14:00 2009 -0500

    python-dateutil: initial import
---
 python/python-dateutil/BUILD   |    7 +++++++
 python/python-dateutil/DEPENDS |    1 +
 python/python-dateutil/DETAILS |   13 +++++++++++++
 3 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/python/python-dateutil/BUILD b/python/python-dateutil/BUILD
new file mode 100644
index 0000000..d00ddda
--- /dev/null
+++ b/python/python-dateutil/BUILD
@@ -0,0 +1,7 @@
+(
+
+  python setup.py build &&
+  prepare_install &&
+  python setup.py install
+
+) > $C_FIFO 2>&1
diff --git a/python/python-dateutil/DEPENDS b/python/python-dateutil/DEPENDS
new file mode 100644
index 0000000..7d03d17
--- /dev/null
+++ b/python/python-dateutil/DEPENDS
@@ -0,0 +1 @@
+depends Python
diff --git a/python/python-dateutil/DETAILS b/python/python-dateutil/DETAILS
new file mode 100644
index 0000000..0679623
--- /dev/null
+++ b/python/python-dateutil/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=python-dateutil
+         VERSION=1.4.1
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://labix.org/download/python-dateutil/
+      SOURCE_VFY=sha1:0d06926ac127b8db333d91b3afb0eeb100ac7cac
+        WEB_SITE=http://labix.org/python-dateutil
+         ENTERED=20090227
+         UPDATED=20090227
+           SHORT="extensions to the standard datetime module, available in Python"
+cat << EOF
+The dateutil module provides powerful extensions to the standard datetime 
+module, available in Python 2.3+. 
+EOF


More information about the Lunar-commits mailing list