Compare commits

...

2 Commits

Author SHA1 Message Date
Alarig Le Lay 5e14a8a997
net-misc/ris-pydot-graph: Adding py3.10 support
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
2022-07-04 21:34:24 +02:00
Alarig Le Lay ddc39baf5a
dev-python/nwdiag: Version bump to 3.0.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr
2022-07-04 17:00:00 +02:00
3 changed files with 24 additions and 3 deletions

View File

@ -1,2 +1,3 @@
DIST nwdiag-1.0.4.tar.gz 2652472 BLAKE2B 6f0cdd65b027fcc5e70c0fe4ba19df74afb0dbc00b0f46588c7bf4cf17779740b05e9eb43cf88a700fcaa2c9ee0a16e55363c6709597c215343f4e80cdd22469 SHA512 755493fb8425243117e11d06e7657c9cae44a8c72bc1fbf515a7f38670307fca43bf46c3017b32aa66eece4f389379abb12fcb4914c33fd58e3bb6eff3361f2f
DIST nwdiag-2.0.0.tar.gz 7751634 BLAKE2B e6e6d7b1f859e171a6321faf6f2161521841da6be4d0b709f59f397de50a7016d788c26fe6709567ed513d1bc1aae5d8b05dd726db49f472238f45bb1d2a6a08 SHA512 b9064c56955c68074e6c9e262f90fadde5b0c9412d86e6fe3c7f76745638fb02a62ab720b515d3b81d1b896cac18df55622893d73380dfe003a4004b0b8b50e5
DIST nwdiag-3.0.0.tar.gz 7750437 BLAKE2B 0d96e7f6b8b0ebae3cf160a222440c3c651cf1e643d613c141cf62ba97540e548c8f5b8c3176dee9ea0002e73ab1ef455c1c726071b51372119a88fab4fa5b22 SHA512 3443d2599c91c2e1a267172fe1c35ead18f733d4eebb7313597fdae3b8cac9cd8e0c2700750aef5b2a332851cc3e6a1942d3ffe165f55cdd68dc54430f0dd86f

View File

@ -0,0 +1,20 @@
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
DESCRIPTION="nwdiag generate network-diagram image file from spec-text file."
HOMEPAGE="http://blockdiag.com/"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
BDEPEND=""

View File

@ -1,9 +1,9 @@
# Copyright 2020-2021 Gentoo Authors
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{6,7,8,9} )
PYTHON_COMPAT=( python3_{8..10} )
inherit python-r1
DESCRIPTION="Draw a graph from RIS BGP data"