dev-python/netmap: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 20:38:32 +02:00 committed by Andreas Billmeier
parent 4d47d965cf
commit bb8627f817
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 15 deletions

View File

@ -1,3 +1,3 @@
DIST netmap-0.7.0.2.tar.gz 40891 BLAKE2B 4cca9d5f5ed4c7a2e2b4c4eeaf2982a073c0a4733ada1831498e1c6d1355ca8e83c642620c8b2d9fe03fedc07da098cc406e140c24adaa84d5dcc177c1f6ccef SHA512 a75fcc5b9f8f2eb09580d6116659ddac46bb273fac115ddf5bbfbe7ad940e939f86172421e4827cf68e55d69d578cc7e7160d1156993d9cd035478eea2e2df60
EBUILD netmap-0.7.0.2.ebuild 720 BLAKE2B 9ab0575cb59c54d6c2c57b4583e6445b5843ee3f605f2349e6fea2c49040c70989edbd1e80578e3dd54fd081626602836bf8e248a816a456b10f6b0cc3fc328d SHA512 41140a7ecf6879734ceba8c1d486f994966275670b49eb21af9b11671c622ad680f126b3a4e8feff34174fdea6f1c56041d776acd59f765af781301f3c87203c
EBUILD netmap-0.7.0.2.ebuild 563 BLAKE2B fb75bd128cc8a41af1569d60e378c7af45105fc28339ef2ee03aa279652a64635ad0c4d21f63f0db76f8ce7dfa18e94b461aefadaf950ca5d45a286c06c27c2f SHA512 d414cd38cba25ca480a9b1f1ec8663498a418acb4eb957ee63d7da269a25829c94528f372f1f094c3f625a516dfe7a0f385701839ceda87536ef59332ee58236
MISC metadata.xml 523 BLAKE2B b85ea8a08595b01e71fe31b15d12b6ccb8251764d5fcd5a8f84d21ad116a8336907e00a68268480d039b1670dad887142661ab3898e57415816c08f93eddc692 SHA512 95b771cfd392d1346c5668d6747024016b21492b0581370de23ecd8a167feb368ce35064f408c699ca862fdb7c7bed7935aa73a4c43fae0e8314f93ce988a61b

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="This is a python class to use nmap and access scan results from python3"
HOMEPAGE="https://github.com/home-assistant-libs/python-nmap https://pypi.org/project/netmap/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@ -20,14 +19,5 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND="net-analyzer/nmap"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest