pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-flask-limiter +Don't install ${EGG_INFODIR}/req...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd0afa8399a8
branches:  trunk
changeset: 649610:dd0afa8399a8
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Apr 05 23:23:13 2015 +0000

description:
+Don't install ${EGG_INFODIR}/requires.txt for py3x. Shown in build failure
on OmniOS. Bump PKGREVISION.

diffstat:

 www/py-flask-limiter/Makefile |  3 ++-
 www/py-flask-limiter/PLIST    |  4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r a4676fbff9cc -r dd0afa8399a8 www/py-flask-limiter/Makefile
--- a/www/py-flask-limiter/Makefile     Sun Apr 05 23:20:58 2015 +0000
+++ b/www/py-flask-limiter/Makefile     Sun Apr 05 23:23:13 2015 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2015/04/02 23:26:50 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2015/04/05 23:23:13 rodent Exp $
 #
 
 DISTNAME=      Flask-Limiter-0.7.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    python www
 MASTER_SITES=  https://pypi.python.org/packages/source/F/Flask-Limiter/
 
diff -r a4676fbff9cc -r dd0afa8399a8 www/py-flask-limiter/PLIST
--- a/www/py-flask-limiter/PLIST        Sun Apr 05 23:20:58 2015 +0000
+++ b/www/py-flask-limiter/PLIST        Sun Apr 05 23:23:13 2015 +0000
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2015/04/02 23:26:50 rodent Exp $
+@comment $NetBSD: PLIST,v 1.2 2015/04/05 23:23:13 rodent Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/flask_limiter/__init__.py
 ${PYSITELIB}/flask_limiter/__init__.pyc



Home | Main Index | Thread Index | Old Index