From 9f6a82a85d400d6ae7de04c43cee88dbc6bc4da0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 26 Jun 2024 00:12:24 +0100 Subject: gentoo auto-resync : 26:06:2024 - 00:12:24 --- dev-python/pyjsparser/Manifest | 2 +- .../pyjsparser-2.7.1_p20190421-r2.ebuild | 35 ---------------------- .../pyjsparser-2.7.1_p20190421-r3.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 36 insertions(+), 36 deletions(-) delete mode 100644 dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r2.ebuild create mode 100644 dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r3.ebuild (limited to 'dev-python/pyjsparser') diff --git a/dev-python/pyjsparser/Manifest b/dev-python/pyjsparser/Manifest index 7632faaaf64a..5d0bfeb151c1 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-r2.ebuild 881 BLAKE2B a0cdb77127a50d3c080d6f945d1fe285c473498be071de42e0cc4265dfb978b065c649ac4ee6ac9d3771e4b0bbfc74757543632851d95e878ab09ce3c5937a64 SHA512 e3064978ae2e040cac693ceda479f6f69be9a664d785f206578c737c68cbf5a36b70a10155935995173a23d62c96e14f145d418dd06764cdc7d8b7e73eaa76ea +EBUILD pyjsparser-2.7.1_p20190421-r3.ebuild 882 BLAKE2B 850b0a8eb15a7f0e87740b0317a5e5ce5cc3b581e760925351b12c88937b1fb2c0943fecfaa700945e11733ac51cf320f4f42a3e9c29d2e83a0e2b133ee6ceb5 SHA512 742efeea8ebadaee5a131341cdbdb6880378563b3e62d011d353cb959bf1fae358a3efae206b7a94ca6ef9d978ea06ae7636371ddbdded6a94448503d5786b47 MISC metadata.xml 502 BLAKE2B ee0252a808b15e44c03de2e206b0bd2d7dcd2d389beb29203c5dbeb628fe91fe57e3329927c827cbabcb270e82debf175ac9bd651366899235fd901c3d5f7e43 SHA512 82a1cc55abf102cf7aecdb63a86a408517a6d9be7b0c2f69b20c2d67c7472bcc7d5dd3bf6fde47914872eb0d68d9080b7bc37b330067207b456aaf2363b87904 diff --git a/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r2.ebuild b/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r2.ebuild deleted file mode 100644 index 4c4c3299c45d..000000000000 --- a/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -[[ ${PV} == *_p20190421 ]] && COMMIT=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/${COMMIT}.tar.gz - -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${COMMIT} - -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-r3.ebuild b/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r3.ebuild new file mode 100644 index 000000000000..6613e33f512b --- /dev/null +++ b/dev-python/pyjsparser/pyjsparser-2.7.1_p20190421-r3.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +[[ ${PV} == *_p20190421 ]] && COMMIT=5465d037b30e334cb0997f2315ec1e451b8ad4c1 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) + +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/${COMMIT}.tar.gz + -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${COMMIT} + +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