dev-python/sphinxcontrib-actdiag: 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
This commit is contained in:
parent
31249dfff7
commit
d4380e6438
|
@ -1 +1 @@
|
|||
DIST sphinxcontrib-actdiag-2.0.0.tar.gz 6342 BLAKE2B e7cecf14e7a1ccc40ffb4c535559a855dfb36631a0db6abf1900bbb0ece4a5ae91fd796270b470377b601ee72c0ac4c00301dd94afd6bc61a8d5b1b37f45cf00 SHA512 8faeb97b6be7c1a3603d34d34331ed4144a0b4a1ea537d8826682252213268a288f180ee0218d1266e199c41eba5e85caabf0a0f734024c358019fe806dd38de
|
||||
DIST sphinxcontrib-actdiag-3.0.0.tar.gz 6201 BLAKE2B 53f6d6872000f3be48e6a9e5619288611f2203f1f578ce776014aa2326369d0a252ed6ed9b7878c40950e575bbe48e38600b72ed364e7b1497b0efe6b4f28b10 SHA512 b6cb595c2f5a6ac5c816b7b8424239c8ce1787420776f6e001721818d64d546f97d03baacef636464fb29a4f7a62d6f89dec7894b942e87d2b07d78edecc7ecd
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Copyright 2020 Gentoo Authors
|
||||
# Copyright 2020-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..9} pypy3 )
|
||||
PYTHON_COMPAT=( python3_{8..11} pypy3 )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="A sphinx extension for embedding activity diagram using actdiag."
|
||||
|
@ -18,7 +18,7 @@ IUSE=""
|
|||
DEPEND="dev-python/actdiag"
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}]
|
||||
dev-python/sphinx[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND=""
|
||||
|
Loading…
Reference in a new issue