commit: a7afd287ddf395369a1d49168b0d37fbbecab21c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 07:21:22 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 07:24:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7afd287
dev-python/jsonext: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/jsonext/jsonext-0.4.2.ebuild | 20 --------------------
1 file changed, 20 deletions(-)
diff --git a/dev-python/jsonext/jsonext-0.4.2.ebuild
b/dev-python/jsonext/jsonext-0.4.2.ebuild
deleted file mode 100644
index 67edd99ea58f..000000000000
--- a/dev-python/jsonext/jsonext-0.4.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Well-structured helpers for serializing commonly encountered
structures to JSON"
-HOMEPAGE="https://github.com/mbr/jsonext"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-RDEPEND="
- dev-python/arrow[${PYTHON_USEDEP}]
- dev-python/six[${PYTHON_USEDEP}]"