net-misc/ris-pydot-graph: enable py3.12
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
1f6f8f68c5
commit
ab70466698
|
@ -4,11 +4,12 @@ DESCRIPTION=Draw a graph from RIS BGP data
|
|||
EAPI=8
|
||||
HOMEPAGE=https://git.grifon.fr/alarig/ris-pydot-graph
|
||||
INHERIT=python-r1
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11
|
||||
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||
KEYWORDS=~amd64 ~x86
|
||||
LICENSE=BSD
|
||||
RDEPEND=dev-python/cymruwhois dev-python/pydot
|
||||
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||
SLOT=0
|
||||
SRC_URI=https://git.grifon.fr/alarig/ris-pydot-graph/archive/0.1.tar.gz -> ris-pydot-graph-0.1.tar.gz
|
||||
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f
|
||||
_md5_=50d4be45cbdc04ec1922852ba5358989
|
||||
_md5_=9e271cf03602577183629f870e8e2e40
|
||||
|
|
|
@ -3,26 +3,25 @@
|
|||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{9..11} )
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit python-r1
|
||||
|
||||
DESCRIPTION="Draw a graph from RIS BGP data"
|
||||
HOMEPAGE="https://git.grifon.fr/alarig/ris-pydot-graph"
|
||||
SRC_URI="https://git.grifon.fr/alarig/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
dev-python/cymruwhois
|
||||
dev-python/pydot
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}/${PN}"
|
||||
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
|
Loading…
Reference in a new issue