pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/py-google py-google: convert to egg.mk



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2633d18a708a
branches:  trunk
changeset: 371527:2633d18a708a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 10 20:19:04 2022 +0000

description:
py-google: convert to egg.mk

diffstat:

 net/py-google/Makefile |  6 +++---
 net/py-google/PLIST    |  3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r 49507efa299b -r 2633d18a708a net/py-google/Makefile
--- a/net/py-google/Makefile    Mon Jan 10 19:46:52 2022 +0000
+++ b/net/py-google/Makefile    Mon Jan 10 20:19:04 2022 +0000
@@ -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 @@
 
 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 -r 49507efa299b -r 2633d18a708a net/py-google/PLIST
--- a/net/py-google/PLIST       Mon Jan 10 19:46:52 2022 +0000
+++ b/net/py-google/PLIST       Mon Jan 10 20:19:04 2022 +0000
@@ -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/googletest.py
 ${PYSITELIB}/pygoogle/googletest.pyc
 ${PYSITELIB}/pygoogle/googletest.pyo
-${PYSITELIB}/pygoogle/${EGG_FILE}



Home | Main Index | Thread Index | Old Index