commit:     190afbbd5df844e986d530e3d68a759938705cf7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 15 14:04:27 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 15 14:04:27 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=190afbbd

dev-python/fastjsonschema: Remove old

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

 dev-python/fastjsonschema/Manifest                 |  1 -
 .../fastjsonschema/fastjsonschema-2.15.1.ebuild    | 26 ----------------------
 .../fastjsonschema/fastjsonschema-2.15.3.ebuild    | 26 ----------------------
 3 files changed, 53 deletions(-)

diff --git a/dev-python/fastjsonschema/Manifest 
b/dev-python/fastjsonschema/Manifest
index d0d649f8e7a2..3de513fa8101 100644
--- a/dev-python/fastjsonschema/Manifest
+++ b/dev-python/fastjsonschema/Manifest
@@ -1,2 +1 @@
-DIST python-fastjsonschema-2.15.1.tar.gz 35384 BLAKE2B 
89b9be7a9dcb8b22634dcfb54abec7b5709805b7087558af93b4cbca3c71a0b876956060aac0d0e7f4467db1bb38e6a587025c1c219613a661fb0d9e656b81e0
 SHA512 
7eb4d512eac03e258d670f6d448c5aeb74e20f892a08fa84a0412fd9c99cdc6412d4daa74bc09f9fe933a973a81227dae36125766e64f3c5b01106435ca5d70f
 DIST python-fastjsonschema-2.15.3.tar.gz 389350 BLAKE2B 
f9ab32666fce1ba44a11cb981f4f301d7d55260767ec71aefa54ad6bcdd5b8c3d246656908dcd50e909257b35bb9ee24eb34d5ce7fe0f91501127cad412a7e1d
 SHA512 
59dfc513de46e9df790edaa1abc994decdf98d65bec8eb8a6ac7211d2277f4e15d521a308e45c6532a232321d8a4655f87b7a01f2d57b9de20246a4d6deeeb9b

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
deleted file mode 100644
index 527d7d2bfa9c..000000000000
--- a/dev-python/fastjsonschema/fastjsonschema-2.15.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-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="amd64 arm arm64 hppa ~ia64 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.15.3.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.15.3.ebuild
deleted file mode 100644
index b018c199e77e..000000000000
--- a/dev-python/fastjsonschema/fastjsonschema-2.15.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} )
-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
-}

Reply via email to