summaryrefslogtreecommitdiff
path: root/dev-python/clint
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/clint')
-rw-r--r--dev-python/clint/Manifest4
-rw-r--r--dev-python/clint/clint-0.5.1-r4.ebuild13
-rw-r--r--dev-python/clint/metadata.xml2
3 files changed, 11 insertions, 8 deletions
diff --git a/dev-python/clint/Manifest b/dev-python/clint/Manifest
index d031b31299bc..9a951f18f1f3 100644
--- a/dev-python/clint/Manifest
+++ b/dev-python/clint/Manifest
@@ -1,4 +1,4 @@
AUX clint-0.5.1-disable-args-dependency.patch 417 BLAKE2B 182c61c55e2d0d573ab62bcefaa6c31a43e9c6ca11c1fd4a2a36ff7917198b90e09016d877d368bddb6234996bb85d3517825d4bbd8b0a48e594d3e987e71ce7 SHA512 294e21ce515bbaf2949cf0da5c1c89e2dc9a1c4556a52c2a2d3ed360cbcd22891cfa103ed97abc59f5498e08f38995c3986b42dcbc7e548b87076d7e3dc574cb
DIST clint-0.5.1.gh.tar.gz 81140 BLAKE2B 5b42e7d46321f0416d3ffb51edf66c53476d3e4a211e971f36cab54a412f6b0f0ec26486c2b95871956ab09e7e4adf68e8329dd7e9e3c7ed1adb3f8a0dd2a728 SHA512 3ad8bfc587acb1322c7d7c3e73756a07c98f3b4215a3d4dc409b5a2067bc70dce2dd98d19250b8122b319b7bcf5e2859251de2829780345de06f93b35447c4e8
-EBUILD clint-0.5.1-r4.ebuild 862 BLAKE2B bd151efa520e796c0ecadebd05f8a6872955afa52d668e91fe12cb2c56e2678d4256bc73945d1c8615977be97eace446cdbfc8e0a18f4dfda9a4ee27f0d4a55c SHA512 3a17b4db81482127ccf6bfb540b07a2f4c396157edb0b03bdd781afea168fa64bba5b1872d88a2a5bcd41926545196bf1493dd871be7c7cfe905c84335d94dc7
-MISC metadata.xml 324 BLAKE2B 96cb02534a971154fce81db1dcad8f20fec610bcd95abba085be701ccbc3bb2703b22da5ec4f0c830ba7b25a25253614b9ef35ad970c285327ddb216c8de78d4 SHA512 95daeb03a0adfc3a6a0152e2b28bb7d28ea3684b6910d980019cb3025ec9d7abff3552058b21e38a7dafc71d71c1a75921fbd6e931cf2b9fd32a1338c2ce74b8
+EBUILD clint-0.5.1-r4.ebuild 875 BLAKE2B e0348d3d70ae221770191c3c9dc17d73fc886c60abcd06358ba810b2d34fd75edefa852298a4414faa3ebd97361bd765dfd106003e9cb1be97839eb7d926619c SHA512 045b8f0ca85847eca4d7d86c3a6e15128fa951016a83a8a3c537ac85963d32b18363160cae26a130d16bec9034f53d692ca4e6f385b0d0398625f65002fe0612
+MISC metadata.xml 316 BLAKE2B a49b8990979762ca78ea820e2ebd40e0a82a096a8c257bb7e5ace29da6ff3602896386bf3d08cfbaa02b941c79d62e2e93619be93e5770c9172eff42787df912 SHA512 312154d9fe93851eba030fc6a7471007ad0ecbef55e9b40913eb045d5afac972780abce5ce37effe17d20c5a77ad68d6792058a98ebeed0a97d3533ffc63b9a1
diff --git a/dev-python/clint/clint-0.5.1-r4.ebuild b/dev-python/clint/clint-0.5.1-r4.ebuild
index 99459869f5f3..bc8b6ae87e85 100644
--- a/dev-python/clint/clint-0.5.1-r4.ebuild
+++ b/dev-python/clint/clint-0.5.1-r4.ebuild
@@ -1,17 +1,20 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit distutils-r1
DESCRIPTION="Python Command-line Application Tools"
-HOMEPAGE="https://github.com/kennethreitz-archive/clint"
+HOMEPAGE="
+ https://github.com/kennethreitz/clint/
+ https://pypi.org/project/clint/
+"
SRC_URI="
- https://github.com/kennethreitz-archive/${PN}/archive/v${PV}.tar.gz
+ https://github.com/kennethreitz/clint/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz
"
@@ -20,7 +23,7 @@ SLOT="0"
KEYWORDS="amd64 arm64 ~ppc64 ~x86"
IUSE="examples"
-# https://github.com/kennethreitz-archive/clint/pull/180
+# https://github.com/kennethreitz/clint/pull/180
PATCHES=( "${FILESDIR}/${P}-disable-args-dependency.patch" )
distutils_enable_sphinx docs --no-autodoc
diff --git a/dev-python/clint/metadata.xml b/dev-python/clint/metadata.xml
index 12e7c2cadd9b..3ae6a96fd01c 100644
--- a/dev-python/clint/metadata.xml
+++ b/dev-python/clint/metadata.xml
@@ -4,7 +4,7 @@
<!--maintainer-needed-->
<stabilize-allarches/>
<upstream>
- <remote-id type="github">kennethreitz-archive/clint</remote-id>
+ <remote-id type="github">kennethreitz/clint</remote-id>
<remote-id type="pypi">clint</remote-id>
</upstream>
</pkgmetadata>