From 433cb2e828d414c74b16d429f40d25e179b0a70f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 16 Jan 2023 05:56:39 +0000 Subject: gentoo auto-resync : 16:01:2023 - 05:56:39 --- dev-python/pyjsparser/Manifest | 2 +- .../pyjsparser-2.7.1_p20190421-r1.ebuild | 32 --------------------- .../pyjsparser-2.7.1_p20190421-r2.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 34 insertions(+), 33 deletions(-) delete mode 100644 dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r1.ebuild create mode 100644 dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r2.ebuild (limited to 'dev-python/pyjsparser') diff --git a/dev-python/pyjsparser/Manifest b/dev-python/pyjsparser/Manifest index 2d1f8f43d37c..8575eafad096 100644 --- a/dev-python/pyjsparser/Manifest +++ b/dev-python/pyjsparser/Manifest @@ -1,3 +1,3 @@ DIST pyjsparser-2.7.1_p20190421.tar.gz 210147 BLAKE2B 1286167a8ff9a0ee08019af2c1ba36a0dd1c22004a4e1ea3764f0a2a06e87b649435f332b9a9dea461ceade32340f7388489c972dafc9e558f973d7bbea4ac42 SHA512 2e4b3ee1cd863099da262eaf4df5ec4f364ce54e7c7535558f36d3449e21c9f851460078e1a7057ef8c82e2ed9c82f54944cd92782fe3f8cd05411edca191a40 -EBUILD pyjsparser-2.7.1_p20190421-r1.ebuild 802 BLAKE2B 0b174364e9d01e9449d290b002af8fee79bced9ca289233833d4ba1dd7c8e7f64ff0248161d0a31922dd79f74caba25514cd73cf0694e00e4ba65ccbcb76b300 SHA512 7f451a8b4d3aa24ac5514ad0f9c62e275d5050e790bb6c78654137b0c3f19fa249c2c0135f38a580b0ce963a8238f49e1bcb67e5845951397ae76ebc11c2d963 +EBUILD pyjsparser-2.7.1_p20190421-r2.ebuild 834 BLAKE2B f609ca18c1e1925eac299288e5fc09d3108d19afb7f4c7753a25cad5093be28b6d67920465c5d407d455dcb6561a1319765ab054a328d709591849b1125c4ac5 SHA512 258eb6f2cca85332d732995a3c7b15a962df8373f4d03aced48d80982fc5c704140a10853fd30d757d33983ea169e4869e82255dda5ce904cba7cda6bc3d8cfa MISC metadata.xml 395 BLAKE2B 6606412ce6f1f62dee494cb6d08ca6f33d83831a6c1bd5c81fdcfe4a3e519d72b668b358d4bb48652268f7d2c89acea5572f5d8d1b6ec51c7b078f2c58e73823 SHA512 7ddc64f189b8a567823b8dbb827c2f701325ae205c7836f2fc93728a6e70820d5f8a05cb28382e6144c670a2aec3a14f63a445ee20f421236c30bf071e45fe94 diff --git a/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r1.ebuild b/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r1.ebuild deleted file mode 100644 index fa39661f31f5..000000000000 --- a/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -H=5465d037b30e334cb0997f2315ec1e451b8ad4c1 -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 - -DESCRIPTION="Fast javascript parser based on esprima.js" -HOMEPAGE="https://github.com/PiotrDabkowski/pyjsparser/ - https://pypi.org/project/pyjsparser/" -SRC_URI="https://github.com/PiotrDabkowski/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${H} - -RESTRICT="!test? ( test )" -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" -IUSE="test" - -BDEPEND=" - test? ( - dev-python/js2py[${PYTHON_USEDEP}] - dev-python/pytest[${PYTHON_USEDEP}] - ) -" - -python_test() { - "${EPYTHON}" ./test_runner.py || die "tests failed with ${EPYTHON}" -} diff --git a/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r2.ebuild b/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r2.ebuild new file mode 100644 index 000000000000..47b017d915d6 --- /dev/null +++ b/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +H=5465d037b30e334cb0997f2315ec1e451b8ad4c1 +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) + +inherit distutils-r1 + +DESCRIPTION="Fast javascript parser based on esprima.js" +HOMEPAGE="https://github.com/PiotrDabkowski/pyjsparser/ + https://pypi.org/project/pyjsparser/" +SRC_URI="https://github.com/PiotrDabkowski/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${H} + +RESTRICT="!test? ( test )" +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +IUSE="test" + +BDEPEND=" + test? ( + dev-python/js2py[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + ) +" + +python_test() { + "${EPYTHON}" ./test_runner.py || die "tests failed with ${EPYTHON}" +} -- cgit v1.2.3