diff --git a/dev-python/sphinx_press_theme/Manifest b/dev-python/sphinx_press_theme/Manifest index a706fe6..c20003e 100644 --- a/dev-python/sphinx_press_theme/Manifest +++ b/dev-python/sphinx_press_theme/Manifest @@ -1 +1,2 @@ -DIST sphinx_press_theme-0.5.1.tar.gz 57582 BLAKE2B 46853599b0d5c9ba8a5f88320e3c96001c7181a3c90aef90353f9cbbc8dd3babf5068440ddd07226a283294411d693dd340e08174260f3e4fdafd004e85ae7fb SHA512 d1a2881a10d271972a54a9444d522aacd03d56d1c60448328429f6fc0cfbbf99642ef748297d6d5794d738822e1cd32a152ccb2d0a41bb0a8b562f34af672594 +DIST sphinx_press_theme-0.6.1.tar.gz 60034 BLAKE2B fcf25feb504edc6ff0710937f47f3312ef81b88bfe7c3f65f3b4a0d1a3c2f5c5b080320146fc65e286be56daacbf3f3900b63a0a0e46a5c136505dd8386a1baa SHA512 94d6480b7f9df31407297094b1736a327b4a99505f38192e1c48de02730a7e800d695f49c23c9dbce8e205e943c4cb16779e26cc3a48379d7c7810d4d3703720 +DIST sphinx_press_theme-0.7.3.tar.gz 59972 BLAKE2B b2d78f3a7b6aae2d684d1ee7d4458b8bda1be70cbe8b371c52717763381116a3f55f2c6d58aad5cfe107fa7cc1fac62ce27e0d720f39fb4280c67912de79d906 SHA512 4404c8770f7a2f543fe3ac16d19536f2b1564367b65afe62674d400bf68c959733a167a9e0b2f4107a0f8a4a8d845e34df0d04233e897d2adae86fa49d642229 diff --git a/dev-python/sphinx_press_theme/metadata.xml b/dev-python/sphinx_press_theme/metadata.xml index 18f23bd..91cd1c1 100644 --- a/dev-python/sphinx_press_theme/metadata.xml +++ b/dev-python/sphinx_press_theme/metadata.xml @@ -5,4 +5,7 @@ parona@protonmail.com Alfred Wingate + + schettino72/sphinx_press_theme + diff --git a/dev-python/sphinx_press_theme/sphinx_press_theme-0.5.1.ebuild b/dev-python/sphinx_press_theme/sphinx_press_theme-0.6.1.ebuild similarity index 68% rename from dev-python/sphinx_press_theme/sphinx_press_theme-0.5.1.ebuild rename to dev-python/sphinx_press_theme/sphinx_press_theme-0.6.1.ebuild index d3ebee8..24b724e 100644 --- a/dev-python/sphinx_press_theme/sphinx_press_theme-0.5.1.ebuild +++ b/dev-python/sphinx_press_theme/sphinx_press_theme-0.6.1.ebuild @@ -3,10 +3,10 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 -DESCRIPTION="A Sphinx-doc theme based on Vuepress " +DESCRIPTION="A Sphinx-doc theme based on Vuepress" HOMEPAGE="https://schettino72.github.io/sphinx_press_site/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" @@ -15,5 +15,6 @@ SLOT="0" KEYWORDS="~amd64" RDEPEND=" - >=dev-python/sphinx-2.0.0 + >=dev-python/sphinx-3.0.0 +