From c77b68abdb4c1234aa564af7ceb2670643df8a3b Mon Sep 17 00:00:00 2001 From: "Andreas Billmeier (@Home/mbp)" Date: Sun, 11 Jun 2023 10:52:48 +0200 Subject: [PATCH] dev-python/esprima: update SRC_URI Signed-off-by: Andreas Billmeier --- dev-python/esprima/Manifest | 2 +- dev-python/esprima/esprima-4.0.1.ebuild | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-python/esprima/Manifest b/dev-python/esprima/Manifest index 95de0ea44..bce51963c 100644 --- a/dev-python/esprima/Manifest +++ b/dev-python/esprima/Manifest @@ -1,3 +1,3 @@ DIST esprima-4.0.1.tar.gz 47021 BLAKE2B 9a54005025cba2417286e89b9e40aecc3bdc5cfe9589b0e3c133864b5bd9fa9cce9de738765103378b43ae71f5f0137f016ba080ba75aef1a85818cbd6772a7c SHA512 c7e21739ef75c5e8e75ecbe8b8f63ca26e9fbf58fc5753c86913c4ee65a8be9b07b2192c1db035bc3ed375c6f7a6b3fd9ae13a53ec38dcf542e65b40b2ec5b2c -EBUILD esprima-4.0.1.ebuild 680 BLAKE2B 8c7ee772e1be46950e38b0acbcc0e6be1b829e418e650d32bd243d81b7307a0dfa64848c552e67dc21a1fb03b9506ae3b43f98e05c5c546fe28b965e82116ff4 SHA512 a2622f3a86f9afa01fdf43b7396d9a7a184d87dcb38a4f1763f22be7cbad77eb70d338d98473ea1ca45044eb4215bf284557e82786673777329eb69d439c19e8 +EBUILD esprima-4.0.1.ebuild 625 BLAKE2B f0ec49d11bfc0bdad9f2c573987d53bf1ccc8d346097e0681ad9032771459602b18b013b1593dc638c8e1195295b4d40a8feb667f8efb90117f673903a6fb670 SHA512 3ee67ce74bff74bd5b12bd51b1957c8b7a79929eeb70ac56109601a29f653c96146aaeeec4ee32d5913e03b95920f2ab7e10d7a43650eb514af34d07f636b52b MISC metadata.xml 526 BLAKE2B 184341176df55b99bf6b51e2e5ab5e5315baa5fdc4ec893f28907e15a2141a1d67e137f549f97316a45295bd171f02abdd64ae8e82622d49f74fd6cce7616515 SHA512 1559a810adf90619f1a159617891601b3a2d46c50da51007e72d38943d5fcd2b0bb28d970b1e35dc7185cb2cc2bed060d696d026d7418c7d7c8b868ba7855ba3 diff --git a/dev-python/esprima/esprima-4.0.1.ebuild b/dev-python/esprima/esprima-4.0.1.ebuild index 24e38a9e1..e27708bd0 100644 --- a/dev-python/esprima/esprima-4.0.1.ebuild +++ b/dev-python/esprima/esprima-4.0.1.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +inherit distutils-r1 pypi DESCRIPTION="ECMAScript parsing infrastructure for multipurpose analysis in Python" HOMEPAGE="https://github.com/Kronuz/esprima-python https://pypi.org/project/esprima/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" @@ -20,7 +19,6 @@ RESTRICT="!test? ( test )" #DOCS="README.rst" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )"