aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-11-20 16:27:23 +0100
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-11-20 16:27:23 +0100
commit7c5745fc9014edca61779b1e4ba176c9148786a6 (patch)
treeb3ca58b1c7db6d19bde11bf263515bcbb80c57e4 /dev-python/jupyter-sphinx
parentgames-action/technic-launcher: version bump (diff)
downloadguru-7c5745fc9014edca61779b1e4ba176c9148786a6.tar.gz
guru-7c5745fc9014edca61779b1e4ba176c9148786a6.tar.bz2
guru-7c5745fc9014edca61779b1e4ba176c9148786a6.zip
dev-python/jupyter-sphinx: version bump 0.3.2, add py3.9
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/jupyter-sphinx')
-rw-r--r--dev-python/jupyter-sphinx/Manifest2
-rw-r--r--dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild (renamed from dev-python/jupyter-sphinx/jupyter-sphinx-0.2.4.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/jupyter-sphinx/Manifest b/dev-python/jupyter-sphinx/Manifest
index b059f476d..ec34bb284 100644
--- a/dev-python/jupyter-sphinx/Manifest
+++ b/dev-python/jupyter-sphinx/Manifest
@@ -1 +1 @@
-DIST jupyter-sphinx-0.2.4.tar.gz 23212 BLAKE2B 5f1da1760d51a628af4bdf324e14f02cd6ffe7c572b04d74cab2ecbb89343d2ef2027a87dec9aadf9f2e512badba25ebc4d9a96d4e7959bb81fbe1637dbab807 SHA512 4c82b8ec48bb3fd68898f0a64ea94ec303bb6ffd63c7dff74e5cdd1ede569c75e76af108a6073c1c95d0298126df60c3c86c9d719aca3506f97bcd9f44784a97
+DIST jupyter-sphinx-0.3.2.tar.gz 25077 BLAKE2B 9baea1e1c5f7a59200b073752b8a5ff0af43ecded1d7880758e58ca14610d67518beb7fb67dfe979008ea1f8503a1898d7cd0d589a52e245aafc1b7d6a280da3 SHA512 1e3c760a8151647b87c26b6ee38f90430f096f147e9b2aacfe46eb9fcfcd70f50f2b8a34a2240134766c6fc53987c932bee41d5d22ef60abc2aaa6cefedc7297
diff --git a/dev-python/jupyter-sphinx/jupyter-sphinx-0.2.4.ebuild b/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild
index 7ac4665b4..30d34d37c 100644
--- a/dev-python/jupyter-sphinx/jupyter-sphinx-0.2.4.ebuild
+++ b/dev-python/jupyter-sphinx/jupyter-sphinx-0.3.2.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit distutils-r1
@@ -24,4 +24,4 @@ RDEPEND="
"
distutils_enable_tests pytest
-distutils_enable_sphinx doc/source dev-python/matplotlib
+distutils_enable_sphinx doc/source dev-python/matplotlib dev-python/alabaster