[csw-devel] SF.net SVN: gar:[16172] csw/mgar/pkg/lang-python

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Sat Nov 12 22:23:08 CET 2011


Revision: 16172
          http://gar.svn.sourceforge.net/gar/?rev=16172&view=rev
Author:   dmichelsen
Date:     2011-11-12 21:23:08 +0000 (Sat, 12 Nov 2011)
Log Message:
-----------
lang-python/cherrypy: Initial commit

Modified Paths:
--------------
    csw/mgar/pkg/lang-python/cherrypy/trunk/Makefile
    csw/mgar/pkg/lang-python/cherrypy/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/lang-python/cherrypy/

Modified: csw/mgar/pkg/lang-python/cherrypy/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/mox/trunk/Makefile	2011-08-28 19:44:23 UTC (rev 15455)
+++ csw/mgar/pkg/lang-python/cherrypy/trunk/Makefile	2011-11-12 21:23:08 UTC (rev 16172)
@@ -2,19 +2,25 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-NAME = mox
-VERSION = 0.5.3
+NAME = cherrypy
+VERSION = 3.2.2
 CATEGORIES = python
-DESCRIPTION = Mock object framework for Python
-ARCHALL = 1
+
+DESCRIPTION = A pythonic, object-oriented web framework
 define BLURB
 endef
-SPKG_SOURCEURL = http://code.google.com/p/pymox/
-MASTER_SITES = http://pymox.googlecode.com/files/
-PACKAGES = CSWpy-mox
-CATALOGNAME_CSWpy-mox = py_mox
-DISTFILES  = $(NAME)-$(VERSION).tar.gz
-UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
-TEST_SCRIPTS =
-# Remove the following rules and uncomment the
+
+MASTER_SITES = http://download.cherrypy.org/cherrypy/$(VERSION)/
+DISTNAME = CherryPy-$(VERSION)
+DISTFILES = $(DISTNAME).tar.gz
+
+VENDOR_URL = http://cherrypy.org/
+
+PACKAGES = CSWcherrypy
+SPKG_DESC_CSWcherrypy = A pythonic, object-oriented web framework
+ARCHALL_CSWcherrypy = 1
+# The package name is ok as this is also a daemon and well known under that name
+CHECKPKG_OVERRIDES_CSWcherrypy += pkgname-does-not-start-with-CSWpy-
+CHECKPKG_OVERRIDES_CSWcherrypy += catalogname-does-not-start-with-py_
+
 include gar/category.mk

Modified: csw/mgar/pkg/lang-python/cherrypy/trunk/checksums
===================================================================
--- csw/mgar/pkg/lang-python/mox/trunk/checksums	2011-08-28 19:44:23 UTC (rev 15455)
+++ csw/mgar/pkg/lang-python/cherrypy/trunk/checksums	2011-11-12 21:23:08 UTC (rev 16172)
@@ -1 +1 @@
-2c43da56ed1bbbbf7805e81c76a924cc  mox-0.5.3.tar.gz
+c1b1e9577f65f9bb88bfd1b15b93b911  CherryPy-3.2.2.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