dev-python/ifaddr: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 19:25:54 +02:00 committed by Andreas Billmeier
parent b935a8634a
commit 1eb8dd87cb
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 4 additions and 6 deletions

View File

@ -1,3 +1,3 @@
DIST ifaddr-0.1.7.tar.gz 9281 BLAKE2B 3f7d29b69462cbf592899f1b4035685d1e9bb4535b104e6e59b41fd51c4c2681d2502ad190dae633891aec90818bb330c1f8ea403be22d154d9e7de8a5a80dab SHA512 9a428dd6bb022c8f483b77df9e9301f96e9ba64207eda8b3956a7ca5993bfe97f222c451149851135d379db1a819c75d0834566f3b6501456b2f237b0645e300
EBUILD ifaddr-0.1.7.ebuild 523 BLAKE2B 2d10b26fe36c6a53018b5589246a35f050bd62cbc45a51f11905879a720affd35cf1da1191444b80cb3a05c01d16999d567c51d4136e6c48339f5061a501a3f1 SHA512 833b5196f14465f02fd668d78bb9a4fe63b3c7b338315d1346a5d6ebff7f027b6ce21407b9e472d680d80871e392fde3ae6656a461038dda8c978c8924883afc
EBUILD ifaddr-0.1.7.ebuild 477 BLAKE2B cb26907c35ea620be57ffe167c083561013652b122d723e75349282175fc8087d81654065a65cd2b2348498f58bbbe7ba2da18669131167a550fede79fcd4a32 SHA512 295c5ed493987111e3e3a6fed79d7ead26f2e5215a45d1b17d5ecee396e38dca96670096f46728d0dceac75f9cc20fc471bfe94c355322d046292fe4321c2b7a
MISC metadata.xml 552 BLAKE2B cfc4f4943d82afd4deaa387f0cf7450d9b99b3409908aba078518c398aa27d0a5bd87703220ef0860fa98db75042877e6b405dc88fb3cfbb9d39d06d0449def9 SHA512 2887223fa6683b09ff2cd45ac1161603594a005dd90a18471a164c685d39bf4a0a1156d6bdfbfbbeabed4b7924ce0a27b83b9336a36544242e232667cbd6470d

View File

@ -1,16 +1,14 @@
# Copyright 2020-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Enumerate IP addresses on the local network adapters"
HOMEPAGE="https://github.com/pydron/ifaddr/ https://pypi.org/project/ifaddr/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
IUSE="test"
RESTRICT="!test? ( test )"