diff options
author | obache <obache@pkgsrc.org> | 2011-11-02 12:51:16 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-11-02 12:51:16 +0000 |
commit | 7b30f2eefd101d391968c5ee13e9c2b93353da56 (patch) | |
tree | dde65dfbe3c78e19e7d194031b93905fa22553f0 /net | |
parent | c7c77778d6e46599dd80a99fbb8d3542748ed7ce (diff) | |
download | pkgsrc-7b30f2eefd101d391968c5ee13e9c2b93353da56.tar.gz |
* No need to buildlink with py-xml, simple DEPENDS is sfficient.
* No compiler languages is required.
* Convert to register egg-info.
Bump PKGREVISION.
Diffstat (limited to 'net')
-rw-r--r-- | net/py-zsi/Makefile | 12 | ||||
-rw-r--r-- | net/py-zsi/PLIST | 3 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net/py-zsi/Makefile b/net/py-zsi/Makefile index 1ab3d6103c7..baf65b35a04 100644 --- a/net/py-zsi/Makefile +++ b/net/py-zsi/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2011/02/28 14:53:00 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2011/11/02 12:51:16 obache Exp $ # DISTNAME= ZSI-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pywebsvcs/} @@ -10,10 +11,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://pywebsvcs.sourceforge.net/ COMMENT= SOAP implementation +DEPENDS+= ${PYPKGPREFIX}-xml>=0.8.3:../../textproc/py-xml + PKG_DESTDIR_SUPPORT= user-destdir -PYDISTUTILSPKG= yes -PY_PATCHPLIST= yes +USE_LANGUAGES= # none + PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX:Q} post-extract: @@ -22,6 +25,5 @@ post-extract: ${MV} ${WRKSRC}/scripts/wsdl2dispatch \ ${WRKSRC}/scripts/wsdl2dispatch${PYVERSSUFFIX} -.include "../../lang/python/extension.mk" -.include "../../textproc/py-xml/buildlink3.mk" +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-zsi/PLIST b/net/py-zsi/PLIST index 3fe1d3df844..c119e7055d1 100644 --- a/net/py-zsi/PLIST +++ b/net/py-zsi/PLIST @@ -1,6 +1,7 @@ -@comment $NetBSD: PLIST,v 1.3 2009/06/14 18:09:40 joerg Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/11/02 12:51:16 obache Exp $ bin/wsdl2dispatch${PYVERSSUFFIX} bin/wsdl2py${PYVERSSUFFIX} +${PLIST.eggfile}${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/ZSI/ServiceContainer.py ${PYSITELIB}/ZSI/ServiceContainer.pyc ${PYSITELIB}/ZSI/ServiceContainer.pyo |