SF.net SVN: gar:[22188] csw/mgar/pkg/lang-python
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Oct 10 00:22:09 CEST 2013
Revision: 22188
http://gar.svn.sourceforge.net/gar/?rev=22188&view=rev
Author: wahwah
Date: 2013-10-09 22:22:07 +0000 (Wed, 09 Oct 2013)
Log Message:
-----------
lang-python/webtest: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/lang-python/webtest/trunk/Makefile
csw/mgar/pkg/lang-python/webtest/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lang-python/webtest/
Modified: csw/mgar/pkg/lang-python/webtest/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/webtest/trunk/Makefile 2013-10-09 22:22:07 UTC (rev 22188)
@@ -1,35 +1,36 @@
# $Id$
-NAME = python-dateutil
-VERSION = 1.5
+NAME = WebTest
+VERSION = 2.0.9
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 = Helper to test WSGI applications
-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
+DISTFILES = $(DISTNAME).zip
+VENDOR_URL = https://pypi.python.org/pypi/WebTest
+PACKAGES += CSWpy-webtest
-UPSTREAM_MASTER_SITES = http://labix.org/python-dateutil/
+BUILD_DEP_PKGS += CSWpy-coverage
+BUILD_DEP_PKGS += CSWpy-cssselect
+BUILD_DEP_PKGS += CSWpy-lxml
+BUILD_DEP_PKGS += CSWpy-mock
+BUILD_DEP_PKGS += CSWpy-nose
+BUILD_DEP_PKGS += CSWpy-pyquery
+BUILD_DEP_PKGS += CSWpy-unittest2
+DEP_PKGS += CSWpy-beautifulsoup4
+DEP_PKGS += CSWpy-ordereddict
+DEP_PKGS += CSWpy-six
+DEP_PKGS += CSWpy-waitress
+DEP_PKGS += CSWpy-webob
-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
+TEST_SCRIPTS =
+CHECKPKG_OVERRIDES_CSWpy-webtest += surplus-dependency|CSWpy-beautifulsoup4
+CHECKPKG_OVERRIDES_CSWpy-webtest += surplus-dependency|CSWpy-webob
+CHECKPKG_OVERRIDES_CSWpy-webtest += surplus-dependency|CSWpy-waitress
+CHECKPKG_OVERRIDES_CSWpy-webtest += surplus-dependency|CSWpy-six
+CHECKPKG_OVERRIDES_CSWpy-webtest += surplus-dependency|CSWpy-ordereddict
+
include gar/category.mk
-
-test-dateutil:
- (cd $(WORKSRC); python test.py)
- @$(MAKECOOKIE)
Modified: csw/mgar/pkg/lang-python/webtest/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/webtest/trunk/checksums 2013-10-09 22:22:07 UTC (rev 22188)
@@ -1 +1 @@
-35f3732db3f2cc4afdc68a8533b60a52 python-dateutil-1.5.tar.gz
+bf0a04fcf8b2cdcaa13b04324cefb53d WebTest-2.0.9.zip
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