summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-16 15:15:42 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-16 15:17:27 +0200
commitfda6c6774220e409249580056aa2639c1688a7a0 (patch)
tree78de3bdbf41467ad92cd58004213d6d5c89b6e1a /dev-python
parentdev-python/coreapi: Remove old (diff)
downloadgentoo-fda6c6774220e409249580056aa2639c1688a7a0.tar.gz
gentoo-fda6c6774220e409249580056aa2639c1688a7a0.tar.bz2
gentoo-fda6c6774220e409249580056aa2639c1688a7a0.zip
dev-python/coreschema: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/coreschema/coreschema-0.0.4.ebuild23
1 files changed, 0 insertions, 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