summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-03-04 03:18:42 +0000
committerSam James <sam@gentoo.org>2021-03-04 03:49:19 +0000
commit2a1447800d7cde8dba258e6ef0d253f8d86c2805 (patch)
treeb3b7c078c122fb799939a4e2b895157dbe1ff6d9 /dev-python/flask-sphinx-themes
parentdev-python/flask-sphinx-themes: add Python 3.9 (diff)
downloadgentoo-2a1447800d7cde8dba258e6ef0d253f8d86c2805.tar.gz
gentoo-2a1447800d7cde8dba258e6ef0d253f8d86c2805.tar.bz2
gentoo-2a1447800d7cde8dba258e6ef0d253f8d86c2805.zip
dev-python/flask-sphinx-themes: bump to 1.2.3
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/flask-sphinx-themes')
-rw-r--r--dev-python/flask-sphinx-themes/Manifest1
-rw-r--r--dev-python/flask-sphinx-themes/flask-sphinx-themes-1.2.3.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/dev-python/flask-sphinx-themes/Manifest b/dev-python/flask-sphinx-themes/Manifest
index 25dff251dd97..7a027c3403b7 100644
--- a/dev-python/flask-sphinx-themes/Manifest
+++ b/dev-python/flask-sphinx-themes/Manifest
@@ -1 +1,2 @@
DIST Flask-Sphinx-Themes-1.0.2.tar.gz 9066 BLAKE2B f4c67bf6c8e064a9d278779613182fa2139c83255b6e5c28adfd7d5e8df90c2203a6758dc22702b2d708d9876de029ff4e4d05daeb462dc8127bbb28a1392ac0 SHA512 55893b19f1c3da026e1e6d98143ccb4d2939da0d76e6530dd00f72ace6095d0fd038213a4ad02151a82670543634c6efe61a546df3ef90d71b1864914d36e2ac
+DIST flask-sphinx-themes-1.2.3.tar.gz 19649 BLAKE2B 74240359cf950cbdc4bf2f7711b9e1ab75fb9464b48d4a08702e0fde3a9b7514abd9dd4acd843ddb0476a59630871c35b65feb9ad005586044ece4379c007e0c SHA512 2462bfd3ea1ff34e139628dac6cd102d9fc8b1fc76b5b85650c20baacdfcd811af834a1fefd1d15cf754a98ba1850c92ec30c532359921a0bce9d08fabf6d611
diff --git a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.2.3.ebuild b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.2.3.ebuild
new file mode 100644
index 000000000000..4ed10ef1dd04
--- /dev/null
+++ b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.2.3.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( pypy3 python3_{7,8,9} )
+inherit distutils-r1
+
+DESCRIPTION="Sphinx Themes for Flask related projects and Flask itself"
+HOMEPAGE="https://github.com/pallets/pallets-sphinx-themes https://pypi.org/project/Pallets-Sphinx-Themes"
+SRC_URI="https://github.com/pallets/pallets-sphinx-themes/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/pallets-sphinx-themes-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"