pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-zsi * No need to buildlink with py-xml, simple ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19deeeb54dce
branches:  trunk
changeset: 594653:19deeeb54dce
user:      obache <obache%pkgsrc.org@localhost>
date:      Wed Nov 02 12:51:16 2011 +0000

description:
* No need to buildlink with py-xml, simple DEPENDS is sfficient.
* No compiler languages is required.
* Convert to register egg-info.

Bump PKGREVISION.

diffstat:

 net/py-zsi/Makefile |  12 +++++++-----
 net/py-zsi/PLIST    |   3 ++-
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (49 lines):

diff -r 68f92c882353 -r 19deeeb54dce net/py-zsi/Makefile
--- a/net/py-zsi/Makefile       Wed Nov 02 12:32:47 2011 +0000
+++ b/net/py-zsi/Makefile       Wed Nov 02 12:51:16 2011 +0000
@@ -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 @@
 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 @@
        ${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 -r 68f92c882353 -r 19deeeb54dce net/py-zsi/PLIST
--- a/net/py-zsi/PLIST  Wed Nov 02 12:32:47 2011 +0000
+++ b/net/py-zsi/PLIST  Wed Nov 02 12:51:16 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index