summaryrefslogtreecommitdiff
path: root/dev-python/sphinx_selective_exclude
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-31 08:59:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-31 08:59:54 +0100
commit3b08f674e3f771b49370edb144dab0958c8cf721 (patch)
tree3673eb62859b2343bc70589f2f9d670c2eee5cc8 /dev-python/sphinx_selective_exclude
parentb1c81de4fadbd00897700a7321f03b390d952b2e (diff)
gentoo resync : 31.08.2021
Diffstat (limited to 'dev-python/sphinx_selective_exclude')
-rw-r--r--dev-python/sphinx_selective_exclude/Manifest4
-rw-r--r--dev-python/sphinx_selective_exclude/metadata.xml3
-rw-r--r--dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild5
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-python/sphinx_selective_exclude/Manifest b/dev-python/sphinx_selective_exclude/Manifest
index 1f025bedcd6b..b15320940bbf 100644
--- a/dev-python/sphinx_selective_exclude/Manifest
+++ b/dev-python/sphinx_selective_exclude/Manifest
@@ -1,3 +1,3 @@
DIST sphinx_selective_exclude-1.0.3.tar.gz 7227 BLAKE2B 90ba94f81e6dfc00a39bbcaf50d136c01c7b756bcb9366ab111169913fb2a571b7924afc89fd8fffc9cf7c96bc64cd2737441bd5228fe22f9e5a9687b5b4ae52 SHA512 8ceace1502948caa17bf611786132720093b818039b399eb832c12dc47ad86219610495698692c2c25a98a8ede8695a66b02f5e3bb6ea2c7d2410e275cd959f9
-EBUILD sphinx_selective_exclude-1.0.3.ebuild 440 BLAKE2B 64830462743c0e2ef2899fdd9257f14aeba926ec22211f869bffe3eb03e2210ebed64ca0962de7d88a72250d5653e8a8427e7e5121c81fccce5552ff2f395b02 SHA512 ef1c809296d4821d1f02afc725e966135e42c543ee5eb97b8d114fb61a18c9f258e11fed4c68e75c74344847853fa46e7bddce1ff935b908cbad54ee01369699
-MISC metadata.xml 524 BLAKE2B 1b0d00bc1a5eb85690f347d447b3064559ffcc3792e9e3b4316816f34ca889eb39e45442cfc318642753a2d9ea1b6868615bcb0be354bbbc77e914bff28049ae SHA512 bc2ee48ec87fc62d451a6e4642de3d6fa0b1c9b7d7efffcbf225a482caf808838b219fdfbb03749be126b4f38d78e9273d840cde51584093ac5c8d45aa20eb1f
+EBUILD sphinx_selective_exclude-1.0.3.ebuild 433 BLAKE2B 290a6985c2e111c2218de0e91988549660959b28c3c270b29d12d3648231d1a1dd201f4d220efa3d3a5b2a240969f09bf106df2ae55c3121349d6469500aebe8 SHA512 31840418ec1406e230c0d4fe4e6287b81ec051f2679f5b0b5c97f7d0a7227e927a1c4bb8df0f495f21584803d89db5c19da9545196bdeee470705731c743895f
+MISC metadata.xml 549 BLAKE2B 1ff55195cf89d7cbb8a36de492672caf6bfdfea4328c27c1a0c29442e0c8b20bbb792982e69a66473bca0e99717553712de8c19b4f13db8dc93e7fb45b4b520a SHA512 1bb8dbc2385cd7135bc9ed87b6ab69c848407385b2d1a6a80f586408be836bdbbc0f60f14806c685a24740ec97202155a8c9095a7e227520dd87393468c9c72c
diff --git a/dev-python/sphinx_selective_exclude/metadata.xml b/dev-python/sphinx_selective_exclude/metadata.xml
index b403fcb6027a..e69020273cf3 100644
--- a/dev-python/sphinx_selective_exclude/metadata.xml
+++ b/dev-python/sphinx_selective_exclude/metadata.xml
@@ -9,8 +9,9 @@
<email>python@gentoo.org</email>
<name>Python</name>
</maintainer>
+ <stabilize-allarches/>
<upstream>
- <remote-id type="pypi">sphinx_selective_exclude</remote-id>
+ <remote-id type="pypi">sphinx-selective-exclude</remote-id>
<remote-id type="github">pfalcon/sphinx_selective_exclude</remote-id>
</upstream>
</pkgmetadata>
diff --git a/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild b/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild
index e6668899d411..7509d12a09b3 100644
--- a/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild
+++ b/dev-python/sphinx_selective_exclude/sphinx_selective_exclude-1.0.3.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -14,6 +14,5 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
PDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"