diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-02-17 22:49:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-02-17 22:49:38 +0100 |
commit | db45dfe3f780276a5a9f8e5fba191f922289e425 (patch) | |
tree | de2d27b02eddf964b431d1c492e013169647f9ce /dev-python/ujson | |
parent | dev-python/simpleeval: Remove old (diff) | |
download | gentoo-db45dfe3f780276a5a9f8e5fba191f922289e425.tar.gz gentoo-db45dfe3f780276a5a9f8e5fba191f922289e425.tar.bz2 gentoo-db45dfe3f780276a5a9f8e5fba191f922289e425.zip |
dev-python/ujson: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/ujson')
-rw-r--r-- | dev-python/ujson/Manifest | 1 | ||||
-rw-r--r-- | dev-python/ujson/ujson-5.0.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/ujson/Manifest b/dev-python/ujson/Manifest index 9a4719a18ea7..c81d092a5c9b 100644 --- a/dev-python/ujson/Manifest +++ b/dev-python/ujson/Manifest @@ -1,2 +1 @@ -DIST ujson-5.0.0.tar.gz 7128113 BLAKE2B 9ce58a57d85203f2e20690494ae627b87caf8524781eb07e63b97ecd40dbd7e25bc2e5a217fca738e4b8b2fe5bc9a9e7a7ad032a089bf8e5b5104d1e107671b7 SHA512 cda9b29baf77e5aa0f3adb8ba09445753fc6730eab95a7f483b0c0b0c8bb389d12e438324f63808e5c36815330ce6508a460700882a7661bc3640721a7cc906f DIST ujson-5.1.0.tar.gz 7128147 BLAKE2B edd5b944e98790f3b98c4e2dbeebd1bb058c7b10e07d7919d3354cc2bcc1c8398b5bea08d27cdad438f2aa4a5d340da377ca9ef9b4b03b3d5b0e3053787ee618 SHA512 8988696918402f9e540e878eeafb2d29ed2819d4fa6ca801251a0411981eab2663eb16599a37ffa531e2e036706bd27cb1467bac17c33579e010d106da488951 diff --git a/dev-python/ujson/ujson-5.0.0.ebuild b/dev-python/ujson/ujson-5.0.0.ebuild deleted file mode 100644 index 79aff2192ba2..000000000000 --- a/dev-python/ujson/ujson-5.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Ultra fast JSON encoder and decoder for Python" -HOMEPAGE="https://pypi.org/project/ujson/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~riscv x86 ~amd64-linux ~x86-linux" - -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - test? ( dev-python/pytz[${PYTHON_USEDEP}] ) -" - -distutils_enable_tests pytest |