[csw-devel] SF.net SVN: gar:[17502] csw/mgar/pkg/lang-python/mod_python/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Wed Mar 21 20:56:38 CET 2012


Revision: 17502
          http://gar.svn.sourceforge.net/gar/?rev=17502&view=rev
Author:   wahwah
Date:     2012-03-21 19:56:38 +0000 (Wed, 21 Mar 2012)
Log Message:
-----------
lang-python/mod_python/trunk: Removed the dependency on python_rt

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

Modified: csw/mgar/pkg/lang-python/mod_python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/mod_python/trunk/Makefile	2012-03-21 16:53:44 UTC (rev 17501)
+++ csw/mgar/pkg/lang-python/mod_python/trunk/Makefile	2012-03-21 19:56:38 UTC (rev 17502)
@@ -1,3 +1,5 @@
+# $Id$
+
 NAME = mod_python
 VERSION = 3.3.1
 CATEGORIES = server
@@ -3,5 +5,5 @@
 GARTYPE = v2
 
-DESCRIPTION = an Apache/Python integration module
+DESCRIPTION = Apache/Python integration module
 define BLURB
   Mod_python is an Apache module that embeds the Python language interpreter
@@ -10,34 +12,46 @@
   faster and more powerful applications than plain CGI.
 endef
 
-MASTER_SITES = http://www.ibiblio.org/pub/mirrors/apache/httpd/modpython/
+MASTER_SITES = http://archive.apache.org/dist/httpd/modpython/
 DISTFILES  = $(NAME)-$(VERSION).tgz
 DISTFILES += postinstall preremove space
 
-PACKAGES = CSWap2modpython
-
-RUNTIME_DEP_PKGS_CSWap2modpython = CSWap2prefork CSWpython-rt
-CATALOGNAME_CSWap2modpython   = ap2_modpython
-SPKG_DESC_CSWap2modpython     = an Apache/Python integration module
-
 STRIP_LIBTOOL = 1
 PATCHFILES += connobject.diff
 
 EXTRA_MERGE_EXCLUDE_FILES = .*\.pyo .*\.pyc
-PROTOTYPE_FILTER = awk '$$$$3 ~ /.*\.py$$$$/ { $$$$2 = "cswpycompile" } { print }'
-SPKG_CLASSES = none cswpycompile
-RUNTIME_DEP_PKGS += CSWcswclassutils
+PYCOMPILE = 1
 
-# We define upstream file regex so we can be notifed of 
-# new upstream software release
-UFILES_REGEX = (\d+(?:\.\d+)*)
-
 CONFIGURE_ARGS = $(DIRPATHS)
 CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs
 CONFIGURE_ARGS += --with-python=$(bindir)/python
 CONFIGURE_ARGS += --with-flex=$(bindir)/flex-2.5.35
 CONFIGURE_ARGS += --with-python-src=../python
 
+LICENSE = LICENSE
+
+PACKAGES = CSWap2modpython
+SPKG_DESC_CSWap2modpython     = an Apache/Python integration module
+CATALOGNAME_CSWap2modpython = ap2_modpython
+RUNTIME_DEP_PKGS_CSWap2modpython += CSWpython
+RUNTIME_DEP_PKGS_CSWap2modpython += CSWlibpython2-6-1-0
+RUNTIME_DEP_PKGS_CSWap2modpython += CSWapache2
+RUNTIME_DEP_PKGS_CSWap2modpython += CSWap2prefork
+
+CHECKPKG_OVERRIDES_CSWap2modpython += file-with-bad-content|/usr/local|root/opt/csw/share/doc/ap2_modpython/README
+CHECKPKG_OVERRIDES_CSWap2modpython += file-with-bad-content|/usr/local|root/opt/csw/share/doc/ap2_modpython/doc-html/dir-other-pp.html
+CHECKPKG_OVERRIDES_CSWap2modpython += file-with-bad-content|/usr/local|root/opt/csw/share/doc/ap2_modpython/doc-html/inst-configure.html
+CHECKPKG_OVERRIDES_CSWap2modpython += file-with-bad-content|/usr/share|root/opt/csw/share/doc/ap2_modpython/README
+
+CHECKPKG_OVERRIDES_CSWap2modpython += catalogname-does-not-match-pkgname|pkgname=CSWap2modpython|catalogname=ap2_modpython|expected-catalogname=ap2modpython
+
+CHECKPKG_OVERRIDES_CSWap2modpython += pkginfo-description-not-starting-with-uppercase|an|Apache/Python|integration|module
+CHECKPKG_OVERRIDES_CSWap2modpython += pkgname-does-not-start-with-CSWpy-
+CHECKPKG_OVERRIDES_CSWap2modpython += catalogname-does-not-start-with-py_
+
+CHECKPKG_OVERRIDES_CSWap2modpython += missing-dependency|CSWapache2
+CHECKPKG_OVERRIDES_CSWap2modpython += surplus-dependency|CSWap2prefork
+
 include gar/category.mk
 
 DESTDOC = $(DESTDIR)$(docdir)/ap2_modpython

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