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: adam
Date: Mon Dec 18 19:29:27 UTC 2017
Modified Files:
pkgsrc/lang/py-js2py: Makefile PLIST distinfo
Log Message:
py-js2py: updated to 0.58
0.58:
Bug fixes.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/py-js2py/Makefile \
pkgsrc/lang/py-js2py/distinfo
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/lang/py-js2py/Makefile:1.4
--- pkgsrc/lang/py-js2py/Makefile:1.3 Wed Aug 16 18:02:21 2017
+++ pkgsrc/lang/py-js2py/Makefile Mon Dec 18 19:29:27 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/08/16 18:02:21 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/12/18 19:29:27 adam Exp $
-DISTNAME= Js2Py-0.50
+DISTNAME= Js2Py-0.58
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
CATEGORIES= lang python
MASTER_SITES= ${MASTER_SITE_PYPI:=J/Js2Py/}
@@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-jsparser>=2.5.1
DEPENDS+= ${PYPKGPREFIX}-six>=1.10:../../lang/py-six
DEPENDS+= ${PYPKGPREFIX}-tzlocal>=1.2:../../time/py-tzlocal
-USE_LANGUAGES= # empty
+USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/lang/py-js2py/distinfo
diff -u pkgsrc/lang/py-js2py/distinfo:1.3 pkgsrc/lang/py-js2py/distinfo:1.4
--- pkgsrc/lang/py-js2py/distinfo:1.3 Wed Aug 16 18:02:21 2017
+++ pkgsrc/lang/py-js2py/distinfo Mon Dec 18 19:29:27 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/08/16 18:02:21 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/12/18 19:29:27 adam Exp $
-SHA1 (Js2Py-0.50.tar.gz) = 47fd81f40a74a4752fce3fc81728740475bdd3fc
-RMD160 (Js2Py-0.50.tar.gz) = 18edf0e0d669c51f7beefb300010b0ac4eb900ac
-SHA512 (Js2Py-0.50.tar.gz) = 3d44b5cb8e42456b6f640107554512c379e81bd27c84f6bb64e9b6f841ff994adc17d7db7a0ff2267bb90ad7a555cd95d26bd415f953d00371ac22860bd89707
-Size (Js2Py-0.50.tar.gz) = 552611 bytes
+SHA1 (Js2Py-0.58.tar.gz) = 183f6296ba4c79b70026ec1fa5021ec971f0e128
+RMD160 (Js2Py-0.58.tar.gz) = 84eccb7fc01e010963e0b0d42138695d68b9e68d
+SHA512 (Js2Py-0.58.tar.gz) = 790a94bf0fb47af8566470ed454025d46cc60f0841c226e176b96afc723b3816db470c4fc368dd1cb6c7f7084ff16ad20a60b51cb67e158234235bfacfa538a4
+Size (Js2Py-0.58.tar.gz) = 556886 bytes
Index: pkgsrc/lang/py-js2py/PLIST
diff -u pkgsrc/lang/py-js2py/PLIST:1.2 pkgsrc/lang/py-js2py/PLIST:1.3
--- pkgsrc/lang/py-js2py/PLIST:1.2 Wed Aug 16 18:02:21 2017
+++ pkgsrc/lang/py-js2py/PLIST Mon Dec 18 19:29:27 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2017/08/16 18:02:21 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/12/18 19:29:27 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -200,6 +200,9 @@ ${PYSITELIB}/js2py/internals/speed.py
${PYSITELIB}/js2py/internals/trans_utils.py
${PYSITELIB}/js2py/internals/trans_utils.pyc
${PYSITELIB}/js2py/internals/trans_utils.pyo
+${PYSITELIB}/js2py/node_import.py
+${PYSITELIB}/js2py/node_import.pyc
+${PYSITELIB}/js2py/node_import.pyo
${PYSITELIB}/js2py/prototypes/__init__.py
${PYSITELIB}/js2py/prototypes/__init__.pyc
${PYSITELIB}/js2py/prototypes/__init__.pyo
@@ -236,6 +239,9 @@ ${PYSITELIB}/js2py/prototypes/jsstring.p
${PYSITELIB}/js2py/prototypes/jstypedarray.py
${PYSITELIB}/js2py/prototypes/jstypedarray.pyc
${PYSITELIB}/js2py/prototypes/jstypedarray.pyo
+${PYSITELIB}/js2py/py_node_modules/__init__.py
+${PYSITELIB}/js2py/py_node_modules/__init__.pyc
+${PYSITELIB}/js2py/py_node_modules/__init__.pyo
${PYSITELIB}/js2py/pyjs.py
${PYSITELIB}/js2py/pyjs.pyc
${PYSITELIB}/js2py/pyjs.pyo
Home |
Main Index |
Thread Index |
Old Index