dev-python/dublintraceroute: Assuming py3.9 works
as upstream doesn’t specify. Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
de2eb78b7a
commit
22c308cda0
|
@ -1,13 +1,14 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
PYTHON_COMPAT=( python3_{6..9} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Python bindings for Dublin Traceroute"
|
||||
HOMEPAGE="https://dublin-traceroute.net"
|
||||
HOMEPAGE="https://dublin-traceroute.net
|
||||
https://github.com/insomniacslk/python-dublin-traceroute"
|
||||
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
|
|
Loading…
Reference in a new issue