[csw-devel] SF.net SVN: gar:[21635] csw/mgar/pkg/lang-python/ordereddict/trunk/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sat Aug 3 12:12:30 CEST 2013
Revision: 21635
http://gar.svn.sourceforge.net/gar/?rev=21635&view=rev
Author: wahwah
Date: 2013-08-03 10:12:30 +0000 (Sat, 03 Aug 2013)
Log Message:
-----------
lang-python/ordereddict/trunk: Build for 2.6 only
Modified Paths:
--------------
csw/mgar/pkg/lang-python/ordereddict/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/ordereddict/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/ordereddict/trunk/Makefile 2013-08-03 10:12:13 UTC (rev 21634)
+++ csw/mgar/pkg/lang-python/ordereddict/trunk/Makefile 2013-08-03 10:12:30 UTC (rev 21635)
@@ -7,17 +7,15 @@
CATEGORIES = python
GARTYPE = v2
-DESCRIPTION = A drop-in substitute for Py2.7's new collections
+DESCRIPTION = A drop-in substitute for Python 2.7 new collections
-MASTER_SITES = $(PYPI_MIRROR)
DISTFILES = $(DISTNAME).tar.gz
-
VENDOR_URL = http://pypi.python.org/pypi/ordereddict/1.1
+ARCHALL_CSWpy-$(NAME) = 1
-PACKAGES = CSWpy-ordereddict
-ARCHALL_CSWpy-ordereddict = 1
-
# There is no testsuite
TEST_SCRIPTS =
+MODULATIONS_PYTHON_VERSION = 2_6
+
include gar/category.mk
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