summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg>2013-03-24 16:44:37 +0000
committerjoerg <joerg>2013-03-24 16:44:37 +0000
commitd5ef93eb815cbf9de7dc4726ef8d39cc5a3c29dd (patch)
tree1ef5d547288080527a2ed3a428128019ec4c3d5c /www
parente034f8f3e46959335393f669415f47f0459a134c (diff)
downloadpkgsrc-d5ef93eb815cbf9de7dc4726ef8d39cc5a3c29dd.tar.gz
Fix PLIST for Python != 2.7
Diffstat (limited to 'www')
-rw-r--r--www/py-recaptcha/Makefile4
-rw-r--r--www/py-recaptcha/PLIST16
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