diff options
author | Louis Sautier <sbraz@gentoo.org> | 2019-07-17 01:00:52 +0200 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2019-07-17 15:58:44 +0200 |
commit | 8d5a676a38a631b69e0ab05cd36866a5ab463aa7 (patch) | |
tree | 515a46926034a9b8e416e0ee5bbfb48031208bc3 /dev-python/flask-sphinx-themes | |
parent | dev-python/flask-sphinx-themes: updateupstream info in metadata (diff) | |
download | gentoo-8d5a676a38a631b69e0ab05cd36866a5ab463aa7.tar.gz gentoo-8d5a676a38a631b69e0ab05cd36866a5ab463aa7.tar.bz2 gentoo-8d5a676a38a631b69e0ab05cd36866a5ab463aa7.zip |
dev-python/flask-sphinx-themes: bump to 1.0.2, update PYTHON_COMPAT
Also fix dependencies.
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Diffstat (limited to 'dev-python/flask-sphinx-themes')
-rw-r--r-- | dev-python/flask-sphinx-themes/Manifest | 1 | ||||
-rw-r--r-- | dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/dev-python/flask-sphinx-themes/Manifest b/dev-python/flask-sphinx-themes/Manifest index c5d9d3e42956..dc3784b7cac4 100644 --- a/dev-python/flask-sphinx-themes/Manifest +++ b/dev-python/flask-sphinx-themes/Manifest @@ -1 +1,2 @@ DIST Flask-Sphinx-Themes-1.0.1.tar.gz 8150 BLAKE2B d228666424318552f3c865f64b0ad478a3794162c533ce7c4cb50414964c04d3a8ec84d64fdcd05f26bdfdb6e3ceeb9d96b9ee7dc7d632f07f99454f92e1231c SHA512 65ab8dcc75697fc61e6f6f78ec497ece99eba19c48e778f79e3883079cd0d5e42a2e0f1cf3d656dedf92423d1758caf6fd2279907dd87b50f3a79700f66c5e65 +DIST Flask-Sphinx-Themes-1.0.2.tar.gz 9066 BLAKE2B f4c67bf6c8e064a9d278779613182fa2139c83255b6e5c28adfd7d5e8df90c2203a6758dc22702b2d708d9876de029ff4e4d05daeb462dc8127bbb28a1392ac0 SHA512 55893b19f1c3da026e1e6d98143ccb4d2939da0d76e6530dd00f72ace6095d0fd038213a4ad02151a82670543634c6efe61a546df3ef90d71b1864914d36e2ac diff --git a/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild new file mode 100644 index 000000000000..27e48c611905 --- /dev/null +++ b/dev-python/flask-sphinx-themes/flask-sphinx-themes-1.0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} ) + +inherit distutils-r1 + +MY_PN="Flask-Sphinx-Themes" +MY_P="${MY_PN}-${PV}" + +DESCRIPTION="Sphinx Themes for Flask related projects and Flask itself" +HOMEPAGE="https://github.com/pallets/flask-sphinx-themes https://pypi.org/project/Flask-Sphinx-Themes/" +SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +S="${WORKDIR}/${MY_P}" |