SF.net SVN: gar:[22179] csw/mgar/pkg/lang-python
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Tue Oct 8 23:54:34 CEST 2013
Revision: 22179
http://gar.svn.sourceforge.net/gar/?rev=22179&view=rev
Author: wahwah
Date: 2013-10-08 21:54:34 +0000 (Tue, 08 Oct 2013)
Log Message:
-----------
py_pastedeploy: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/lang-python/pastedeploy/trunk/Makefile
csw/mgar/pkg/lang-python/pastedeploy/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lang-python/pastedeploy/
Modified: csw/mgar/pkg/lang-python/pastedeploy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python-dateutil/trunk/Makefile 2013-10-06 16:45:22 UTC (rev 22140)
+++ csw/mgar/pkg/lang-python/pastedeploy/trunk/Makefile 2013-10-08 21:54:34 UTC (rev 22179)
@@ -1,35 +1,15 @@
# $Id$
-NAME = python-dateutil
-VERSION = 1.5
+NAME = PasteDeploy
+VERSION = 1.5.0
CATEGORIES = python
GARTYPE = v2
-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
+DESCRIPTION = Load, configure, and compose WSGI applications and servers
-MASTER_SITES = http://labix.org/download/$(NAME)/
DISTFILES = $(DISTNAME).tar.gz
-SPKG_SOURCEURL = http://labix.org/$(NAME)/
-BUILD_DEP_PKGS = CSWpy-setuptools
-PACKAGES = CSWpy-dateutil
+VENDOR_URL = https://pypi.python.org/pypi/PasteDeploy
+PACKAGES = CSWpy-pastedeploy
-UPSTREAM_MASTER_SITES = http://labix.org/python-dateutil/
-
-TEST_SCRIPTS = dateutil
-
-LICENSE = LICENSE
ARCHALL = 1
-CHECKPKG_OVERRIDES_CSWpy-dateutil += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.6/site-packages/dateutil/tz.py
-CHECKPKG_OVERRIDES_CSWpy-dateutil += file-with-bad-content|/usr/share|root/opt/csw/lib/python2.7/site-packages/dateutil/tz.py
-
include gar/category.mk
-
-test-dateutil:
- (cd $(WORKSRC); python test.py)
- @$(MAKECOOKIE)
Modified: csw/mgar/pkg/lang-python/pastedeploy/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/python-dateutil/trunk/checksums 2013-10-06 16:45:22 UTC (rev 22140)
+++ csw/mgar/pkg/lang-python/pastedeploy/trunk/checksums 2013-10-08 21:54:34 UTC (rev 22179)
@@ -1 +1 @@
-35f3732db3f2cc4afdc68a8533b60a52 python-dateutil-1.5.tar.gz
+f1a068a0b680493b6eaff3dd7690690f PasteDeploy-1.5.0.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