pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/py-js2py Restrict to Python 2.7. Fix PLIST for th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5be07053dd40
branches:  trunk
changeset: 378028:5be07053dd40
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Mar 26 16:30:10 2018 +0000

description:
Restrict to Python 2.7. Fix PLIST for the one version where it actually
works. Bump revision.

diffstat:

 lang/py-js2py/Makefile |   6 +++++-
 lang/py-js2py/PLIST    |  10 +++++++++-
 2 files changed, 14 insertions(+), 2 deletions(-)

diffs (68 lines):

diff -r 4cde3c2457b6 -r 5be07053dd40 lang/py-js2py/Makefile
--- a/lang/py-js2py/Makefile    Mon Mar 26 13:05:43 2018 +0000
+++ b/lang/py-js2py/Makefile    Mon Mar 26 16:30:10 2018 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2018/02/26 16:12:32 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/03/26 16:30:10 joerg Exp $
 
 DISTNAME=      Js2Py-0.59
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
+PKGREVISION=   1
 CATEGORIES=    lang python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=J/Js2Py/}
 
@@ -10,6 +11,9 @@
 COMMENT=       Pure Python JavaScript Translator/Interpreter
 LICENSE=       mit
 
+# As of 0.59
+PYTHON_VERSIONS_ACCEPTED=      27
+
 DEPENDS+=      ${PYPKGPREFIX}-jsparser>=2.5.1:../../lang/py-jsparser
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-tzlocal>=1.2:../../time/py-tzlocal
diff -r 4cde3c2457b6 -r 5be07053dd40 lang/py-js2py/PLIST
--- a/lang/py-js2py/PLIST       Mon Mar 26 13:05:43 2018 +0000
+++ b/lang/py-js2py/PLIST       Mon Mar 26 16:30:10 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2018/02/26 16:12:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/03/26 16:30:10 joerg Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -101,6 +101,8 @@
 ${PYSITELIB}/js2py/internals/base.pyc
 ${PYSITELIB}/js2py/internals/base.pyo
 ${PYSITELIB}/js2py/internals/byte_trans.py
+${PYSITELIB}/js2py/internals/byte_trans.pyc
+${PYSITELIB}/js2py/internals/byte_trans.pyo
 ${PYSITELIB}/js2py/internals/code.py
 ${PYSITELIB}/js2py/internals/code.pyc
 ${PYSITELIB}/js2py/internals/code.pyo
@@ -120,6 +122,8 @@
 ${PYSITELIB}/js2py/internals/constructors/jsdate.pyc
 ${PYSITELIB}/js2py/internals/constructors/jsdate.pyo
 ${PYSITELIB}/js2py/internals/constructors/jsfunction.py
+${PYSITELIB}/js2py/internals/constructors/jsfunction.pyc
+${PYSITELIB}/js2py/internals/constructors/jsfunction.pyo
 ${PYSITELIB}/js2py/internals/constructors/jsmath.py
 ${PYSITELIB}/js2py/internals/constructors/jsmath.pyc
 ${PYSITELIB}/js2py/internals/constructors/jsmath.pyo
@@ -202,6 +206,8 @@
 ${PYSITELIB}/js2py/internals/space.pyc
 ${PYSITELIB}/js2py/internals/space.pyo
 ${PYSITELIB}/js2py/internals/speed.py
+${PYSITELIB}/js2py/internals/speed.pyc
+${PYSITELIB}/js2py/internals/speed.pyo
 ${PYSITELIB}/js2py/internals/trans_utils.py
 ${PYSITELIB}/js2py/internals/trans_utils.pyc
 ${PYSITELIB}/js2py/internals/trans_utils.pyo
@@ -251,6 +257,8 @@
 ${PYSITELIB}/js2py/pyjs.pyc
 ${PYSITELIB}/js2py/pyjs.pyo
 ${PYSITELIB}/js2py/test_internals.py
+${PYSITELIB}/js2py/test_internals.pyc
+${PYSITELIB}/js2py/test_internals.pyo
 ${PYSITELIB}/js2py/translators/__init__.py
 ${PYSITELIB}/js2py/translators/__init__.pyc
 ${PYSITELIB}/js2py/translators/__init__.pyo



Home | Main Index | Thread Index | Old Index