diff --git a/dev-python/flask-paginate/Manifest b/dev-python/flask-paginate/Manifest new file mode 100644 index 0000000000000..9b484e21a943f --- /dev/null +++ b/dev-python/flask-paginate/Manifest @@ -0,0 +1 @@ +DIST flask-paginate-0.5.1.tar.gz 5397 BLAKE2B 819740f6d1ff55331932dfb1a588fb0a92b2a6ffbf66c0ffcedddb2014c42c10f76ce50306fb9e389c66fdeba98fbf0d476915e935530bfeecc853ec25c1f9d4 SHA512 f17610cc3861d587e1940a69957a9266459270453d8f7c15ae6b6e5fa91633194e01384b1cec98647db70f38090d18fd44bf2fc4cbbd8d1d64cf541a5bd620c2 diff --git a/dev-python/flask-paginate/flask-paginate-0.5.1.ebuild b/dev-python/flask-paginate/flask-paginate-0.5.1.ebuild new file mode 100644 index 0000000000000..7b73a8c8fbef6 --- /dev/null +++ b/dev-python/flask-paginate/flask-paginate-0.5.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Pagination support for flask" +HOMEPAGE="https://flask-paginate.readthedocs.io" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" + +python_install_all() { + distutils-r1_python_install_all +} diff --git a/dev-python/flask-paginate/metadata.xml b/dev-python/flask-paginate/metadata.xml new file mode 100644 index 0000000000000..35a30be0a2758 --- /dev/null +++ b/dev-python/flask-paginate/metadata.xml @@ -0,0 +1,19 @@ + + + + + proxy-maint@gentoo.org + Proxy Maintainers + + + davidroman96@gmail.com + David Roman + + + python@gentoo.org + Python + + + lixxu/flask-paginate + +