pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/py-js2py



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon Mar 26 16:30:10 UTC 2018

Modified Files:
        pkgsrc/lang/py-js2py: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/py-js2py/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/py-js2py/PLIST

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

Modified files:

Index: pkgsrc/lang/py-js2py/Makefile
diff -u pkgsrc/lang/py-js2py/Makefile:1.5 pkgsrc/lang/py-js2py/Makefile:1.6
--- pkgsrc/lang/py-js2py/Makefile:1.5   Mon Feb 26 16:12:32 2018
+++ pkgsrc/lang/py-js2py/Makefile       Mon Mar 26 16:30:10 2018
@@ -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 @@ HOMEPAGE=     https://github.com/PiotrDabkow
 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

Index: pkgsrc/lang/py-js2py/PLIST
diff -u pkgsrc/lang/py-js2py/PLIST:1.4 pkgsrc/lang/py-js2py/PLIST:1.5
--- pkgsrc/lang/py-js2py/PLIST:1.4      Mon Feb 26 16:12:32 2018
+++ pkgsrc/lang/py-js2py/PLIST  Mon Mar 26 16:30:10 2018
@@ -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.py
 ${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/constructor
 ${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.py
 ${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.py
 ${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