commit:     062f068c881209354aaa870595e582bb3166dacb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 11:50:46 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 11:50:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=062f068c

dev-python/fastjsonschema: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/fastjsonschema/Manifest                 |  2 --
 .../fastjsonschema/fastjsonschema-2.16.3.ebuild    | 32 ----------------------
 .../fastjsonschema/fastjsonschema-2.17.0.ebuild    | 32 ----------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-python/fastjsonschema/Manifest 
b/dev-python/fastjsonschema/Manifest
index aea0051645b4..12eefad698c5 100644
--- a/dev-python/fastjsonschema/Manifest
+++ b/dev-python/fastjsonschema/Manifest
@@ -1,3 +1 @@
-DIST fastjsonschema-2.17.0.tar.gz 370871 BLAKE2B 
9d5f16dba7c8519d5bb4853188ba982e06b39a2c1689963ef3aec39e2d48cccbba7ba9ab93cf1b54a06f4e8107917acdb31b076f44b7baf9e9a432256a2f2844
 SHA512 
ee19945c489b9d4fd23a0a348ec13f321705e93e1367c04003c41b86abd92da2ac73ca6dcd46a9eba0b8b72e8ba899a00939d8a56059fd04eac4300e20589551
 DIST fastjsonschema-2.17.1.tar.gz 370651 BLAKE2B 
670e3b911200573ac129938834f9c072702e3f3d62e4ac95c7b77694d9cda54e4430601955c13998ff5abfe1db66a3d3e2bba9561292cb5c9d1df2470194eaee
 SHA512 
482b13ee6735f5bb21528ec76a423c8c1dff2604af83121d82db45ce0cf514401b25cf6a1406c74f579671fe425ef1535d28c8b0b7fc24d32fcf50f2be1e28bf
-DIST python-fastjsonschema-2.16.3.gh.tar.gz 392011 BLAKE2B 
04990592a2bf6e1309bf725361ef7c2e253c4765c5b9d60805c5e6189f14885a3b0bae98945c2fe228adc335ca8c8c0a243b283b24fa447238d6415d439288e2
 SHA512 
2e26f31f9c6966e77f70b8ca584e672d554219b6bbb4811e3ac8dff1c693b2638ef08b8b9011e0db6f739be02e2f41a35d15bcfc42a9cb06ddb4521e51f37d8a

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.16.3.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.16.3.ebuild
deleted file mode 100644
index 3f001b904f00..000000000000
--- a/dev-python/fastjsonschema/fastjsonschema-2.16.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Fast JSON schema validator for Python"
-HOMEPAGE="
-       https://github.com/horejsek/python-fastjsonschema/
-       https://pypi.org/project/fastjsonschema/
-"
-SRC_URI="
-       https://github.com/horejsek/python-fastjsonschema/archive/v${PV}.tar.gz
-               -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-       distutils-r1_src_prepare
-       rm -r tests/benchmarks || die
-}

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.17.0.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.17.0.ebuild
deleted file mode 100644
index 9a16ce7b1b94..000000000000
--- a/dev-python/fastjsonschema/fastjsonschema-2.17.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Fast JSON schema validator for Python"
-HOMEPAGE="
-       https://github.com/horejsek/python-fastjsonschema/
-       https://pypi.org/project/fastjsonschema/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-       tests/benchmarks
-)
-
-src_prepare() {
-       distutils-r1_src_prepare
-       # stray directory?
-       # https://github.com/horejsek/python-fastjsonschema/issues/173
-       rm -r tests/examples/lengths || die
-}

Reply via email to