diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-17 22:35:58 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-08-17 22:35:58 +0300 |
commit | abc3e7364226ffeb139c9a3157c2c4680da82251 (patch) | |
tree | 667f80285afffb0925190072e26de936d4bbbb9a /dev-python/fastjsonschema | |
parent | dev-python/elementpath: drop 2.5.3, 3.0.0 (diff) | |
download | gentoo-abc3e7364226ffeb139c9a3157c2c4680da82251.tar.gz gentoo-abc3e7364226ffeb139c9a3157c2c4680da82251.tar.bz2 gentoo-abc3e7364226ffeb139c9a3157c2c4680da82251.zip |
dev-python/fastjsonschema: drop 2.15.3-r1
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/fastjsonschema')
-rw-r--r-- | dev-python/fastjsonschema/Manifest | 1 | ||||
-rw-r--r-- | dev-python/fastjsonschema/fastjsonschema-2.15.3-r1.ebuild | 29 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/fastjsonschema/Manifest b/dev-python/fastjsonschema/Manifest index 979f56e24621..52fd8651ee26 100644 --- a/dev-python/fastjsonschema/Manifest +++ b/dev-python/fastjsonschema/Manifest @@ -1,2 +1 @@ -DIST python-fastjsonschema-2.15.3.tar.gz 389350 BLAKE2B f9ab32666fce1ba44a11cb981f4f301d7d55260767ec71aefa54ad6bcdd5b8c3d246656908dcd50e909257b35bb9ee24eb34d5ce7fe0f91501127cad412a7e1d SHA512 59dfc513de46e9df790edaa1abc994decdf98d65bec8eb8a6ac7211d2277f4e15d521a308e45c6532a232321d8a4655f87b7a01f2d57b9de20246a4d6deeeb9b DIST python-fastjsonschema-2.16.1.gh.tar.gz 391733 BLAKE2B 7d53b51ad88fb6e11226510f3dc7f7ef8ca2d6e22825e31f32fe7b9343c2d7bf946c0d528ecdb9550abd5e5dd01f2bf52d6670fa644eb4b453f2a45080cd9318 SHA512 b3ef41926ec6a54d527f68f6c198fdc61fc6528449137557a3f2130c5d01914a6ea3300bc6efb90f9b8fefbb98464760378108ef221dcb021414b2e0ffb1eb73 diff --git a/dev-python/fastjsonschema/fastjsonschema-2.15.3-r1.ebuild b/dev-python/fastjsonschema/fastjsonschema-2.15.3-r1.ebuild deleted file mode 100644 index 8998ccbecf1d..000000000000 --- a/dev-python/fastjsonschema/fastjsonschema-2.15.3-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..11} ) - -inherit distutils-r1 - -MY_P=python-${P} -DESCRIPTION="Fast JSON schema validator for Python" -HOMEPAGE="https://github.com/horejsek/python-fastjsonschema/" -SRC_URI=" - https://github.com/horejsek/python-fastjsonschema/archive/v${PV}.tar.gz - -> ${MY_P}.tar.gz -" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" - -distutils_enable_tests pytest - -src_prepare() { - distutils-r1_src_prepare - rm -r tests/benchmarks || die -} |