diff options
author | joerg <joerg@pkgsrc.org> | 2013-03-24 16:44:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-03-24 16:44:37 +0000 |
commit | 687c4aee7c5af3ecd8105af5bec6813e25706a18 (patch) | |
tree | 1ef5d547288080527a2ed3a428128019ec4c3d5c /www/py-recaptcha | |
parent | 5ba403ecac7a7e2975402487032b577a1db5357f (diff) | |
download | pkgsrc-687c4aee7c5af3ecd8105af5bec6813e25706a18.tar.gz |
Fix PLIST for Python != 2.7
Diffstat (limited to 'www/py-recaptcha')
-rw-r--r-- | www/py-recaptcha/Makefile | 4 | ||||
-rw-r--r-- | www/py-recaptcha/PLIST | 16 |
2 files changed, 11 insertions, 9 deletions
diff --git a/www/py-recaptcha/Makefile b/www/py-recaptcha/Makefile index 0112e8c28d3..53da9a1862b 100644 --- a/www/py-recaptcha/Makefile +++ b/www/py-recaptcha/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2013/03/05 19:45:19 darcy Exp $ +# $NetBSD: Makefile,v 1.3 2013/03/24 16:44:37 joerg Exp $ DISTNAME= recaptcha-client-1.0.6 PKGNAME= ${PYPKGPREFIX}-recaptcha-1.0.6 CATEGORIES= www devel python MASTER_SITES= http://pypi.python.org/packages/source/r/recaptcha-client/ +EGG_NAME= recaptcha_client-${PKGVERSION_NOREV} + MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://cheeseshop.python.org/pypi/recaptcha-client COMMENT= Plugin for reCAPTCHA and reCAPTCHA Mailhide diff --git a/www/py-recaptcha/PLIST b/www/py-recaptcha/PLIST index 6cc5a8ce991..7e0639dd1f0 100644 --- a/www/py-recaptcha/PLIST +++ b/www/py-recaptcha/PLIST @@ -1,4 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2013/03/05 19:20:20 darcy Exp $ +@comment $NetBSD: PLIST,v 1.2 2013/03/24 16:44:37 joerg Exp $ +${PYSITELIB}/${EGG_NAME}-nspkg.pth +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/namespace_packages.txt +${PYSITELIB}/${EGG_INFODIR}/requires.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/recaptcha/client/__init__.py ${PYSITELIB}/recaptcha/client/__init__.pyc ${PYSITELIB}/recaptcha/client/__init__.pyo @@ -8,10 +15,3 @@ ${PYSITELIB}/recaptcha/client/captcha.pyo ${PYSITELIB}/recaptcha/client/mailhide.py ${PYSITELIB}/recaptcha/client/mailhide.pyc ${PYSITELIB}/recaptcha/client/mailhide.pyo -${PYSITELIB}/recaptcha_client-${PKGVERSION}-py2.7-nspkg.pth -${PYSITELIB}/recaptcha_client-${PKGVERSION}-py2.7.egg-info/PKG-INFO -${PYSITELIB}/recaptcha_client-${PKGVERSION}-py2.7.egg-info/SOURCES.txt -${PYSITELIB}/recaptcha_client-${PKGVERSION}-py2.7.egg-info/dependency_links.txt -${PYSITELIB}/recaptcha_client-${PKGVERSION}-py2.7.egg-info/namespace_packages.txt -${PYSITELIB}/recaptcha_client-${PKGVERSION}-py2.7.egg-info/requires.txt -${PYSITELIB}/recaptcha_client-${PKGVERSION}-py2.7.egg-info/top_level.txt |