summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-09-17 13:24:32 +0200
committerMichał Górny <mgorny@gentoo.org>2023-09-17 13:24:32 +0200
commit713494649d207d8cc426dc0ba2cee8f3e02f2705 (patch)
treeb344566df0999675bb12e73f6769d0f629637e59 /dev-python/cfgv
parentdev-python/cfn-lint: Remove old (diff)
downloadgentoo-713494649d207d8cc426dc0ba2cee8f3e02f2705.tar.gz
gentoo-713494649d207d8cc426dc0ba2cee8f3e02f2705.tar.bz2
gentoo-713494649d207d8cc426dc0ba2cee8f3e02f2705.zip
dev-python/cfgv: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cfgv')
-rw-r--r--dev-python/cfgv/Manifest1
-rw-r--r--dev-python/cfgv/cfgv-3.3.1-r1.ebuild25
2 files changed, 0 insertions, 26 deletions
diff --git a/dev-python/cfgv/Manifest b/dev-python/cfgv/Manifest
index ced7ab6de638..c237ccf74090 100644
--- a/dev-python/cfgv/Manifest
+++ b/dev-python/cfgv/Manifest
@@ -1,2 +1 @@
-DIST cfgv-3.3.1.gh.tar.gz 10395 BLAKE2B 8727a9886334a1fe59aeb0554c4c53139ae7e1f66534102c67f005d66dc1f78cff5e5534468a10b85df645f7e8a2fc72ca6ca2e448d09cb7636d08e8b3843113 SHA512 59c358bab9f2b32a1ac6eb72bba67b76e8368e0cf78c32228a6add200a0205f698aa80d9bd1b1e8701fb699b9599c88a240f76e2c91a602a0c292a67693e6857
DIST cfgv-3.4.0.gh.tar.gz 10334 BLAKE2B fa84c7307e32e9f19d2ec0c806afc0d54f4a5f7767d2f4f755d73bafa80425513717160e722752fb41cfbfcb8c1cb11bd363ac41e99265c19dd18166b24d6d64 SHA512 7d3939bb99bc446f30774cad8f0ddeb1ff867e63d19e4178e5c5281b8f4300c08375936170b8ab0278b040439f59d0276b0c8924f02cd410e73037fb4729af57
diff --git a/dev-python/cfgv/cfgv-3.3.1-r1.ebuild b/dev-python/cfgv/cfgv-3.3.1-r1.ebuild
deleted file mode 100644
index 972f3cc1962b..000000000000
--- a/dev-python/cfgv/cfgv-3.3.1-r1.ebuild
+++ /dev/null
@@ -1,25 +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
-
-DESCRIPTION="Validate configuration and produce human-readable error messages"
-HOMEPAGE="
- https://github.com/asottile/cfgv/
- https://pypi.org/project/cfgv/
-"
-SRC_URI="
- https://github.com/asottile/cfgv/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
-
-distutils_enable_tests pytest