From d4380e64389d502c4c8d695774f04ca4567b9bcc Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Mon, 6 Jun 2022 14:31:08 +0200 Subject: [PATCH] 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 sphinxcontrib-actdiag-3.0.0.ebuild} | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename dev-python/sphinxcontrib-actdiag/{sphinxcontrib-actdiag-2.0.0.ebuild => sphinxcontrib-actdiag-3.0.0.ebuild} (80%) diff --git a/dev-python/sphinxcontrib-actdiag/Manifest b/dev-python/sphinxcontrib-actdiag/Manifest index a1db629..6f7eb94 100644 --- a/dev-python/sphinxcontrib-actdiag/Manifest +++ b/dev-python/sphinxcontrib-actdiag/Manifest @@ -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 diff --git a/dev-python/sphinxcontrib-actdiag/sphinxcontrib-actdiag-2.0.0.ebuild b/dev-python/sphinxcontrib-actdiag/sphinxcontrib-actdiag-3.0.0.ebuild similarity index 80% rename from dev-python/sphinxcontrib-actdiag/sphinxcontrib-actdiag-2.0.0.ebuild rename to dev-python/sphinxcontrib-actdiag/sphinxcontrib-actdiag-3.0.0.ebuild index fb51292..6a5d54b 100644 --- a/dev-python/sphinxcontrib-actdiag/sphinxcontrib-actdiag-2.0.0.ebuild +++ b/dev-python/sphinxcontrib-actdiag/sphinxcontrib-actdiag-3.0.0.ebuild @@ -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=""