aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-23 12:21:03 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-23 12:21:03 +0100
commitb173adad74c5c339302491e7e87b4d1e23fcd7c1 (patch)
treeb03b66a2dc529d824975e500ab8b50e03b3ae874 /dev-python
parentdev-python/astropy-healpix: bump to version 0.6 (diff)
downloadsci-b173adad74c5c339302491e7e87b4d1e23fcd7c1.tar.gz
sci-b173adad74c5c339302491e7e87b4d1e23fcd7c1.tar.bz2
sci-b173adad74c5c339302491e7e87b4d1e23fcd7c1.zip
dev-python/sphinx-automodapi: bump to version 0.14.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/sphinx-automodapi/Manifest2
-rw-r--r--dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1.ebuild (renamed from dev-python/sphinx-automodapi/sphinx-automodapi-0.13.ebuild)8
2 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/sphinx-automodapi/Manifest b/dev-python/sphinx-automodapi/Manifest
index 8856f8a59..31e6f3c8b 100644
--- a/dev-python/sphinx-automodapi/Manifest
+++ b/dev-python/sphinx-automodapi/Manifest
@@ -1 +1 @@
-DIST sphinx-automodapi-0.13.tar.gz 38240 BLAKE2B 51eaaebab92881563e0e9df03e2979dbf0d22bf61bd8a7c56198cfbbcf97a17447019296dcee25f3a5dce091efb0c8e0748fb83dd47e93976aa1b01e165cbce7 SHA512 394b45ddeb923248250989271e400586188df973c8b13d551345cd056322de1208a8d7a135c095b2daa7b5b491b77a4077bba2dc450ef718ea5dbe07f7f63d36
+DIST sphinx-automodapi-0.14.1.tar.gz 45504 BLAKE2B 1d6aa247c9991260c0d6421dbeb80adccec72f60e6e0035ef892d6582e62608dd526a77da6c4b5066c9c100228fd6aceb77a9965eab76c0b9117a96d76ee221a SHA512 fae2927f8f9ec29f5e8e945b2902a0fa94231446b514be884ddab1a8644b4e305408e986b74a4506447baf00c4941cf9e7585f0c8e82820935a3d831bcfa6374
diff --git a/dev-python/sphinx-automodapi/sphinx-automodapi-0.13.ebuild b/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1.ebuild
index 5c93e04fe..f98b972ae 100644
--- a/dev-python/sphinx-automodapi/sphinx-automodapi-0.13.ebuild
+++ b/dev-python/sphinx-automodapi/sphinx-automodapi-0.14.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -15,7 +15,7 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-# TODO: fix this
+# Requires network for some reason
RESTRICT="test"
RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"