[csw-devel] SF.net SVN: gar:[11291] csw/mgar/pkg/lang-python/twisted/trunk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Wed Oct 13 18:14:28 CEST 2010
Revision: 11291
http://gar.svn.sourceforge.net/gar/?rev=11291&view=rev
Author: wahwah
Date: 2010-10-13 16:14:27 +0000 (Wed, 13 Oct 2010)
Log Message:
-----------
twisted: Upgrade to 10.1, and package name change to CSWpy-twisted.
Modified Paths:
--------------
csw/mgar/pkg/lang-python/twisted/trunk/Makefile
csw/mgar/pkg/lang-python/twisted/trunk/checksums
Modified: csw/mgar/pkg/lang-python/twisted/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/twisted/trunk/Makefile 2010-10-13 15:50:53 UTC (rev 11290)
+++ csw/mgar/pkg/lang-python/twisted/trunk/Makefile 2010-10-13 16:14:27 UTC (rev 11291)
@@ -3,18 +3,18 @@
# $Id$
GARNAME = twisted
-MAJ_VERSION = 9.0
+MAJ_VERSION = 10.1
PATCHLEVEL = 0
GARVERSION = $(MAJ_VERSION).$(PATCHLEVEL)
CATEGORIES = python
-DESCRIPTION = An event-driven networking engine
define BLURB
Twisted is a networking engine written in Python, supporting numerous
protocols. It contains a web server, numerous chat clients, chat servers,
mail servers, and more.
endef
+PACKAGES = CSWpy-twisted CSWtwisted
UPSTREAM_NAME = Twisted
DISTNAME = $(UPSTREAM_NAME)-$(GARVERSION)
MASTER_SITES = http://tmrc.mit.edu/mirror/$(GARNAME)/$(UPSTREAM_NAME)/$(MAJ_VERSION)/
@@ -22,5 +22,16 @@
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
TEST_SCRIPTS =
LICENSE = LICENSE
-
+EXTRA_MERGE_EXCLUDE_FILES = .*\.py[oc]
+PKGFILES_CSWtwisted = NONE
+RUNTIME_DEP_PKGS_CSWtwisted = CSWpy-twisted
+SPKG_DESC_CSWtwisted = An event-driven networking engine
+SPKG_DESC_CSWpy-twisted = An empty transitional package
+CATALOGNAME_CSWtwisted = twisted
+CATALOGNAME_CSWpy-twisted = py_twisted
+# CSWtwisted is now empty, so we need to tell checkpkg that it really needs to
+# depend on these two packages.
+ARCHALL_CSWtwisted = 1
+CHECKPKG_OVERRIDES_CSWtwisted += surplus-dependency|CSWpy-twisted
+CHECKPKG_OVERRIDES_CSWtwisted += surplus-dependency|CSWpython
include gar/category.mk
Modified: csw/mgar/pkg/lang-python/twisted/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/twisted/trunk/checksums 2010-10-13 15:50:53 UTC (rev 11290)
+++ csw/mgar/pkg/lang-python/twisted/trunk/checksums 2010-10-13 16:14:27 UTC (rev 11291)
@@ -1 +1 @@
-93fc2756a09ffd1350c046cc940e4311 Twisted-9.0.0.tar.bz2
+04cca97506e830074cffc1965297da3f Twisted-10.1.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