diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-10 20:19:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-10 20:19:04 +0000 |
commit | 749e930a34f8af575384e36111d111801427bf4d (patch) | |
tree | caa67657cc9d29c445081c68a0d59e9d6d2f99a5 /net | |
parent | 93bb73442f00703cb10cb977d15021d217c8bced (diff) | |
download | pkgsrc-749e930a34f8af575384e36111d111801427bf4d.tar.gz |
py-google: convert to egg.mk
Diffstat (limited to 'net')
-rw-r--r-- | net/py-google/Makefile | 6 | ||||
-rw-r--r-- | net/py-google/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/net/py-google/Makefile b/net/py-google/Makefile index 25b38460527..f7866d3a1ce 100644 --- a/net/py-google/Makefile +++ b/net/py-google/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2020/03/20 11:58:10 nia Exp $ +# $NetBSD: Makefile,v 1.44 2022/01/10 20:19:04 wiz Exp $ DISTNAME= pygoogle-0.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pygoogle/} @@ -16,5 +16,5 @@ EGG_NAME= pygoogle-0.5 PYTHON_VERSIONS_ACCEPTED= 27 # py-xml via py-soappy -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/py-google/PLIST b/net/py-google/PLIST index 7e9bfa5b513..2460b4bbe41 100644 --- a/net/py-google/PLIST +++ b/net/py-google/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2022/01/10 20:19:04 wiz Exp $ ${PYSITELIB}/pygoogle.pth ${PYSITELIB}/pygoogle/GoogleSOAPFacade.py ${PYSITELIB}/pygoogle/GoogleSOAPFacade.pyc @@ -12,4 +12,3 @@ ${PYSITELIB}/pygoogle/google.pyo ${PYSITELIB}/pygoogle/googletest.py ${PYSITELIB}/pygoogle/googletest.pyc ${PYSITELIB}/pygoogle/googletest.pyo -${PYSITELIB}/pygoogle/${EGG_FILE} |