commit:     e8869de3e1b9e29e1ab548052ba8dc0a85154722
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 27 11:49:34 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jun 27 11:50:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8869de3

dev-python/cfgv: Modernize

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/cfgv/Manifest             |  2 +-
 dev-python/cfgv/cfgv-3.3.1-r1.ebuild | 10 +++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/cfgv/Manifest b/dev-python/cfgv/Manifest
index 2fb0532f1969..ed01572398ef 100644
--- a/dev-python/cfgv/Manifest
+++ b/dev-python/cfgv/Manifest
@@ -1 +1 @@
-DIST cfgv-3.3.1.tar.gz 10395 BLAKE2B 
8727a9886334a1fe59aeb0554c4c53139ae7e1f66534102c67f005d66dc1f78cff5e5534468a10b85df645f7e8a2fc72ca6ca2e448d09cb7636d08e8b3843113
 SHA512 
59c358bab9f2b32a1ac6eb72bba67b76e8368e0cf78c32228a6add200a0205f698aa80d9bd1b1e8701fb699b9599c88a240f76e2c91a602a0c292a67693e6857
+DIST cfgv-3.3.1.gh.tar.gz 10395 BLAKE2B 
8727a9886334a1fe59aeb0554c4c53139ae7e1f66534102c67f005d66dc1f78cff5e5534468a10b85df645f7e8a2fc72ca6ca2e448d09cb7636d08e8b3843113
 SHA512 
59c358bab9f2b32a1ac6eb72bba67b76e8368e0cf78c32228a6add200a0205f698aa80d9bd1b1e8701fb699b9599c88a240f76e2c91a602a0c292a67693e6857

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"

Reply via email to