pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-flask-limiter



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 25 20:46:21 UTC 2017

Modified Files:
        pkgsrc/www/py-flask-limiter: PLIST

Log Message:
py-flask-limiter: fix PLIST

requires.txt is also installed with python-3.x


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/py-flask-limiter/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/py-flask-limiter/PLIST
diff -u pkgsrc/www/py-flask-limiter/PLIST:1.2 pkgsrc/www/py-flask-limiter/PLIST:1.3
--- pkgsrc/www/py-flask-limiter/PLIST:1.2       Sun Apr  5 23:23:13 2015
+++ pkgsrc/www/py-flask-limiter/PLIST   Wed Oct 25 20:46:21 2017
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2015/04/05 23:23:13 rodent Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/10/25 20:46:21 wiz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
 ${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${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