summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-16 19:09:41 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-16 19:09:41 +0100
commitf0c0c462b4f5560f3e438771aa685715e1a1378f (patch)
treea3bb662110a516b4d992f96215a3e7990bcae557
parentdev-python/boltons: Remove old (diff)
downloadgentoo-f0c0c462b4f5560f3e438771aa685715e1a1378f.tar.gz
gentoo-f0c0c462b4f5560f3e438771aa685715e1a1378f.tar.bz2
gentoo-f0c0c462b4f5560f3e438771aa685715e1a1378f.zip
dev-python/cerberus: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/cerberus/Manifest1
-rw-r--r--dev-python/cerberus/cerberus-1.3.2.ebuild23
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/cerberus/Manifest b/dev-python/cerberus/Manifest
index 47e18720ce95..45108392a7c6 100644
--- a/dev-python/cerberus/Manifest
+++ b/dev-python/cerberus/Manifest
@@ -1,2 +1 @@
-DIST cerberus-1.3.2.tar.gz 149344 BLAKE2B ce65f3c4c612f87562c28f913cac95c1c7af9b2dfa72955bce3f0e0459e4ff9024a126ceea4587e2c72cf606be2a249046a090a2e2d5e908bfe4b700ba5e9b92 SHA512 e9cfef5a936783eb0576afd3d23397dab38d8c88b6b43f98de0ad7e20739e5ff983eaf4ac769206adb7fe9692c651583f6a5f2bab263b81b8de96f45707c84fb
DIST cerberus-1.3.4.tar.gz 926258 BLAKE2B 6fabfcf32e26ee7f4881b64ce9c3098a27949d95fd0998e09b7adcc3b834033f904a07b6e9b2cadea218b952142f6c2bc6051d8c208a14d6e8172a0c3823c38b SHA512 c816b426ed1b32367d1e8f1c26d6ddd4b49c6578540e688baf693e3094a05800f645cfe879be6378c1e9be9899cad7bc2ad1ed9844d6762d2ef6e0cc54a7476a
diff --git a/dev-python/cerberus/cerberus-1.3.2.ebuild b/dev-python/cerberus/cerberus-1.3.2.ebuild
deleted file mode 100644
index 80fd61fd3005..000000000000
--- a/dev-python/cerberus/cerberus-1.3.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A lightweight and extensible data-validation library for Python"
-HOMEPAGE="https://docs.python-cerberus.org/"
-SRC_URI="https://github.com/pyeve/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~riscv"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.3.2_no-pytest-runner.patch
-)
-
-distutils_enable_tests pytest