[csw-devel] SF.net SVN: gar:[17651] csw/mgar/pkg/lang-python
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Fri Apr 13 16:39:54 CEST 2012
Revision: 17651
http://gar.svn.sourceforge.net/gar/?rev=17651&view=rev
Author: wahwah
Date: 2012-04-13 14:39:53 +0000 (Fri, 13 Apr 2012)
Log Message:
-----------
pkg/lang-python/python-cjson: Initial commit
Modified Paths:
--------------
csw/mgar/pkg/lang-python/python-cjson/trunk/Makefile
csw/mgar/pkg/lang-python/python-cjson/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/lang-python/python-cjson/
Modified: csw/mgar/pkg/lang-python/python-cjson/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/python-gflags/trunk/Makefile 2012-03-19 12:17:00 UTC (rev 17457)
+++ csw/mgar/pkg/lang-python/python-cjson/trunk/Makefile 2012-04-13 14:39:53 UTC (rev 17651)
@@ -2,11 +2,11 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-NAME = python-gflags
-VERSION = 2.0
+NAME = python-cjson
+VERSION = 1.0.5
CATEGORIES = python
GARTYPE = v2
-DESCRIPTION = Commandline flags module for Python
+DESCRIPTION = Very fast JSON encoder/decoder
define BLURB
This project is the python equivalent of google-gflags, a Google commandline
flag implementation for C++. It is intended to be used in situations where a
@@ -15,14 +15,12 @@
linked with a C++ app that uses google-gflags.
endef
SPKG_SOURCEURL = http://code.google.com/p/python-gflags/
-MASTER_SITES = $(GOOGLE_MIRROR)
DISTNAME = $(NAME)-$(VERSION)
DISTFILES = $(DISTNAME).tar.gz
+TEST_SCRIPTS =
-UPSTREAM_MASTER_SITES = http://code.google.com/p/$(NAME)/downloads/list
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+RUNTIME_DEP_PKGS_CSWpy-cjson += CSWlibpython2-6-1-0
+CHECKPKG_OVERRIDES_CSWpy-cjson += surplus-dependency|CSWpython
-PACKAGES = CSWpy-gflags
-CATALOGNAME = py_gflags
-ARCHALL_CSWpy-gflags = 1
+PACKAGES = CSWpy-cjson
include gar/category.mk
Modified: csw/mgar/pkg/lang-python/python-cjson/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/python-gflags/trunk/checksums 2012-03-19 12:17:00 UTC (rev 17457)
+++ csw/mgar/pkg/lang-python/python-cjson/trunk/checksums 2012-04-13 14:39:53 UTC (rev 17651)
@@ -1 +1 @@
-c3ab70218dbf945cc32c0cd64c51d162 python-gflags-2.0.tar.gz
+4d55b66ecdf0300313af9d030d9644a3 python-cjson-1.0.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