diff options
| author | Michał Górny <mgorny@gentoo.org> | 2021-11-14 09:39:48 +0100 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2021-11-14 09:46:39 +0100 |
| commit | 657f15aa71ed94fbf62251d8fa83337f892df32e (patch) | |
| tree | 7f432d23c690cdeceba35113f11f3cb4e005cfa7 /dev-python/flask-paginate/flask-paginate-0.8.1.ebuild | |
| parent | 69c45ca1e78aaefb583a2c585c566c9b85a9d345 (diff) | |
| download | gentoo-657f15aa71ed94fbf62251d8fa83337f892df32e.tar.gz gentoo-657f15aa71ed94fbf62251d8fa83337f892df32e.tar.bz2 gentoo-657f15aa71ed94fbf62251d8fa83337f892df32e.zip | |
dev-python/flask-paginate: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-paginate/flask-paginate-0.8.1.ebuild')
| -rw-r--r-- | dev-python/flask-paginate/flask-paginate-0.8.1.ebuild | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild b/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild deleted file mode 100644 index bff5d1a80563..000000000000 --- a/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) -inherit distutils-r1 - -DESCRIPTION="Pagination support for flask" -HOMEPAGE="https://flask-paginate.readthedocs.io" -SRC_URI="https://github.com/lixxu/flask-paginate/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="dev-python/flask[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -python_test() { - epytest tests/tests.py -} |
