[csw-devel] SF.net SVN: gar:[9331] csw/mgar/pkg/twisted/trunk

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Tue Mar 23 10:54:48 CET 2010


Revision: 9331
          http://gar.svn.sourceforge.net/gar/?rev=9331&view=rev
Author:   wahwah
Date:     2010-03-23 09:54:48 +0000 (Tue, 23 Mar 2010)

Log Message:
-----------
twisted: Upgrade to 9.0

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

Modified: csw/mgar/pkg/twisted/trunk/Makefile
===================================================================
--- csw/mgar/pkg/twisted/trunk/Makefile	2010-03-23 02:15:38 UTC (rev 9330)
+++ csw/mgar/pkg/twisted/trunk/Makefile	2010-03-23 09:54:48 UTC (rev 9331)
@@ -3,10 +3,10 @@
 # $Id$
 
 GARNAME = twisted
-MAJ_VERSION = 8.2
+MAJ_VERSION = 9.0
 PATCHLEVEL = 0
 GARVERSION = $(MAJ_VERSION).$(PATCHLEVEL)
-CATEGORIES = lib
+CATEGORIES = python
 
 DESCRIPTION = An event-driven networking engine
 define BLURB
@@ -15,37 +15,12 @@
   mail servers, and more.
 endef
 
-DLOAD_NAME = Twisted
+UPSTREAM_NAME = Twisted
+DISTNAME      = $(UPSTREAM_NAME)-$(GARVERSION)
+MASTER_SITES  = http://tmrc.mit.edu/mirror/$(GARNAME)/$(UPSTREAM_NAME)/$(MAJ_VERSION)/
+DISTFILES     = $(DISTNAME).tar.bz2
+UFILES_REGEX  = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+TEST_SCRIPTS  = 
+LICENSE       = LICENSE
 
-MASTER_SITES = http://tmrc.mit.edu/mirror/$(GARNAME)/$(DLOAD_NAME)/$(MAJ_VERSION)/
-DISTFILES  = $(DLOAD_NAME)-$(GARVERSION).tar.bz2
-
-WORKSRC = $(WORKDIR)/$(DLOAD_NAME)-$(GARVERSION)
-SPKG_CLASSES = none cswpycompile
-RUNTIME_DEP_PKGS = CSWcswclassutils CSWpython CSWpython-rt
-
-# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
-
-CONFIGURE_SCRIPTS =
-BUILD_SCRIPTS = twisted
-TEST_SCRIPTS =
-INSTALL_SCRIPTS = twisted
-
-PROTOTYPE_FILTER = awk ' \
-  $$$$3 ~/.*\.py$$$$/ { $$$$2 = "cswpycompile" } \
-  { print }'
-
-build-twisted:
-	(cd $(WORKSRC); python setup.py build)
-	@$(MAKECOOKIE)
-
-install-twisted:
-	(cd $(WORKSRC); python setup.py install --root=$(DESTDIR))
-	@$(MAKECOOKIE)
-
-post-install-modulated:
-	gfind $(DESTDIR) -type f -name '*.pyc' -exec rm {} \;
-	@$(MAKECOOKIE)
-
 include gar/category.mk

Modified: csw/mgar/pkg/twisted/trunk/checksums
===================================================================
--- csw/mgar/pkg/twisted/trunk/checksums	2010-03-23 02:15:38 UTC (rev 9330)
+++ csw/mgar/pkg/twisted/trunk/checksums	2010-03-23 09:54:48 UTC (rev 9331)
@@ -1,2 +1 @@
-c85f151999df3ecf04c49a781b4438d2  download/Twisted-8.2.0.tar.bz2
-
+93fc2756a09ffd1350c046cc940e4311  Twisted-9.0.0.tar.bz2


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