commit: 2a1447800d7cde8dba258e6ef0d253f8d86c2805
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 4 03:18:42 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 4 03:49:19 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a144780
dev-python/flask-sphinx-themes: bump to 1.2.3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/flask-sphinx-themes/Manifest | 1 +
.../flask-sphinx-themes/flask-sphinx-themes-1.2.3.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/dev-python/flask-sphinx-themes/Manifest
b/dev-python/flask-sphinx-themes/Manifest
index 25dff251dd9..7a027c3403b 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 00000000000..4ed10ef1dd0
--- /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"