aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-19 23:04:46 +0500
committerAnna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>2023-03-19 23:04:46 +0500
commit9d6f331abc9b59aeb7e6ac2d9e4672ce9f88f079 (patch)
treeaf5b67a1813f62cc5deeda25f63883e49be4a8ac
parentapp-editors/lapce: silence QA for LDFLAGS (diff)
downloadguru-9d6f331a.tar.gz
guru-9d6f331a.tar.bz2
guru-9d6f331a.zip
dev-python/mkdocs-exclude: enable py3.11
Closes: https://bugs.gentoo.org/897466 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
-rw-r--r--dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild (renamed from dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2.ebuild)10
1 files changed, 7 insertions, 3 deletions
diff --git a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2.ebuild b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild
index 910c8794d..84263ee9b 100644
--- a/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2.ebuild
+++ b/dev-python/mkdocs-exclude/mkdocs-exclude-1.0.2-r1.ebuild
@@ -1,15 +1,19 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..10} )
inherit distutils-r1 pypi
DESCRIPTION="Lets you exclude files or trees from your output"
-HOMEPAGE="https://github.com/apenwarr/mkdocs-exclude"
+HOMEPAGE="
+ https://pypi.org/project/mkdocs-exclude/
+ https://github.com/apenwarr/mkdocs-exclude
+"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86"