summaryrefslogtreecommitdiff
path: root/net/py-soappy
diff options
context:
space:
mode:
authorrecht <recht@pkgsrc.org>2003-09-14 16:43:45 +0000
committerrecht <recht@pkgsrc.org>2003-09-14 16:43:45 +0000
commite914ab3288c32de6c4b5d382398e7394d75afe6d (patch)
treeaca8ff7153d5fa2dbe4b26684fe239c50263adac /net/py-soappy
parentff2172dab34298825042d409dfa313c03cd1e84a (diff)
downloadpkgsrc-e914ab3288c32de6c4b5d382398e7394d75afe6d.tar.gz
hange extension.mk to also install optimized files for distutils packages.
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
Diffstat (limited to 'net/py-soappy')
-rw-r--r--net/py-soappy/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/py-soappy/Makefile b/net/py-soappy/Makefile
index acb3eff48dc..9c114b70f62 100644
--- a/net/py-soappy/Makefile
+++ b/net/py-soappy/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/08/24 10:20:34 recht Exp $
+# $NetBSD: Makefile,v 1.7 2003/09/14 16:43:54 recht Exp $
#
DISTNAME= SOAPpy-0.10.2
@@ -6,7 +6,7 @@ PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/}
-MAINTAINER= marc@informatik.uni-bremen.de
+MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://pywebsvcs.sourceforge.net/
COMMENT= SOAP implementation
@@ -17,10 +17,6 @@ PY_PATCHPLIST= YES
PYTHON_VERSIONS_ACCEPTED= 23pth 22pth 21pth
-post-install:
- ${PYTHONBIN} -O ${PREFIX}/${PYLIB}/compileall.py \
- ${PREFIX}/${PYSITELIB}/SOAPpy
-
-.include "../../textproc/pyxml/buildlink2.mk"
.include "../../lang/python/extension.mk"
+.include "../../textproc/pyxml/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"