summaryrefslogtreecommitdiff
path: root/dev-python/sphinx-sitemap
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/sphinx-sitemap')
-rw-r--r--dev-python/sphinx-sitemap/Manifest1
-rw-r--r--dev-python/sphinx-sitemap/sphinx-sitemap-2.2.1.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/sphinx-sitemap/Manifest b/dev-python/sphinx-sitemap/Manifest
index 763962ea9f46..def37e64ef34 100644
--- a/dev-python/sphinx-sitemap/Manifest
+++ b/dev-python/sphinx-sitemap/Manifest
@@ -1 +1,2 @@
DIST sphinx-sitemap-2.2.0.tar.gz 6130 BLAKE2B 2716cf1a5dd7c36a438f6e9ce339fa53b4bc43056e8b21d5f85c9375910346da1a1b3b00f7baffed4f86d491b75398216d566b4368cf4f7273f4ab7b53cbc3de SHA512 ec6cdd2e4cec1220eda530cb35b003728efd2bfaf9174834fab3b6bd5126532578370f8ba9cc9cb02d59e0da2560dee20ac2ad0d1837765cd040367c963ae0a2
+DIST sphinx-sitemap-2.2.1.tar.gz 6629 BLAKE2B c6fe585799e601e42604e7db0e4fe1c6ed08b0bcbdbc9648156fd189aa5901268a7b6d41973ee5c6e61a8e3c347f7eddd52a408ea12e6f01c55c193a726ae28e SHA512 1668433e686cea71116fed273368d6e25fb918dfda4daf24290121c38c1596f26095eb6a14eca5c4a7f81bc6904a48e0c32e14dc610c01f87e5eb2e6cf29dd7e
diff --git a/dev-python/sphinx-sitemap/sphinx-sitemap-2.2.1.ebuild b/dev-python/sphinx-sitemap/sphinx-sitemap-2.2.1.ebuild
new file mode 100644
index 000000000000..5148e2db4afc
--- /dev/null
+++ b/dev-python/sphinx-sitemap/sphinx-sitemap-2.2.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2022 Liguros Authors
+# Distributed under the terms of the GNU General Public License v2
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7,8,9,10,11} )
+PYTHON_REQ_USE="ncurses"
+RESTRICT="test"
+
+inherit distutils-r1
+
+DESCRIPTION="Sitemap generator for Sphinx"
+HOMEPAGE="https://github.com/jdillard/sphinx-sitemap"
+SRC_URI="https://files.pythonhosted.org/packages/08/6f/80e4b9fd3c0f656a0fd102555e7a11c67aad780193a378171a36adb80a3a/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux"
+IUSE="examples"
+
+distutils_enable_sphinx docs
+distutils_enable_tests setup.py
+