diff options
author | wiz <wiz> | 2014-01-18 17:53:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2014-01-18 17:53:18 +0000 |
commit | 56e82c031110ed2974cf78248c27321a99fe90cd (patch) | |
tree | b926267e39eb40134dcfe099ef5a45b0fcff85f6 /www | |
parent | d9a5ae013dd7a64a1dfc5e72ed1d40619a7a4b1d (diff) | |
download | pkgsrc-56e82c031110ed2974cf78248c27321a99fe90cd.tar.gz |
Handle python-specific PLIST in the standard way.
Diffstat (limited to 'www')
-rw-r--r-- | www/py-httplib2/Makefile | 8 | ||||
-rw-r--r-- | www/py-httplib2/PLIST | 5 | ||||
-rw-r--r-- | www/py-httplib2/PLIST.py2 | 4 |
3 files changed, 5 insertions, 12 deletions
diff --git a/www/py-httplib2/Makefile b/www/py-httplib2/Makefile index 9414c0e30e3..1e53caeca40 100644 --- a/www/py-httplib2/Makefile +++ b/www/py-httplib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2014/01/18 07:43:44 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2014/01/18 17:53:18 wiz Exp $ DISTNAME= httplib2-0.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -10,12 +10,6 @@ HOMEPAGE= http://code.google.com/p/httplib2/ COMMENT= Comprehensive http client library for Python LICENSE= mit -.include "../../lang/python/pyversion.mk" - -.if !(${PYPKGPREFIX} == "py33") -PLIST_SRC+= PLIST PLIST.py2 -.endif - # Install README manually DOCDIR= ${PREFIX}/share/doc/py-httplib2 diff --git a/www/py-httplib2/PLIST b/www/py-httplib2/PLIST index b6070503e43..89b124d559d 100644 --- a/www/py-httplib2/PLIST +++ b/www/py-httplib2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2014/01/18 07:43:44 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2014/01/18 17:53:18 wiz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -10,4 +10,7 @@ ${PYSITELIB}/httplib2/cacerts.txt ${PYSITELIB}/httplib2/iri2uri.py ${PYSITELIB}/httplib2/iri2uri.pyc ${PYSITELIB}/httplib2/iri2uri.pyo +${PLIST.py2x}${PYSITELIB}/httplib2/socks.py +${PLIST.py2x}${PYSITELIB}/httplib2/socks.pyc +${PLIST.py2x}${PYSITELIB}/httplib2/socks.pyo share/doc/py-httplib2/README diff --git a/www/py-httplib2/PLIST.py2 b/www/py-httplib2/PLIST.py2 deleted file mode 100644 index eaf9e513221..00000000000 --- a/www/py-httplib2/PLIST.py2 +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST.py2,v 1.1 2014/01/18 07:43:44 wiz Exp $ -${PYSITELIB}/httplib2/socks.py -${PYSITELIB}/httplib2/socks.pyc -${PYSITELIB}/httplib2/socks.pyo |