Received: by mail.netbsd.org (Postfix, from userid 605) id B177884DC0; Mon, 18 Feb 2019 12:57:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3976E84DBF for ; Mon, 18 Feb 2019 12:57:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id BnSpPBaXM42O for ; Mon, 18 Feb 2019 12:57:21 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 518CC84DB5 for ; Mon, 18 Feb 2019 12:57:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4C8B5FB16; Mon, 18 Feb 2019 12:57:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1550494641259990" MIME-Version: 1.0 Date: Mon, 18 Feb 2019 12:57:21 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/lang/py-js2py To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20190218125721.4C8B5FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1550494641259990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Feb 18 12:57:21 UTC 2019 Modified Files: pkgsrc/lang/py-js2py: Makefile PLIST distinfo Log Message: py-js2py: updated to 0.60 0.60: Unknown changes To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/lang/py-js2py/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/py-js2py/PLIST \ pkgsrc/lang/py-js2py/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1550494641259990 Content-Disposition: inline Content-Length: 3455 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/py-js2py/Makefile diff -u pkgsrc/lang/py-js2py/Makefile:1.6 pkgsrc/lang/py-js2py/Makefile:1.7 --- pkgsrc/lang/py-js2py/Makefile:1.6 Mon Mar 26 16:30:10 2018 +++ pkgsrc/lang/py-js2py/Makefile Mon Feb 18 12:57:21 2019 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2018/03/26 16:30:10 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2019/02/18 12:57:21 adam Exp $ -DISTNAME= Js2Py-0.59 +DISTNAME= Js2Py-0.60 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} -PKGREVISION= 1 CATEGORIES= lang python MASTER_SITES= ${MASTER_SITE_PYPI:=J/Js2Py/} @@ -11,14 +10,13 @@ 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 USE_LANGUAGES= # none +PYTHON_VERSIONS_ACCEPTED= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/lang/py-js2py/PLIST diff -u pkgsrc/lang/py-js2py/PLIST:1.5 pkgsrc/lang/py-js2py/PLIST:1.6 --- pkgsrc/lang/py-js2py/PLIST:1.5 Mon Mar 26 16:30:10 2018 +++ pkgsrc/lang/py-js2py/PLIST Mon Feb 18 12:57:21 2019 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2018/03/26 16:30:10 joerg Exp $ +@comment $NetBSD: PLIST,v 1.6 2019/02/18 12:57:21 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -253,6 +253,18 @@ ${PYSITELIB}/js2py/prototypes/jstypedarr ${PYSITELIB}/js2py/py_node_modules/__init__.py ${PYSITELIB}/js2py/py_node_modules/__init__.pyc ${PYSITELIB}/js2py/py_node_modules/__init__.pyo +${PYSITELIB}/js2py/py_node_modules/chalk.py +${PYSITELIB}/js2py/py_node_modules/chalk.pyc +${PYSITELIB}/js2py/py_node_modules/chalk.pyo +${PYSITELIB}/js2py/py_node_modules/crypto_js.py +${PYSITELIB}/js2py/py_node_modules/crypto_js.pyc +${PYSITELIB}/js2py/py_node_modules/crypto_js.pyo +${PYSITELIB}/js2py/py_node_modules/escodegen.py +${PYSITELIB}/js2py/py_node_modules/escodegen.pyc +${PYSITELIB}/js2py/py_node_modules/escodegen.pyo +${PYSITELIB}/js2py/py_node_modules/esprima.py +${PYSITELIB}/js2py/py_node_modules/esprima.pyc +${PYSITELIB}/js2py/py_node_modules/esprima.pyo ${PYSITELIB}/js2py/pyjs.py ${PYSITELIB}/js2py/pyjs.pyc ${PYSITELIB}/js2py/pyjs.pyo Index: pkgsrc/lang/py-js2py/distinfo diff -u pkgsrc/lang/py-js2py/distinfo:1.5 pkgsrc/lang/py-js2py/distinfo:1.6 --- pkgsrc/lang/py-js2py/distinfo:1.5 Mon Feb 26 16:12:32 2018 +++ pkgsrc/lang/py-js2py/distinfo Mon Feb 18 12:57:21 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2018/02/26 16:12:32 adam Exp $ +$NetBSD: distinfo,v 1.6 2019/02/18 12:57:21 adam Exp $ -SHA1 (Js2Py-0.59.tar.gz) = 828ee742021299ee7cecccb52502288b7a4fc5fe -RMD160 (Js2Py-0.59.tar.gz) = 208f6492385d5a777b124f49bacfdae67c652e64 -SHA512 (Js2Py-0.59.tar.gz) = fd6c59259af431436eb99794492a9dbee03e68458f5e72aa67f5ead04e0dc7913fa45b9261ed756c235de4fbe45c1de61a49bc8c37be522ec4e063857d3a9e42 -Size (Js2Py-0.59.tar.gz) = 556467 bytes +SHA1 (Js2Py-0.60.tar.gz) = d134e40b14c6637b11b98a295068ff95bf1b9992 +RMD160 (Js2Py-0.60.tar.gz) = 3946330f91b453b25361764f54948ef9216114e2 +SHA512 (Js2Py-0.60.tar.gz) = adca62e8313db18b5cfce15ae8d40d45d65a3e5ea02fbe77f91a5e1e0ab90aa664cb852859cad935e63781e48df63dbbbf0cd5f87633d5d01e286179b539b023 +Size (Js2Py-0.60.tar.gz) = 833612 bytes --_----------=_1550494641259990--