diff --git a/dev-python/sphinxcontrib-seqdiag/Manifest b/dev-python/sphinxcontrib-seqdiag/Manifest index 72758d3..9e67089 100644 --- a/dev-python/sphinxcontrib-seqdiag/Manifest +++ b/dev-python/sphinxcontrib-seqdiag/Manifest @@ -1,2 +1 @@ -DIST sphinxcontrib-seqdiag-0.8.5.tar.gz 8479 BLAKE2B 1792e3c382d7da6f6619637ea750a335490f4e1a1c9feb3cb9397caaf32b9168dd48a6a507ea608fea52a5921fb49ad795954fe732bfe2047a7b44f03d2605a8 SHA512 dcdce24bbf29a060e2344fbab423253e7810547ec6352fa949d392f98c33f008cac25d12e81029441b4303339133d3c6d4010b8aac27ad318b6e8b3b75b35f52 -DIST sphinxcontrib-seqdiag-2.0.0.tar.gz 6301 BLAKE2B 5664ace0a71080a4dfd980773e3bb7b69292adb23a43eaf038a5816a58a0438693f4b7095e28699c53b0d78cda50a1bc4da6442d0f5dccf1cc8d551954dadda5 SHA512 6136bf53af5f69b1dfd08bca65a8f9831ec7a5dbef23ce452e99296ead721aebf21a9fdbba01e402108830916109a17ba0e84f76fba6a67685b70d07932b39ba +DIST sphinxcontrib-seqdiag-3.0.0.tar.gz 6196 BLAKE2B 2ab62d596cfb04f7299ce60754fa572795c8f8a04447f8168c3ee6f4aa33fa1463a4c71abcb9ecd522c8d2841125adbf86e38e9e1e48d755d01e6103cb1fb291 SHA512 fd1bcbda3f73eec56314b4ad3054725e9c1b946c6fe3b8b950b5fc3a97ad4d12aa695e5741946cf86bbc8f62f77873400d09afbc568ad593c04fad1810c3e4fe diff --git a/dev-python/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-0.8.5.ebuild b/dev-python/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-0.8.5.ebuild deleted file mode 100644 index fb370d2..0000000 --- a/dev-python/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-0.8.5.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) -inherit distutils-r1 - -DESCRIPTION="A sphinx extension for embedding sequence diagram using seqdiag." -HOMEPAGE="https://github.com/blockdiag/sphinxcontrib-seqdiag" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/seqdiag" -RDEPEND="${DEPEND}" -BDEPEND="" diff --git a/dev-python/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-2.0.0.ebuild b/dev-python/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-3.0.0.ebuild similarity index 80% rename from dev-python/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-2.0.0.ebuild rename to dev-python/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-3.0.0.ebuild index 75034e3..5e08672 100644 --- a/dev-python/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-2.0.0.ebuild +++ b/dev-python/sphinxcontrib-seqdiag/sphinxcontrib-seqdiag-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 sequence diagram using seqdiag." @@ -18,7 +18,7 @@ IUSE="" DEPEND="dev-python/seqdiag" RDEPEND=" ${DEPEND} - dev-python/namespace-sphinxcontrib[${PYTHON_USEDEP}] + dev-python/sphinx[${PYTHON_USEDEP}] " BDEPEND=""