Changes 0.50:
Bug fixes.
This commit is contained in:
parent
677859c093
commit
250cada50e
3 changed files with 119 additions and 12 deletions
|
@ -1,16 +1,16 @@
|
|||
# $NetBSD: Makefile,v 1.2 2017/07/11 19:36:40 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2017/08/16 18:02:21 adam Exp $
|
||||
|
||||
DISTNAME= Js2Py-0.44
|
||||
DISTNAME= Js2Py-0.50
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
|
||||
CATEGORIES= python lang
|
||||
CATEGORIES= lang python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=J/Js2Py/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://pypi.python.org/pypi/Js2Py/
|
||||
COMMENT= Python implementation of Javascript
|
||||
HOMEPAGE= https://github.com/PiotrDabkowski/Js2Py
|
||||
COMMENT= Pure Python JavaScript Translator/Interpreter
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${PYPKGPREFIX}-jsparser>=2.4.5:../../lang/py-jsparser
|
||||
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
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/02/07 23:50:27 joerg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2017/08/16 18:02:21 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -94,6 +94,112 @@ ${PYSITELIB}/js2py/host/jseval.pyo
|
|||
${PYSITELIB}/js2py/host/jsfunctions.py
|
||||
${PYSITELIB}/js2py/host/jsfunctions.pyc
|
||||
${PYSITELIB}/js2py/host/jsfunctions.pyo
|
||||
${PYSITELIB}/js2py/internals/__init__.py
|
||||
${PYSITELIB}/js2py/internals/__init__.pyc
|
||||
${PYSITELIB}/js2py/internals/__init__.pyo
|
||||
${PYSITELIB}/js2py/internals/base.py
|
||||
${PYSITELIB}/js2py/internals/base.pyc
|
||||
${PYSITELIB}/js2py/internals/base.pyo
|
||||
${PYSITELIB}/js2py/internals/byte_trans.py
|
||||
${PYSITELIB}/js2py/internals/code.py
|
||||
${PYSITELIB}/js2py/internals/code.pyc
|
||||
${PYSITELIB}/js2py/internals/code.pyo
|
||||
${PYSITELIB}/js2py/internals/constructors/__init__.py
|
||||
${PYSITELIB}/js2py/internals/constructors/__init__.pyc
|
||||
${PYSITELIB}/js2py/internals/constructors/__init__.pyo
|
||||
${PYSITELIB}/js2py/internals/constructors/jsarray.py
|
||||
${PYSITELIB}/js2py/internals/constructors/jsarray.pyc
|
||||
${PYSITELIB}/js2py/internals/constructors/jsarray.pyo
|
||||
${PYSITELIB}/js2py/internals/constructors/jsboolean.py
|
||||
${PYSITELIB}/js2py/internals/constructors/jsboolean.pyc
|
||||
${PYSITELIB}/js2py/internals/constructors/jsboolean.pyo
|
||||
${PYSITELIB}/js2py/internals/constructors/jsdate.py
|
||||
${PYSITELIB}/js2py/internals/constructors/jsdate.pyc
|
||||
${PYSITELIB}/js2py/internals/constructors/jsdate.pyo
|
||||
${PYSITELIB}/js2py/internals/constructors/jsfunction.py
|
||||
${PYSITELIB}/js2py/internals/constructors/jsmath.py
|
||||
${PYSITELIB}/js2py/internals/constructors/jsmath.pyc
|
||||
${PYSITELIB}/js2py/internals/constructors/jsmath.pyo
|
||||
${PYSITELIB}/js2py/internals/constructors/jsnumber.py
|
||||
${PYSITELIB}/js2py/internals/constructors/jsnumber.pyc
|
||||
${PYSITELIB}/js2py/internals/constructors/jsnumber.pyo
|
||||
${PYSITELIB}/js2py/internals/constructors/jsobject.py
|
||||
${PYSITELIB}/js2py/internals/constructors/jsobject.pyc
|
||||
${PYSITELIB}/js2py/internals/constructors/jsobject.pyo
|
||||
${PYSITELIB}/js2py/internals/constructors/jsregexp.py
|
||||
${PYSITELIB}/js2py/internals/constructors/jsregexp.pyc
|
||||
${PYSITELIB}/js2py/internals/constructors/jsregexp.pyo
|
||||
${PYSITELIB}/js2py/internals/constructors/jsstring.py
|
||||
${PYSITELIB}/js2py/internals/constructors/jsstring.pyc
|
||||
${PYSITELIB}/js2py/internals/constructors/jsstring.pyo
|
||||
${PYSITELIB}/js2py/internals/constructors/time_helpers.py
|
||||
${PYSITELIB}/js2py/internals/constructors/time_helpers.pyc
|
||||
${PYSITELIB}/js2py/internals/constructors/time_helpers.pyo
|
||||
${PYSITELIB}/js2py/internals/conversions.py
|
||||
${PYSITELIB}/js2py/internals/conversions.pyc
|
||||
${PYSITELIB}/js2py/internals/conversions.pyo
|
||||
${PYSITELIB}/js2py/internals/desc.py
|
||||
${PYSITELIB}/js2py/internals/desc.pyc
|
||||
${PYSITELIB}/js2py/internals/desc.pyo
|
||||
${PYSITELIB}/js2py/internals/fill_space.py
|
||||
${PYSITELIB}/js2py/internals/fill_space.pyc
|
||||
${PYSITELIB}/js2py/internals/fill_space.pyo
|
||||
${PYSITELIB}/js2py/internals/func_utils.py
|
||||
${PYSITELIB}/js2py/internals/func_utils.pyc
|
||||
${PYSITELIB}/js2py/internals/func_utils.pyo
|
||||
${PYSITELIB}/js2py/internals/gen.py
|
||||
${PYSITELIB}/js2py/internals/gen.pyc
|
||||
${PYSITELIB}/js2py/internals/gen.pyo
|
||||
${PYSITELIB}/js2py/internals/opcodes.py
|
||||
${PYSITELIB}/js2py/internals/operations.py
|
||||
${PYSITELIB}/js2py/internals/operations.pyc
|
||||
${PYSITELIB}/js2py/internals/operations.pyo
|
||||
${PYSITELIB}/js2py/internals/prototypes/__init__.py
|
||||
${PYSITELIB}/js2py/internals/prototypes/__init__.pyc
|
||||
${PYSITELIB}/js2py/internals/prototypes/__init__.pyo
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsarray.py
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsarray.pyc
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsarray.pyo
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsboolean.py
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsboolean.pyc
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsboolean.pyo
|
||||
${PYSITELIB}/js2py/internals/prototypes/jserror.py
|
||||
${PYSITELIB}/js2py/internals/prototypes/jserror.pyc
|
||||
${PYSITELIB}/js2py/internals/prototypes/jserror.pyo
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsfunction.py
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsfunction.pyc
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsfunction.pyo
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsjson.py
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsjson.pyc
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsjson.pyo
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsnumber.py
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsnumber.pyc
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsnumber.pyo
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsobject.py
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsobject.pyc
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsobject.pyo
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsregexp.py
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsregexp.pyc
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsregexp.pyo
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsstring.py
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsstring.pyc
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsstring.pyo
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsutils.py
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsutils.pyc
|
||||
${PYSITELIB}/js2py/internals/prototypes/jsutils.pyo
|
||||
${PYSITELIB}/js2py/internals/seval.py
|
||||
${PYSITELIB}/js2py/internals/seval.pyc
|
||||
${PYSITELIB}/js2py/internals/seval.pyo
|
||||
${PYSITELIB}/js2py/internals/simplex.py
|
||||
${PYSITELIB}/js2py/internals/simplex.pyc
|
||||
${PYSITELIB}/js2py/internals/simplex.pyo
|
||||
${PYSITELIB}/js2py/internals/space.py
|
||||
${PYSITELIB}/js2py/internals/space.pyc
|
||||
${PYSITELIB}/js2py/internals/space.pyo
|
||||
${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/prototypes/__init__.py
|
||||
${PYSITELIB}/js2py/prototypes/__init__.pyc
|
||||
${PYSITELIB}/js2py/prototypes/__init__.pyo
|
||||
|
@ -133,6 +239,7 @@ ${PYSITELIB}/js2py/prototypes/jstypedarray.pyo
|
|||
${PYSITELIB}/js2py/pyjs.py
|
||||
${PYSITELIB}/js2py/pyjs.pyc
|
||||
${PYSITELIB}/js2py/pyjs.pyo
|
||||
${PYSITELIB}/js2py/test_internals.py
|
||||
${PYSITELIB}/js2py/translators/__init__.py
|
||||
${PYSITELIB}/js2py/translators/__init__.pyc
|
||||
${PYSITELIB}/js2py/translators/__init__.pyo
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.2 2017/07/11 19:36:40 adam Exp $
|
||||
$NetBSD: distinfo,v 1.3 2017/08/16 18:02:21 adam Exp $
|
||||
|
||||
SHA1 (Js2Py-0.44.tar.gz) = 9bd2fa57d95e646c15ac010d4c21fde99d8aee4a
|
||||
RMD160 (Js2Py-0.44.tar.gz) = 0506fe509a1a4a266bc8e75bb967d4f823b0c0c8
|
||||
SHA512 (Js2Py-0.44.tar.gz) = 20bf7aeb317f32dabd02f4111934517b6503878e9309f259c5b6af1262a2957840b7fec98d50dc044938a9bcfd5827b5a2e7898317d313d6b6b566137862db13
|
||||
Size (Js2Py-0.44.tar.gz) = 512260 bytes
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue