[csw-devel] SF.net SVN: gar:[11317] csw/mgar/pkg/lang-python

opk at users.sourceforge.net opk at users.sourceforge.net
Mon Oct 18 10:16:22 CEST 2010


Revision: 11317
          http://gar.svn.sourceforge.net/gar/?rev=11317&view=rev
Author:   opk
Date:     2010-10-18 08:16:22 +0000 (Mon, 18 Oct 2010)

Log Message:
-----------
add package for python-dateutil

Added Paths:
-----------
    csw/mgar/pkg/lang-python/python-dateutil/
    csw/mgar/pkg/lang-python/python-dateutil/Makefile
    csw/mgar/pkg/lang-python/python-dateutil/branches/
    csw/mgar/pkg/lang-python/python-dateutil/tags/
    csw/mgar/pkg/lang-python/python-dateutil/trunk/
    csw/mgar/pkg/lang-python/python-dateutil/trunk/Makefile
    csw/mgar/pkg/lang-python/python-dateutil/trunk/checksums
    csw/mgar/pkg/lang-python/python-dateutil/trunk/files/

Added: csw/mgar/pkg/lang-python/python-dateutil/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python-dateutil/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/python-dateutil/Makefile	2010-10-18 08:16:22 UTC (rev 11317)
@@ -0,0 +1,15 @@
+# vim: ft=make ts=4 sw=4 noet
+
+default:
+	@echo "You are in the pkg/ directory."
+
+%:
+	$(MAKE) -C trunk $* 
+
+paranoid-%:
+	$(MAKE) -C trunk $* || exit 2 
+
+export BUILDLOG ?= $(shell pwd)/buildlog.txt
+
+report-%:
+	$(MAKE) -C trunk $* || echo "	*** make $* in $$i failed ***" >> $(BUILDLOG) 


Property changes on: csw/mgar/pkg/lang-python/python-dateutil/Makefile
___________________________________________________________________
Added: svn:keywords
   + URL Id


Property changes on: csw/mgar/pkg/lang-python/python-dateutil/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/lang-python/python-dateutil/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python-dateutil/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/python-dateutil/trunk/Makefile	2010-10-18 08:16:22 UTC (rev 11317)
@@ -0,0 +1,34 @@
+# $Id$
+GARNAME = python-dateutil
+GARVERSION = 1.5
+CATEGORIES = python
+
+DESCRIPTION = Dateutil provides powerful extensions to the standard python datetime module
+define BLURB
+  Dateutil offers functionality such as computing relative time deltas,
+  computing dates based on flexible recurrence rules, generic parsing of
+  dates, handling of tzfile(5) format files and computing of Easter
+  Sunday for various calendars.
+endef
+
+MASTER_SITES = http://labix.org/download/$(GARNAME)/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz
+SPKG_SOURCEURL = http://labix.org/$(GARNAME)/
+BUILD_DEP_PKGS = CSWpysetuptools
+PACKAGES = CSWpy-dateutil
+CATALOGNAME = py_dateutil
+
+EXTRA_MERGE_EXCLUDE_FILES += .*\.pyo .*\.pyc
+
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+TEST_SCRIPTS = dateutil
+
+LICENSE = LICENSE
+ARCHALL = 1
+
+include gar/category.mk
+
+test-dateutil:
+	(cd $(WORKSRC); python test.py)
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/lang-python/python-dateutil/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Added: csw/mgar/pkg/lang-python/python-dateutil/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/python-dateutil/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/python-dateutil/trunk/checksums	2010-10-18 08:16:22 UTC (rev 11317)
@@ -0,0 +1 @@
+35f3732db3f2cc4afdc68a8533b60a52  python-dateutil-1.5.tar.gz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list