[csw-devel] SF.net SVN: gar:[7635] csw/mgar/pkg/django/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Dec 16 11:54:37 CET 2009


Revision: 7635
          http://gar.svn.sourceforge.net/gar/?rev=7635&view=rev
Author:   wahwah
Date:     2009-12-16 10:54:37 +0000 (Wed, 16 Dec 2009)

Log Message:
-----------
django: Version bump to 1.1.1, using the python category

Modified Paths:
--------------
    csw/mgar/pkg/django/trunk/Makefile
    csw/mgar/pkg/django/trunk/checksums

Property Changed:
----------------
    csw/mgar/pkg/django/trunk/Makefile

Modified: csw/mgar/pkg/django/trunk/Makefile
===================================================================
--- csw/mgar/pkg/django/trunk/Makefile	2009-12-16 09:01:19 UTC (rev 7634)
+++ csw/mgar/pkg/django/trunk/Makefile	2009-12-16 10:54:37 UTC (rev 7635)
@@ -1,8 +1,12 @@
+# Copyright 2009 OpenCSW
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
 GARNAME = django
-GARVERSION = 1.0.2
-CATEGORIES = lib
+GARVERSION = 1.1.1
+CATEGORIES = python
 
-DESCRIPTION = high-level Python Web framework
+DESCRIPTION = A high-level Python Web framework
 define BLURB
   Django is a high-level Python Web framework that encourages rapid development
   and clean, pragmatic design.
@@ -12,41 +16,25 @@
   the stringent requirements of the experienced Web developers who wrote it. It
   lets you build high-performing, elegant Web applications quickly.
 endef
+SPKG_SOURCEURL = http://www.djangoproject.com/
 
 MASTER_SITES = http://www.djangoproject.com/download/$(GARVERSION)/tarball/
-DISTFILES  = Django-$(GARVERSION)-final.tar.gz
-
-SPKG_CLASSES = none cswpycompile
+DISTFILES  = Django-$(GARVERSION).tar.gz
 ARCHALL = 1
-
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
-
-WORKSRC = $(WORKDIR)/Django-$(GARVERSION)-final
-
-REQUIRED_PKGS = CSWpython CSWcswclassutils
+UFILES_REGEX = Django-(\d+(?:\.\d+)*).tar.gz
+WORKSRC = $(WORKDIR)/Django-$(GARVERSION)
+REQUIRED_PKGS =
 PREREQUISITE_PKGS = $(REQUIRED_PKGS) CSWpython-devel
-
 CONFIGURE_SCRIPTS =
-BUILD_SCRIPTS = $(WORKSRC)/setup.py
-
-INSTALL_SCRIPTS = $(WORKSRC)/setup.py
-INSTALL_ARGS += --root=$(DESTDIR) --prefix=$(prefix)
-
 TEST_SCRIPTS =
-
-PROTOTYPE_FILTER = awk ' \
-  $$$$3 ~/.*\.py$$$$/ { $$$$2 = "cswpycompile" } \
-  { print }'
-
-post-install-modulated:
-	gfind $(DESTDIR) -type f -name '*.pyc' -exec rm {} \;
-	@$(MAKECOOKIE)
-
 # There's a problem that the download URL of the Django source tarball does not
 # contain the file name. The browser is being redirected instead. Hard-coding
 # the URL and using a custom target to fit the rest of mGAR.
-http//www.djangoproject.com/download/$(GARVERSION)/tarball/Django-$(GARVERSION)-final.tar.gz:
+http//www.djangoproject.com/download/$(GARVERSION)/tarball/Django-$(GARVERSION).tar.gz:
 	@wget $(WGET_OPTS) -T 30 -c -P $(PARTIALDIR) http://www.djangoproject.com/download/$(GARVERSION)/tarball
 
 include gar/category.mk
+
+post-install-modulated:
+	gfind $(DESTDIR) -type f -name '*.pyc' -exec rm {} \;
+	@$(MAKECOOKIE)


Property changes on: csw/mgar/pkg/django/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
   + Id

Modified: csw/mgar/pkg/django/trunk/checksums
===================================================================
--- csw/mgar/pkg/django/trunk/checksums	2009-12-16 09:01:19 UTC (rev 7634)
+++ csw/mgar/pkg/django/trunk/checksums	2009-12-16 10:54:37 UTC (rev 7635)
@@ -1 +1 @@
-89353e3749668778f1370d2e444f3adc  download/Django-1.0.2-final.tar.gz
+d7839c192e115f9c4dd8777de24dc21c  Django-1.1.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