Mon Feb 18 12:57:21 2019 UTC ()
py-js2py: updated to 0.60

0.60:
Unknown changes


(adam)
diff -r1.6 -r1.7 pkgsrc/lang/py-js2py/Makefile
diff -r1.5 -r1.6 pkgsrc/lang/py-js2py/PLIST
diff -r1.5 -r1.6 pkgsrc/lang/py-js2py/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/lang/py-js2py/Makefile (expand / switch to unified diff)

--- pkgsrc/lang/py-js2py/Makefile 2018/03/26 16:30:10 1.6
+++ pkgsrc/lang/py-js2py/Makefile 2019/02/18 12:57:21 1.7
@@ -1,24 +1,22 @@ @@ -1,24 +1,22 @@
1# $NetBSD: Makefile,v 1.6 2018/03/26 16:30:10 joerg Exp $ 1# $NetBSD: Makefile,v 1.7 2019/02/18 12:57:21 adam Exp $
2 2
3DISTNAME= Js2Py-0.59 3DISTNAME= Js2Py-0.60
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5PKGREVISION= 1 
6CATEGORIES= lang python 5CATEGORIES= lang python
7MASTER_SITES= ${MASTER_SITE_PYPI:=J/Js2Py/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=J/Js2Py/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/PiotrDabkowski/Js2Py 9HOMEPAGE= https://github.com/PiotrDabkowski/Js2Py
11COMMENT= Pure Python JavaScript Translator/Interpreter 10COMMENT= Pure Python JavaScript Translator/Interpreter
12LICENSE= mit 11LICENSE= mit
13 12
14# As of 0.59 
15PYTHON_VERSIONS_ACCEPTED= 27 
16 
17DEPENDS+= ${PYPKGPREFIX}-jsparser>=2.5.1:../../lang/py-jsparser 13DEPENDS+= ${PYPKGPREFIX}-jsparser>=2.5.1:../../lang/py-jsparser
18DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
19DEPENDS+= ${PYPKGPREFIX}-tzlocal>=1.2:../../time/py-tzlocal 15DEPENDS+= ${PYPKGPREFIX}-tzlocal>=1.2:../../time/py-tzlocal
20 16
21USE_LANGUAGES= # none 17USE_LANGUAGES= # none
22 18
 19PYTHON_VERSIONS_ACCEPTED= 27
 20
23.include "../../lang/python/egg.mk" 21.include "../../lang/python/egg.mk"
24.include "../../mk/bsd.pkg.mk" 22.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/lang/py-js2py/PLIST (expand / switch to unified diff)

--- pkgsrc/lang/py-js2py/PLIST 2018/03/26 16:30:10 1.5
+++ pkgsrc/lang/py-js2py/PLIST 2019/02/18 12:57:21 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.5 2018/03/26 16:30:10 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.6 2019/02/18 12:57:21 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5${PYSITELIB}/${EGG_INFODIR}/requires.txt 5${PYSITELIB}/${EGG_INFODIR}/requires.txt
6${PYSITELIB}/${EGG_INFODIR}/top_level.txt 6${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7${PYSITELIB}/js2py/__init__.py 7${PYSITELIB}/js2py/__init__.py
8${PYSITELIB}/js2py/__init__.pyc 8${PYSITELIB}/js2py/__init__.pyc
9${PYSITELIB}/js2py/__init__.pyo 9${PYSITELIB}/js2py/__init__.pyo
10${PYSITELIB}/js2py/base.py 10${PYSITELIB}/js2py/base.py
11${PYSITELIB}/js2py/base.pyc 11${PYSITELIB}/js2py/base.pyc
12${PYSITELIB}/js2py/base.pyo 12${PYSITELIB}/js2py/base.pyo
13${PYSITELIB}/js2py/constructors/__init__.py 13${PYSITELIB}/js2py/constructors/__init__.py
14${PYSITELIB}/js2py/constructors/__init__.pyc 14${PYSITELIB}/js2py/constructors/__init__.pyc
@@ -243,26 +243,38 @@ ${PYSITELIB}/js2py/prototypes/jsobject.p @@ -243,26 +243,38 @@ ${PYSITELIB}/js2py/prototypes/jsobject.p
243${PYSITELIB}/js2py/prototypes/jsobject.pyo 243${PYSITELIB}/js2py/prototypes/jsobject.pyo
244${PYSITELIB}/js2py/prototypes/jsregexp.py 244${PYSITELIB}/js2py/prototypes/jsregexp.py
245${PYSITELIB}/js2py/prototypes/jsregexp.pyc 245${PYSITELIB}/js2py/prototypes/jsregexp.pyc
246${PYSITELIB}/js2py/prototypes/jsregexp.pyo 246${PYSITELIB}/js2py/prototypes/jsregexp.pyo
247${PYSITELIB}/js2py/prototypes/jsstring.py 247${PYSITELIB}/js2py/prototypes/jsstring.py
248${PYSITELIB}/js2py/prototypes/jsstring.pyc 248${PYSITELIB}/js2py/prototypes/jsstring.pyc
249${PYSITELIB}/js2py/prototypes/jsstring.pyo 249${PYSITELIB}/js2py/prototypes/jsstring.pyo
250${PYSITELIB}/js2py/prototypes/jstypedarray.py 250${PYSITELIB}/js2py/prototypes/jstypedarray.py
251${PYSITELIB}/js2py/prototypes/jstypedarray.pyc 251${PYSITELIB}/js2py/prototypes/jstypedarray.pyc
252${PYSITELIB}/js2py/prototypes/jstypedarray.pyo 252${PYSITELIB}/js2py/prototypes/jstypedarray.pyo
253${PYSITELIB}/js2py/py_node_modules/__init__.py 253${PYSITELIB}/js2py/py_node_modules/__init__.py
254${PYSITELIB}/js2py/py_node_modules/__init__.pyc 254${PYSITELIB}/js2py/py_node_modules/__init__.pyc
255${PYSITELIB}/js2py/py_node_modules/__init__.pyo 255${PYSITELIB}/js2py/py_node_modules/__init__.pyo
 256${PYSITELIB}/js2py/py_node_modules/chalk.py
 257${PYSITELIB}/js2py/py_node_modules/chalk.pyc
 258${PYSITELIB}/js2py/py_node_modules/chalk.pyo
 259${PYSITELIB}/js2py/py_node_modules/crypto_js.py
 260${PYSITELIB}/js2py/py_node_modules/crypto_js.pyc
 261${PYSITELIB}/js2py/py_node_modules/crypto_js.pyo
 262${PYSITELIB}/js2py/py_node_modules/escodegen.py
 263${PYSITELIB}/js2py/py_node_modules/escodegen.pyc
 264${PYSITELIB}/js2py/py_node_modules/escodegen.pyo
 265${PYSITELIB}/js2py/py_node_modules/esprima.py
 266${PYSITELIB}/js2py/py_node_modules/esprima.pyc
 267${PYSITELIB}/js2py/py_node_modules/esprima.pyo
256${PYSITELIB}/js2py/pyjs.py 268${PYSITELIB}/js2py/pyjs.py
257${PYSITELIB}/js2py/pyjs.pyc 269${PYSITELIB}/js2py/pyjs.pyc
258${PYSITELIB}/js2py/pyjs.pyo 270${PYSITELIB}/js2py/pyjs.pyo
259${PYSITELIB}/js2py/test_internals.py 271${PYSITELIB}/js2py/test_internals.py
260${PYSITELIB}/js2py/test_internals.pyc 272${PYSITELIB}/js2py/test_internals.pyc
261${PYSITELIB}/js2py/test_internals.pyo 273${PYSITELIB}/js2py/test_internals.pyo
262${PYSITELIB}/js2py/translators/__init__.py 274${PYSITELIB}/js2py/translators/__init__.py
263${PYSITELIB}/js2py/translators/__init__.pyc 275${PYSITELIB}/js2py/translators/__init__.pyc
264${PYSITELIB}/js2py/translators/__init__.pyo 276${PYSITELIB}/js2py/translators/__init__.pyo
265${PYSITELIB}/js2py/translators/friendly_nodes.py 277${PYSITELIB}/js2py/translators/friendly_nodes.py
266${PYSITELIB}/js2py/translators/friendly_nodes.pyc 278${PYSITELIB}/js2py/translators/friendly_nodes.pyc
267${PYSITELIB}/js2py/translators/friendly_nodes.pyo 279${PYSITELIB}/js2py/translators/friendly_nodes.pyo
268${PYSITELIB}/js2py/translators/jsregexps.py 280${PYSITELIB}/js2py/translators/jsregexps.py

cvs diff -r1.5 -r1.6 pkgsrc/lang/py-js2py/distinfo (expand / switch to unified diff)

--- pkgsrc/lang/py-js2py/distinfo 2018/02/26 16:12:32 1.5
+++ pkgsrc/lang/py-js2py/distinfo 2019/02/18 12:57:21 1.6
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.5 2018/02/26 16:12:32 adam Exp $ 1$NetBSD: distinfo,v 1.6 2019/02/18 12:57:21 adam Exp $
2 2
3SHA1 (Js2Py-0.59.tar.gz) = 828ee742021299ee7cecccb52502288b7a4fc5fe 3SHA1 (Js2Py-0.60.tar.gz) = d134e40b14c6637b11b98a295068ff95bf1b9992
4RMD160 (Js2Py-0.59.tar.gz) = 208f6492385d5a777b124f49bacfdae67c652e64 4RMD160 (Js2Py-0.60.tar.gz) = 3946330f91b453b25361764f54948ef9216114e2
5SHA512 (Js2Py-0.59.tar.gz) = fd6c59259af431436eb99794492a9dbee03e68458f5e72aa67f5ead04e0dc7913fa45b9261ed756c235de4fbe45c1de61a49bc8c37be522ec4e063857d3a9e42 5SHA512 (Js2Py-0.60.tar.gz) = adca62e8313db18b5cfce15ae8d40d45d65a3e5ea02fbe77f91a5e1e0ab90aa664cb852859cad935e63781e48df63dbbbf0cd5f87633d5d01e286179b539b023
6Size (Js2Py-0.59.tar.gz) = 556467 bytes 6Size (Js2Py-0.60.tar.gz) = 833612 bytes