summaryrefslogtreecommitdiff
path: root/dev-python/cfgv
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-06-27 13:35:02 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-06-27 13:35:02 +0100
commitef593d1ec529be89d755077eee3869006d8c18ae (patch)
treee17a9fcd71c371059f0168cbdfe109c563536c27 /dev-python/cfgv
parent61faa1ea0e8302df305bc281038fc00dc7eb1dd4 (diff)
gentoo auto-resync : 27:06:2023 - 13:35:02
Diffstat (limited to 'dev-python/cfgv')
-rw-r--r--dev-python/cfgv/Manifest5
-rw-r--r--dev-python/cfgv/cfgv-3.3.1-r1.ebuild10
-rw-r--r--dev-python/cfgv/cfgv-3.3.1.ebuild17
3 files changed, 9 insertions, 23 deletions
diff --git a/dev-python/cfgv/Manifest b/dev-python/cfgv/Manifest
index db26311a0c02..746c448fd2b7 100644
--- a/dev-python/cfgv/Manifest
+++ b/dev-python/cfgv/Manifest
@@ -1,4 +1,3 @@
-DIST cfgv-3.3.1.tar.gz 10395 BLAKE2B 8727a9886334a1fe59aeb0554c4c53139ae7e1f66534102c67f005d66dc1f78cff5e5534468a10b85df645f7e8a2fc72ca6ca2e448d09cb7636d08e8b3843113 SHA512 59c358bab9f2b32a1ac6eb72bba67b76e8368e0cf78c32228a6add200a0205f698aa80d9bd1b1e8701fb699b9599c88a240f76e2c91a602a0c292a67693e6857
-EBUILD cfgv-3.3.1-r1.ebuild 529 BLAKE2B 61e27ec9b1042d2cef3725deb45e9fd431941a5212ebac38b85113cdc73ce0d8e80e564d89fccb0ec68a88b77ef99c00be458d4cea058fe817e369e8ed923f0d SHA512 1188e4cb7be790e6ea102257e24aa59388537403962e7b6b73e69588cc7d1ea4654fc950062c00eac9c4bf040474a0c27ae05e6b1727ba99737ee7e514efc809
-EBUILD cfgv-3.3.1.ebuild 491 BLAKE2B a6f721cee724391004be7d421a71e6c8466afaf00f0fe0ce870ddfd97207294047a5b712049409651cd2ee3986f8e7ce23bbec96f99107ecb4030bc4993ff0b4 SHA512 9e56b3528e4fe95c6ab51c29b624f127f157b15cca1e341be42bc0d50d9fd01aae167cc7b4327e5f56115623fc2336c300f3b3e96dc66f2005baf792095f6c83
+DIST cfgv-3.3.1.gh.tar.gz 10395 BLAKE2B 8727a9886334a1fe59aeb0554c4c53139ae7e1f66534102c67f005d66dc1f78cff5e5534468a10b85df645f7e8a2fc72ca6ca2e448d09cb7636d08e8b3843113 SHA512 59c358bab9f2b32a1ac6eb72bba67b76e8368e0cf78c32228a6add200a0205f698aa80d9bd1b1e8701fb699b9599c88a240f76e2c91a602a0c292a67693e6857
+EBUILD cfgv-3.3.1-r1.ebuild 568 BLAKE2B 218693d23edf82417a5b7729b1f1a21c4e64cd05b9ab4b8e0b9ed30bbe5eb435e547f9cc0f2b7900a74ce4fbb1e4c5f3d5ec704eddb44d62c4216b430a3f0356 SHA512 2320b71e34f904f84c6a244784642c78cb8812831ce9c126a44a1b5979ec30c59cc83908bd29512327744f4717c608791499acb68a021f7efefff317a8c7003c
MISC metadata.xml 491 BLAKE2B 8adc9313dd82bb837c84287063374dae8d9d851f8d515ac69e81cfc3d5b0b1369f709113bef6ce348329e0e6394de7c3b568fe86cd45081a546a3fb54f01642e SHA512 ef1c16ef95820a9eaaface09373366b62660b6e9a8fa05800c4ecc578d4b3e6c64ef3094c496dcda1c8449b9cfea7e427299ebb4750e5fb8ef49f78cdcbbe96c
diff --git a/dev-python/cfgv/cfgv-3.3.1-r1.ebuild b/dev-python/cfgv/cfgv-3.3.1-r1.ebuild
index afb595501d11..972f3cc1962b 100644
--- a/dev-python/cfgv/cfgv-3.3.1-r1.ebuild
+++ b/dev-python/cfgv/cfgv-3.3.1-r1.ebuild
@@ -5,13 +5,17 @@ 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"
+HOMEPAGE="
+ https://github.com/asottile/cfgv/
+ https://pypi.org/project/cfgv/
+"
SRC_URI="
- https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz
- -> ${P}.tar.gz
+ https://github.com/asottile/cfgv/archive/refs/tags/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
"
LICENSE="MIT"
diff --git a/dev-python/cfgv/cfgv-3.3.1.ebuild b/dev-python/cfgv/cfgv-3.3.1.ebuild
deleted file mode 100644
index ed38cdb59d57..000000000000
--- a/dev-python/cfgv/cfgv-3.3.1.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Validate configuration and produce human-readable error messages"
-HOMEPAGE="https://github.com/asottile/cfgv"
-SRC_URI="https://github.com/asottile/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
-
-distutils_enable_tests pytest