[csw-devel] SF.net SVN: gar:[19316] csw/mgar/pkg/lang-python
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Sep 28 22:28:43 CEST 2012
Revision: 19316
http://gar.svn.sourceforge.net/gar/?rev=19316&view=rev
Author: dmichelsen
Date: 2012-09-28 20:28:42 +0000 (Fri, 28 Sep 2012)
Log Message:
-----------
lang-python/ordereddict: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/lang-python/ordereddict/trunk/Makefile
csw/mgar/pkg/lang-python/ordereddict/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lang-python/ordereddict/
Modified: csw/mgar/pkg/lang-python/ordereddict/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/argparse/trunk/Makefile 2012-09-28 19:40:34 UTC (rev 19313)
+++ csw/mgar/pkg/lang-python/ordereddict/trunk/Makefile 2012-09-28 20:28:42 UTC (rev 19316)
@@ -2,19 +2,22 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-NAME = argparse
-VERSION = 1.2.1
+NAME = ordereddict
+VERSION = 1.1
CATEGORIES = python
GARTYPE = v2
-DESCRIPTION = Python command-line parsing library
+DESCRIPTION = A drop-in substitute for Py2.7's new collections
-MASTER_SITES = http://argparse.googlecode.com/files/
+MASTER_SITES = $(PYPI_MIRROR)
DISTFILES = $(DISTNAME).tar.gz
-VENDOR_URL = http://pypi.python.org/pypi/argparse
+VENDOR_URL = http://pypi.python.org/pypi/ordereddict/1.1
-PACKAGES = CSWpy-argparse
-ARCHALL_CSWpy-argparse = 1
+PACKAGES = CSWpy-ordereddict
+ARCHALL_CSWpy-ordereddict = 1
+# There is no testsuite
+TEST_SCRIPTS =
+
include gar/category.mk
Modified: csw/mgar/pkg/lang-python/ordereddict/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/argparse/trunk/checksums 2012-09-28 19:40:34 UTC (rev 19313)
+++ csw/mgar/pkg/lang-python/ordereddict/trunk/checksums 2012-09-28 20:28:42 UTC (rev 19316)
@@ -1 +1 @@
-2fbef8cb61e506c706957ab6e135840c argparse-1.2.1.tar.gz
+a0ed854ee442051b249bfad0f638bbec ordereddict-1.1.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