pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-txgithub



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Sep 30 12:40:08 UTC 2017

Modified Files:
        pkgsrc/devel/py-txgithub: DESCR PLIST

Log Message:
py-txgithub: fix PLIST for python-3.x

Two files are not valid for python-3.x. Arguably this should be disabled
for python-3.x completely.

Fix pkglint warning in DESCR.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-txgithub/DESCR \
    pkgsrc/devel/py-txgithub/PLIST

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

Modified files:

Index: pkgsrc/devel/py-txgithub/DESCR
diff -u pkgsrc/devel/py-txgithub/DESCR:1.1 pkgsrc/devel/py-txgithub/DESCR:1.2
--- pkgsrc/devel/py-txgithub/DESCR:1.1  Fri Sep 29 14:31:29 2017
+++ pkgsrc/devel/py-txgithub/DESCR      Sat Sep 30 12:40:08 2017
@@ -1 +1,2 @@
-txgithub is a library based on Twisted for accessing GitHub’s API version 3.
+txgithub is a library based on Twisted for accessing GitHub's API
+version 3.
Index: pkgsrc/devel/py-txgithub/PLIST
diff -u pkgsrc/devel/py-txgithub/PLIST:1.1 pkgsrc/devel/py-txgithub/PLIST:1.2
--- pkgsrc/devel/py-txgithub/PLIST:1.1  Fri Sep 29 14:31:29 2017
+++ pkgsrc/devel/py-txgithub/PLIST      Sat Sep 30 12:40:08 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/09/29 14:31:29 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/09/30 12:40:08 wiz Exp $
 bin/get-github-token
 bin/gist
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
@@ -20,11 +20,11 @@ ${PYSITELIB}/txgithub/scripts/__init__.p
 ${PYSITELIB}/txgithub/scripts/__init__.pyc
 ${PYSITELIB}/txgithub/scripts/__init__.pyo
 ${PYSITELIB}/txgithub/scripts/create_token.py
-${PYSITELIB}/txgithub/scripts/create_token.pyc
-${PYSITELIB}/txgithub/scripts/create_token.pyo
+${PLIST.py2x}${PYSITELIB}/txgithub/scripts/create_token.pyc
+${PLIST.py2x}${PYSITELIB}/txgithub/scripts/create_token.pyo
 ${PYSITELIB}/txgithub/scripts/gist.py
-${PYSITELIB}/txgithub/scripts/gist.pyc
-${PYSITELIB}/txgithub/scripts/gist.pyo
+${PLIST.py2x}${PYSITELIB}/txgithub/scripts/gist.pyc
+${PLIST.py2x}${PYSITELIB}/txgithub/scripts/gist.pyo
 ${PYSITELIB}/txgithub/token.py
 ${PYSITELIB}/txgithub/token.pyc
 ${PYSITELIB}/txgithub/token.pyo



Home | Main Index | Thread Index | Old Index