pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-txgithub py-txgithub: fix PLIST for python-3.x



details:   https://anonhg.NetBSD.org/pkgsrc/rev/30eec4783309
branches:  trunk
changeset: 369532:30eec4783309
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Sep 30 12:40:08 2017 +0000

description:
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.

diffstat:

 devel/py-txgithub/DESCR |   3 ++-
 devel/py-txgithub/PLIST |  10 +++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (32 lines):

diff -r 6b427a3015e3 -r 30eec4783309 devel/py-txgithub/DESCR
--- a/devel/py-txgithub/DESCR   Sat Sep 30 12:38:02 2017 +0000
+++ b/devel/py-txgithub/DESCR   Sat Sep 30 12:40:08 2017 +0000
@@ -1,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.
diff -r 6b427a3015e3 -r 30eec4783309 devel/py-txgithub/PLIST
--- a/devel/py-txgithub/PLIST   Sat Sep 30 12:38:02 2017 +0000
+++ b/devel/py-txgithub/PLIST   Sat Sep 30 12:40:08 2017 +0000
@@ -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__.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