[csw-devel] SF.net SVN: gar:[16174] csw/mgar/pkg/lang-python

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Nov 12 22:53:12 CET 2011


Revision: 16174
          http://gar.svn.sourceforge.net/gar/?rev=16174&view=rev
Author:   dmichelsen
Date:     2011-11-12 21:53:12 +0000 (Sat, 12 Nov 2011)
Log Message:
-----------
lang-python/simplejson: Initial commit

Added Paths:
-----------
    csw/mgar/pkg/lang-python/simplejson/
    csw/mgar/pkg/lang-python/simplejson/trunk/Makefile
    csw/mgar/pkg/lang-python/simplejson/trunk/checksums

Removed Paths:
-------------
    csw/mgar/pkg/lang-python/simplejson/trunk/Makefile
    csw/mgar/pkg/lang-python/simplejson/trunk/checksums

Deleted: csw/mgar/pkg/lang-python/simplejson/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/cherrypy/trunk/Makefile	2011-11-12 21:23:08 UTC (rev 16172)
+++ csw/mgar/pkg/lang-python/simplejson/trunk/Makefile	2011-11-12 21:53:12 UTC (rev 16174)
@@ -1,26 +0,0 @@
-# Copyright 2009 OpenCSW
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-NAME = cherrypy
-VERSION = 3.2.2
-CATEGORIES = python
-
-DESCRIPTION = A pythonic, object-oriented web framework
-define BLURB
-endef
-
-MASTER_SITES = http://download.cherrypy.org/cherrypy/$(VERSION)/
-DISTNAME = CherryPy-$(VERSION)
-DISTFILES = $(DISTNAME).tar.gz
-
-VENDOR_URL = http://cherrypy.org/
-
-PACKAGES = CSWcherrypy
-SPKG_DESC_CSWcherrypy = A pythonic, object-oriented web framework
-ARCHALL_CSWcherrypy = 1
-# The package name is ok as this is also a daemon and well known under that name
-CHECKPKG_OVERRIDES_CSWcherrypy += pkgname-does-not-start-with-CSWpy-
-CHECKPKG_OVERRIDES_CSWcherrypy += catalogname-does-not-start-with-py_
-
-include gar/category.mk

Copied: csw/mgar/pkg/lang-python/simplejson/trunk/Makefile (from rev 16173, csw/mgar/pkg/lang-python/cherrypy/trunk/Makefile)
===================================================================
--- csw/mgar/pkg/lang-python/simplejson/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/lang-python/simplejson/trunk/Makefile	2011-11-12 21:53:12 UTC (rev 16174)
@@ -0,0 +1,27 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+NAME = simplejson
+VERSION = 2.2.1
+CATEGORIES = python
+
+DESCRIPTION = JSON encoder and decoder
+define BLURB
+endef
+
+# Download from github does not really work as there are some suffixes at the end I cannot guess
+MASTER_SITES = https://github.com/simplejson/simplejson/tarball/v2.2.1
+DISTFILES = $(NAME)-$(VERSION).tar.gz
+DISTNAME = simplejson-simplejson-52d0050
+
+VENDOR_URL = http://simplejson.readthedocs.org/
+
+LICENSE = LICENSE.txt
+
+PACKAGES = CSWpy-simplejson
+SPKG_DESC_CSWpy-simplejson = JSON encoder and decoder
+# Is this really necessary? We are already depending on CSWpython as category == 'python'
+RUNTIME_DEP_PKGS_CSWpy-simplejson += CSWlibpython2-6-1-0
+
+include gar/category.mk

Deleted: csw/mgar/pkg/lang-python/simplejson/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/cherrypy/trunk/checksums	2011-11-12 21:23:08 UTC (rev 16172)
+++ csw/mgar/pkg/lang-python/simplejson/trunk/checksums	2011-11-12 21:53:12 UTC (rev 16174)
@@ -1 +0,0 @@
-c1b1e9577f65f9bb88bfd1b15b93b911  CherryPy-3.2.2.tar.gz

Copied: csw/mgar/pkg/lang-python/simplejson/trunk/checksums (from rev 16173, csw/mgar/pkg/lang-python/cherrypy/trunk/checksums)
===================================================================
--- csw/mgar/pkg/lang-python/simplejson/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/lang-python/simplejson/trunk/checksums	2011-11-12 21:53:12 UTC (rev 16174)
@@ -0,0 +1 @@
+8221965bea9d9687c0323aae0f0e37e1  simplejson-2.2.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