commit: fda6c6774220e409249580056aa2639c1688a7a0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 13:15:42 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon May 16 13:17:27 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fda6c677
dev-python/coreschema: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/coreschema/coreschema-0.0.4.ebuild | 23 -----------------------
1 file changed, 23 deletions(-)
diff --git a/dev-python/coreschema/coreschema-0.0.4.ebuild
b/dev-python/coreschema/coreschema-0.0.4.ebuild
deleted file mode 100644
index a4c0e7af886b..000000000000
--- a/dev-python/coreschema/coreschema-0.0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Core Schema"
-HOMEPAGE="https://github.com/core-api/python-coreschema"
-SRC_URI="
- https://github.com/core-api/python-coreschema/archive/${PV}.tar.gz
- -> ${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/jinja[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest