dev-python/uplink: update HOMEPAGE, SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-05-29 11:29:15 +02:00
committed by Andreas Billmeier
parent fb9004131f
commit bcdfec6839
3 changed files with 8 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
DIST uplink-0.9.7.tar.gz 82122 BLAKE2B 65a767011858416456cb12be716220b9a5bdd6f76c47a62de6e3657d10ff906b821969a873e3d1ddde1831a809ffbbb46ac4f9d59a0775e11c21f6cea8e8f1d1 SHA512 7f4c21e7bfaaca598136849a1c48b5ce2c5cafaad2241d72fee147974f2d2ac6eb9c43fade82ac72bb8478d8f992e5859734c9caa9a2346ff7ae7524040abe50
EBUILD uplink-0.9.7.ebuild 786 BLAKE2B b1e114dccf4fcc5800cecf84a68d555dda14a7b34b9b3a9c1fa0c3532be969430061e639da718b1036b38852188be9e1f6d1416aa8d6021bdcb74a978ded2cef SHA512 31110f7319877914560fde8ccee0e32ee8fb92ba9fdfbf122f1f10f80aa7438784806fdb29da677d88e5eaf0c22119a38a64d8bad2d40a43c34cc5457a3f790b
MISC metadata.xml 457 BLAKE2B 36e12aaf3d937f45e76596eb5f26a08b7f5c5e7e8df6930e007b4d680bcf46ca9a0043c5844abdad30c19ab0e86cdbbc7b9dacf42bc78cf9903eecaf5e438bb8 SHA512 d22b1287830ff94c0b3ec139c9b33ec2df6635f68521aa5e6e94e06b8cebf36a40acdc865427c077d9730bc54176df7f4d4fc0e37aeafe2fd12442b8ec6b3640
EBUILD uplink-0.9.7.ebuild 805 BLAKE2B 3016dc90f51c7062c86dbf578c84bbe6190aeaaac0d09f7285c4fb972cb88d05f998ae325d07b0a5485a6655222327af3a169df98e248302a827789d4bd7f013 SHA512 c43f4722719264c698d5de4757ef9289b8b774586265498cb2e9cf61afaf059a23097a34aeabe048937d8a6c7d8b715200996b5fb033f533e5f023c6b4723c59
MISC metadata.xml 513 BLAKE2B 995740f236a76d48302685231feee3cbf4572d7ee6ddb9062e43c6d2ed406cef9249e3e3e88613c360f8938df3d6378718014232c4f3a403a57c800a53e27564 SHA512 406dd3ec05a031ef85a868a8dfe37a38a4690c105104abcde5f037a1bf7184f4560fab42e37475cd7f03fa55dd135991c13960e6ea666b91730f3167f8d15040

View File

@@ -7,6 +7,7 @@
</maintainer>
<upstream>
<remote-id type="pypi">uplink</remote-id>
<remote-id type="github">prkumar/uplink</remote-id>
<maintainer status="unknown">
<email>raj.pritvi.kumar@gmail.com</email>
<name>P. Raj Kumar</name>

View File

@@ -1,15 +1,13 @@
# Copyright 1999-2022 Gentoo Authors
# 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
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="A Declarative HTTP Client for Python."
HOMEPAGE="https://uplink.readthedocs.io/ https://pypi.org/project/uplink/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
HOMEPAGE="https://github.com/prkumar/uplink https://uplink.readthedocs.io/ https://pypi.org/project/uplink/"
LICENSE="MIT"
SLOT="0"