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:
Alarig Le Lay 2021-06-12 22:56:57 +02:00
parent de2eb78b7a
commit 22c308cda0
Signed by: alarig
GPG Key ID: 7AFE62C6DF8BCDEC
1 changed files with 4 additions and 3 deletions

View File

@ -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"