summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2023-10-21 14:45:30 +0200
committerFlorian Schmaus <flow@gentoo.org>2023-10-21 14:45:30 +0200
commit9461f995ddcd5283b79f4f1c5d0a07e1b8bd93cf (patch)
tree17354d6b4ed3294a35c69dde9af0a636b6a5f3c5
parentdev-java/commons-lang: Stabilize 3.13.0 arm64, #916056 (diff)
downloadgentoo-9461f995ddcd5283b79f4f1c5d0a07e1b8bd93cf.tar.gz
gentoo-9461f995ddcd5283b79f4f1c5d0a07e1b8bd93cf.tar.bz2
gentoo-9461f995ddcd5283b79f4f1c5d0a07e1b8bd93cf.zip
dev-python/coreschema: treeclean
Bug: https://bugs.gentoo.org/914363 Signed-off-by: Florian Schmaus <flow@gentoo.org>
-rw-r--r--dev-python/coreschema/Manifest1
-rw-r--r--dev-python/coreschema/coreschema-0.0.4-r1.ebuild28
-rw-r--r--dev-python/coreschema/metadata.xml13
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/coreschema/Manifest b/dev-python/coreschema/Manifest
deleted file mode 100644
index dde371908d51..000000000000
--- a/dev-python/coreschema/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-coreschema-0.0.4.tar.gz 21905 BLAKE2B 1afe09038761809fa0e12d13fb89884760d4aff325a4bbdac104c03648856f8d50b562fc00a8509fcc75f962918f33d89017fae0a6d0335def4d6b77ee9aacd9 SHA512 28badbae07284fb4dbd3f01f613edda1202902115fb166bd95bbac549d398c9e02548b473524d3b530a42319a99d7e55e92bf54269827a9812249cfb285670c3
diff --git a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild b/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
deleted file mode 100644
index 64a0fd95f493..000000000000
--- a/dev-python/coreschema/coreschema-0.0.4-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-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 ~x86"
-
-RDEPEND="
- dev-python/jinja[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
diff --git a/dev-python/coreschema/metadata.xml b/dev-python/coreschema/metadata.xml
deleted file mode 100644
index b4d5d231c231..000000000000
--- a/dev-python/coreschema/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>python@gentoo.org</email>
- <name>Python</name>
- </maintainer>
- <stabilize-allarches/>
- <upstream>
- <remote-id type="pypi">coreschema</remote-id>
- <remote-id type="github">core-api/python-coreschema</remote-id>
- </upstream>
-</pkgmetadata>