diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-06-27 13:49:34 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-06-27 13:50:23 +0200 |
commit | e8869de3e1b9e29e1ab548052ba8dc0a85154722 (patch) | |
tree | 9e8fc1b72dad202fd0c38d261bdc5972145c4f08 /dev-python/cfgv | |
parent | dev-python/croniter: Remove old (diff) | |
download | gentoo-e8869de3e1b9e29e1ab548052ba8dc0a85154722.tar.gz gentoo-e8869de3e1b9e29e1ab548052ba8dc0a85154722.tar.bz2 gentoo-e8869de3e1b9e29e1ab548052ba8dc0a85154722.zip |
dev-python/cfgv: Modernize
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cfgv')
-rw-r--r-- | dev-python/cfgv/Manifest | 2 | ||||
-rw-r--r-- | 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" |