[csw-devel] SF.net SVN: gar:[21891] csw/mgar/pkg/lang-python/simplejson/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Mon Sep 9 22:51:37 CEST 2013


Revision: 21891
          http://gar.svn.sourceforge.net/gar/?rev=21891&view=rev
Author:   wahwah
Date:     2013-09-09 20:51:35 +0000 (Mon, 09 Sep 2013)
Log Message:
-----------
lang-python/simplejson/trunk: Python 2.7 support

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

Modified: csw/mgar/pkg/lang-python/simplejson/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/simplejson/trunk/Makefile	2013-09-07 18:07:28 UTC (rev 21890)
+++ csw/mgar/pkg/lang-python/simplejson/trunk/Makefile	2013-09-09 20:51:35 UTC (rev 21891)
@@ -12,7 +12,7 @@
 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
+MASTER_SITES = https://github.com/simplejson/simplejson/tarball/v$(VERSION)/
 DISTFILES = $(NAME)-$(VERSION).tar.gz
 DISTNAME = simplejson-simplejson-52d0050
 
@@ -22,7 +22,8 @@
 
 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
+RUNTIME_DEP_PKGS_CSWpy-simplejson += CSWlibpython2-7-1-0
+RUNTIME_DEP_PKGS_CSWpy-simplejson += CSWlibgcc-s1
 
 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