SF.net SVN: gar:[22784] csw/mgar/pkg/lang-python/django/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Mon Jan 6 10:33:32 CET 2014
Revision: 22784
http://sourceforge.net/p/gar/code/22784
Author: cgrzemba
Date: 2014-01-06 09:33:32 +0000 (Mon, 06 Jan 2014)
Log Message:
-----------
lang-python/django/trunk: update to version 1.6.1
Modified Paths:
--------------
csw/mgar/pkg/lang-python/django/trunk/Makefile
csw/mgar/pkg/lang-python/django/trunk/checksums
Modified: csw/mgar/pkg/lang-python/django/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/django/trunk/Makefile 2014-01-04 22:58:36 UTC (rev 22783)
+++ csw/mgar/pkg/lang-python/django/trunk/Makefile 2014-01-06 09:33:32 UTC (rev 22784)
@@ -7,7 +7,7 @@
# http://bugs.python.org/issue7208
NAME = django
-VERSION = 1.4.10
+VERSION = 1.6.1
CATEGORIES = python
GARTYPE = v2
@@ -22,16 +22,20 @@
lets you build high-performing, elegant Web applications quickly.
endef
SPKG_SOURCEURL = http://www.djangoproject.com/
+# UFILES_REGEX = Django-(\d+(?:\.\d+)*).tar.gz
MASTER_SITES = http://www.djangoproject.com/download/$(VERSION)/tarball/
DISTFILES = $(DISTNAME).tar.gz
+DISTNAME = Django-$(VERSION)
+
PACKAGES = CSWpy-django
CATALOGNAME_CSWpy-django = py_django
ARCHALL = 1
-UFILES_REGEX = Django-(\d+(?:\.\d+)*).tar.gz
-DISTNAME = Django-$(VERSION)
+PYCOMPILE = 1
+
RUNTIME_DEP_PKGS =
BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) CSWpython-dev
+
CONFIGURE_SCRIPTS =
TEST_SCRIPTS =
LICENSE = LICENSE
Modified: csw/mgar/pkg/lang-python/django/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/django/trunk/checksums 2014-01-04 22:58:36 UTC (rev 22783)
+++ csw/mgar/pkg/lang-python/django/trunk/checksums 2014-01-06 09:33:32 UTC (rev 22784)
@@ -1 +1 @@
-d324aecc37ce5430f548653b8b1509b6 Django-1.4.10.tar.gz
+3ea7a00ea9e7a014e8a4067dd6466a1b Django-1.6.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