SF.net SVN: gar:[23047] csw/mgar/pkg/lang-python/south/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Wed Feb 19 10:28:23 CET 2014
Revision: 23047
http://sourceforge.net/p/gar/code/23047
Author: cgrzemba
Date: 2014-02-19 09:28:22 +0000 (Wed, 19 Feb 2014)
Log Message:
-----------
lang-python/south/trunk: Update version 0.8.4
Modified Paths:
--------------
csw/mgar/pkg/lang-python/south/trunk/Makefile
csw/mgar/pkg/lang-python/south/trunk/checksums
Modified: csw/mgar/pkg/lang-python/south/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/south/trunk/Makefile 2014-02-18 22:01:31 UTC (rev 23046)
+++ csw/mgar/pkg/lang-python/south/trunk/Makefile 2014-02-19 09:28:22 UTC (rev 23047)
@@ -3,7 +3,8 @@
# $Id$
NAME = south
-VERSION = 0.7.3
+MASTER_NAME = South
+VERSION = 0.8.4
CATEGORIES = python
GARTYPE = v2
@@ -11,8 +12,11 @@
define BLURB
endef
-MASTER_SITES = http://www.aeracode.org/releases/south/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+MASTER_SITE_DIR = $(shell echo $(MASTER_NAME) | cut -c 1)
+MASTER_SITES = http://pypi.python.org/packages/source/$(MASTER_SITE_DIR)/$(MASTER_NAME)/
+# MASTER_SITES = http://www.aeracode.org/releases/south/
+DISTFILES = $(MASTER_NAME)-$(VERSION).tar.gz
+DISTNAME = $(MASTER_NAME)-$(VERSION)
VENDOR_URL = http://south.aeracode.org/
@@ -21,6 +25,8 @@
PACKAGES += CSWpy-south
ARCHALL_CSWpy-south = 1
-DISTNAME = south
+include gar/category.mk
-include gar/category.mk
+post-extract:
+ [ ! -f $(WORKSRC)/LICENSE ] && echo "http://www.apache.org/licenses/" > $(WORKSRC)/LICENSE
+ $(MAKECOOKIE)
Modified: csw/mgar/pkg/lang-python/south/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/south/trunk/checksums 2014-02-18 22:01:31 UTC (rev 23046)
+++ csw/mgar/pkg/lang-python/south/trunk/checksums 2014-02-19 09:28:22 UTC (rev 23047)
@@ -1 +1 @@
-693a2a7a57b29c49bc177fe951e04767 south-0.7.3.tar.gz
+ccd6ebadd3e2c8c6ef16d771632f7840 South-0.8.4.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