Mon Feb 26 16:12:32 2018 UTC ()
py-js2py: updated to 0.59

0.59:
Bug fixes.


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

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

--- pkgsrc/lang/py-js2py/Makefile 2017/12/18 19:29:27 1.4
+++ pkgsrc/lang/py-js2py/Makefile 2018/02/26 16:12:32 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2017/12/18 19:29:27 adam Exp $ 1# $NetBSD: Makefile,v 1.5 2018/02/26 16:12:32 adam Exp $
2 2
3DISTNAME= Js2Py-0.58 3DISTNAME= Js2Py-0.59
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
5CATEGORIES= lang python 5CATEGORIES= lang python
6MASTER_SITES= ${MASTER_SITE_PYPI:=J/Js2Py/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=J/Js2Py/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/PiotrDabkowski/Js2Py 9HOMEPAGE= https://github.com/PiotrDabkowski/Js2Py
10COMMENT= Pure Python JavaScript Translator/Interpreter 10COMMENT= Pure Python JavaScript Translator/Interpreter
11LICENSE= mit 11LICENSE= mit
12 12
13DEPENDS+= ${PYPKGPREFIX}-jsparser>=2.5.1:../../lang/py-jsparser 13DEPENDS+= ${PYPKGPREFIX}-jsparser>=2.5.1:../../lang/py-jsparser
14DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six 14DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
15DEPENDS+= ${PYPKGPREFIX}-tzlocal>=1.2:../../time/py-tzlocal 15DEPENDS+= ${PYPKGPREFIX}-tzlocal>=1.2:../../time/py-tzlocal
16 16

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

--- pkgsrc/lang/py-js2py/distinfo 2017/12/18 19:29:27 1.4
+++ pkgsrc/lang/py-js2py/distinfo 2018/02/26 16:12:32 1.5
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.4 2017/12/18 19:29:27 adam Exp $ 1$NetBSD: distinfo,v 1.5 2018/02/26 16:12:32 adam Exp $
2 2
3SHA1 (Js2Py-0.58.tar.gz) = 183f6296ba4c79b70026ec1fa5021ec971f0e128 3SHA1 (Js2Py-0.59.tar.gz) = 828ee742021299ee7cecccb52502288b7a4fc5fe
4RMD160 (Js2Py-0.58.tar.gz) = 84eccb7fc01e010963e0b0d42138695d68b9e68d 4RMD160 (Js2Py-0.59.tar.gz) = 208f6492385d5a777b124f49bacfdae67c652e64
5SHA512 (Js2Py-0.58.tar.gz) = 790a94bf0fb47af8566470ed454025d46cc60f0841c226e176b96afc723b3816db470c4fc368dd1cb6c7f7084ff16ad20a60b51cb67e158234235bfacfa538a4 5SHA512 (Js2Py-0.59.tar.gz) = fd6c59259af431436eb99794492a9dbee03e68458f5e72aa67f5ead04e0dc7913fa45b9261ed756c235de4fbe45c1de61a49bc8c37be522ec4e063857d3a9e42
6Size (Js2Py-0.58.tar.gz) = 556886 bytes 6Size (Js2Py-0.59.tar.gz) = 556467 bytes

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

--- pkgsrc/lang/py-js2py/PLIST 2017/12/18 19:29:27 1.3
+++ pkgsrc/lang/py-js2py/PLIST 2018/02/26 16:12:32 1.4
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.3 2017/12/18 19:29:27 adam Exp $ 1@comment $NetBSD: PLIST,v 1.4 2018/02/26 16:12:32 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
@@ -103,26 +103,29 @@ ${PYSITELIB}/js2py/internals/base.pyo @@ -103,26 +103,29 @@ ${PYSITELIB}/js2py/internals/base.pyo
103${PYSITELIB}/js2py/internals/byte_trans.py 103${PYSITELIB}/js2py/internals/byte_trans.py
104${PYSITELIB}/js2py/internals/code.py 104${PYSITELIB}/js2py/internals/code.py
105${PYSITELIB}/js2py/internals/code.pyc 105${PYSITELIB}/js2py/internals/code.pyc
106${PYSITELIB}/js2py/internals/code.pyo 106${PYSITELIB}/js2py/internals/code.pyo
107${PYSITELIB}/js2py/internals/constructors/__init__.py 107${PYSITELIB}/js2py/internals/constructors/__init__.py
108${PYSITELIB}/js2py/internals/constructors/__init__.pyc 108${PYSITELIB}/js2py/internals/constructors/__init__.pyc
109${PYSITELIB}/js2py/internals/constructors/__init__.pyo 109${PYSITELIB}/js2py/internals/constructors/__init__.pyo
110${PYSITELIB}/js2py/internals/constructors/jsarray.py 110${PYSITELIB}/js2py/internals/constructors/jsarray.py
111${PYSITELIB}/js2py/internals/constructors/jsarray.pyc 111${PYSITELIB}/js2py/internals/constructors/jsarray.pyc
112${PYSITELIB}/js2py/internals/constructors/jsarray.pyo 112${PYSITELIB}/js2py/internals/constructors/jsarray.pyo
113${PYSITELIB}/js2py/internals/constructors/jsboolean.py 113${PYSITELIB}/js2py/internals/constructors/jsboolean.py
114${PYSITELIB}/js2py/internals/constructors/jsboolean.pyc 114${PYSITELIB}/js2py/internals/constructors/jsboolean.pyc
115${PYSITELIB}/js2py/internals/constructors/jsboolean.pyo 115${PYSITELIB}/js2py/internals/constructors/jsboolean.pyo
 116${PYSITELIB}/js2py/internals/constructors/jsconsole.py
 117${PYSITELIB}/js2py/internals/constructors/jsconsole.pyc
 118${PYSITELIB}/js2py/internals/constructors/jsconsole.pyo
116${PYSITELIB}/js2py/internals/constructors/jsdate.py 119${PYSITELIB}/js2py/internals/constructors/jsdate.py
117${PYSITELIB}/js2py/internals/constructors/jsdate.pyc 120${PYSITELIB}/js2py/internals/constructors/jsdate.pyc
118${PYSITELIB}/js2py/internals/constructors/jsdate.pyo 121${PYSITELIB}/js2py/internals/constructors/jsdate.pyo
119${PYSITELIB}/js2py/internals/constructors/jsfunction.py 122${PYSITELIB}/js2py/internals/constructors/jsfunction.py
120${PYSITELIB}/js2py/internals/constructors/jsmath.py 123${PYSITELIB}/js2py/internals/constructors/jsmath.py
121${PYSITELIB}/js2py/internals/constructors/jsmath.pyc 124${PYSITELIB}/js2py/internals/constructors/jsmath.pyc
122${PYSITELIB}/js2py/internals/constructors/jsmath.pyo 125${PYSITELIB}/js2py/internals/constructors/jsmath.pyo
123${PYSITELIB}/js2py/internals/constructors/jsnumber.py 126${PYSITELIB}/js2py/internals/constructors/jsnumber.py
124${PYSITELIB}/js2py/internals/constructors/jsnumber.pyc 127${PYSITELIB}/js2py/internals/constructors/jsnumber.pyc
125${PYSITELIB}/js2py/internals/constructors/jsnumber.pyo 128${PYSITELIB}/js2py/internals/constructors/jsnumber.pyo
126${PYSITELIB}/js2py/internals/constructors/jsobject.py 129${PYSITELIB}/js2py/internals/constructors/jsobject.py
127${PYSITELIB}/js2py/internals/constructors/jsobject.pyc 130${PYSITELIB}/js2py/internals/constructors/jsobject.pyc
128${PYSITELIB}/js2py/internals/constructors/jsobject.pyo 131${PYSITELIB}/js2py/internals/constructors/jsobject.pyo
@@ -141,26 +144,28 @@ ${PYSITELIB}/js2py/internals/conversions @@ -141,26 +144,28 @@ ${PYSITELIB}/js2py/internals/conversions
141${PYSITELIB}/js2py/internals/desc.py 144${PYSITELIB}/js2py/internals/desc.py
142${PYSITELIB}/js2py/internals/desc.pyc 145${PYSITELIB}/js2py/internals/desc.pyc
143${PYSITELIB}/js2py/internals/desc.pyo 146${PYSITELIB}/js2py/internals/desc.pyo
144${PYSITELIB}/js2py/internals/fill_space.py 147${PYSITELIB}/js2py/internals/fill_space.py
145${PYSITELIB}/js2py/internals/fill_space.pyc 148${PYSITELIB}/js2py/internals/fill_space.pyc
146${PYSITELIB}/js2py/internals/fill_space.pyo 149${PYSITELIB}/js2py/internals/fill_space.pyo
147${PYSITELIB}/js2py/internals/func_utils.py 150${PYSITELIB}/js2py/internals/func_utils.py
148${PYSITELIB}/js2py/internals/func_utils.pyc 151${PYSITELIB}/js2py/internals/func_utils.pyc
149${PYSITELIB}/js2py/internals/func_utils.pyo 152${PYSITELIB}/js2py/internals/func_utils.pyo
150${PYSITELIB}/js2py/internals/gen.py 153${PYSITELIB}/js2py/internals/gen.py
151${PYSITELIB}/js2py/internals/gen.pyc 154${PYSITELIB}/js2py/internals/gen.pyc
152${PYSITELIB}/js2py/internals/gen.pyo 155${PYSITELIB}/js2py/internals/gen.pyo
153${PYSITELIB}/js2py/internals/opcodes.py 156${PYSITELIB}/js2py/internals/opcodes.py
 157${PYSITELIB}/js2py/internals/opcodes.pyc
 158${PYSITELIB}/js2py/internals/opcodes.pyo
154${PYSITELIB}/js2py/internals/operations.py 159${PYSITELIB}/js2py/internals/operations.py
155${PYSITELIB}/js2py/internals/operations.pyc 160${PYSITELIB}/js2py/internals/operations.pyc
156${PYSITELIB}/js2py/internals/operations.pyo 161${PYSITELIB}/js2py/internals/operations.pyo
157${PYSITELIB}/js2py/internals/prototypes/__init__.py 162${PYSITELIB}/js2py/internals/prototypes/__init__.py
158${PYSITELIB}/js2py/internals/prototypes/__init__.pyc 163${PYSITELIB}/js2py/internals/prototypes/__init__.pyc
159${PYSITELIB}/js2py/internals/prototypes/__init__.pyo 164${PYSITELIB}/js2py/internals/prototypes/__init__.pyo
160${PYSITELIB}/js2py/internals/prototypes/jsarray.py 165${PYSITELIB}/js2py/internals/prototypes/jsarray.py
161${PYSITELIB}/js2py/internals/prototypes/jsarray.pyc 166${PYSITELIB}/js2py/internals/prototypes/jsarray.pyc
162${PYSITELIB}/js2py/internals/prototypes/jsarray.pyo 167${PYSITELIB}/js2py/internals/prototypes/jsarray.pyo
163${PYSITELIB}/js2py/internals/prototypes/jsboolean.py 168${PYSITELIB}/js2py/internals/prototypes/jsboolean.py
164${PYSITELIB}/js2py/internals/prototypes/jsboolean.pyc 169${PYSITELIB}/js2py/internals/prototypes/jsboolean.pyc
165${PYSITELIB}/js2py/internals/prototypes/jsboolean.pyo 170${PYSITELIB}/js2py/internals/prototypes/jsboolean.pyo
166${PYSITELIB}/js2py/internals/prototypes/jserror.py 171${PYSITELIB}/js2py/internals/prototypes/jserror.py