dev-python/getmac: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 12:51:08 +02:00 committed by Andreas Billmeier
parent 1c29204a43
commit 229706c7e1
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 10 additions and 14 deletions

View File

@ -1,5 +1,5 @@
DIST getmac-0.8.2.tar.gz 47639 BLAKE2B 3b4c5c460d56a6483cfc672ccbb15e888d55182aac4c165c87461572e42d1d798925a0538e1d26468b6c4be4b8baec9cdc9b2d9e8420379df45e5b6e82f86cd9 SHA512 92ef648e99cf5d23dd91fe2303d5e2524a5efccbeeeaa2715e56f483e4abac1471cfe4af0c66beac77aecc7bec1ba6c24bc7afd3f2c6d48325d5a2203350f768
DIST getmac-0.8.3.tar.gz 50633 BLAKE2B 0ace1de7c9c0f80e2ffc12173a3c37ac34d6b2f88be55961524df8d36a50fd69cf24f85f56e1594d8cef2f826b6ac00dc7f6b0715e490324a95d47cedbccf50c SHA512 c30ad48092f51aff6dfd73ed914ada26098d2a7a4b44270183f0d3e9bece486feb54b09f8ca7085e0a965ef197c17facd2111748882656b3e621d28ac8c0b860
EBUILD getmac-0.8.2.ebuild 659 BLAKE2B 95f49878130fe8f5b47677d3845236d1a8663d67e33cf0a45724fdf0304a5bde693c475dcb6175137bf22e641774c53fe7ec16b08837f6a469338b43fa86fe42 SHA512 625650dc7d416dffb3297847268f026d1c952754b1604e5fe3146bbdeffd054b7180936ebefacf191c94416ae1538b1120a805893f2f87b5d6f91b7c5eff31a5
EBUILD getmac-0.8.3.ebuild 659 BLAKE2B 95f49878130fe8f5b47677d3845236d1a8663d67e33cf0a45724fdf0304a5bde693c475dcb6175137bf22e641774c53fe7ec16b08837f6a469338b43fa86fe42 SHA512 625650dc7d416dffb3297847268f026d1c952754b1604e5fe3146bbdeffd054b7180936ebefacf191c94416ae1538b1120a805893f2f87b5d6f91b7c5eff31a5
EBUILD getmac-0.8.2.ebuild 604 BLAKE2B b010f21490d8a4f947689c2255b81a838bb20548c9526cdbeb217fd3e991d24080afbf40c47b098ace04c3c4ad2404a8ba50c5faae7ba29ec4a7bf0781c5f99c SHA512 c76b8180c7fa32c84619f88c16ea4b79879ee2f707313cf8990cff73a7346bee49ed3adce1a23c97e2143eca9766940076af56d7db523dc0a3bd0919d4fb9c45
EBUILD getmac-0.8.3.ebuild 604 BLAKE2B b010f21490d8a4f947689c2255b81a838bb20548c9526cdbeb217fd3e991d24080afbf40c47b098ace04c3c4ad2404a8ba50c5faae7ba29ec4a7bf0781c5f99c SHA512 c76b8180c7fa32c84619f88c16ea4b79879ee2f707313cf8990cff73a7346bee49ed3adce1a23c97e2143eca9766940076af56d7db523dc0a3bd0919d4fb9c45
MISC metadata.xml 516 BLAKE2B 4ead68ef2d65ae933ebec4a8aeae6d9c66d856c6e7e426ab7c4a0e5f5980f96d38bdae8912fc4eb3bca5d28cb371660cfe4482021893d848e6d0624480274796 SHA512 5f94702bc8f2eaff6bf4f7d3e41587ed93d758364c64c49efcf0aa432a31e045040a9cfc1bb46cb13a39f3977dd6f020a982dee73b0a7d0618978707078126ee

View File

@ -1,15 +1,14 @@
# 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="Get MAC addresses of remote hosts and local interfaces"
HOMEPAGE="https://github.com/GhostofGoes/getmac https://pypi.org/project/getmac/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,7 +19,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"

View File

@ -1,15 +1,14 @@
# 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="Get MAC addresses of remote hosts and local interfaces"
HOMEPAGE="https://github.com/GhostofGoes/getmac https://pypi.org/project/getmac/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,7 +19,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"