diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-08 18:07:50 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-08 18:08:33 +0100 |
commit | 6d604be9180e62103396b2237ee927529ecd38c3 (patch) | |
tree | 28fcca8596d4c2322d4abe630111c1f4e3a9623d /dev-python/flask-paginate | |
parent | dev-python/agate-excel: Remove old (diff) | |
download | gentoo-6d604be9180e62103396b2237ee927529ecd38c3.tar.gz gentoo-6d604be9180e62103396b2237ee927529ecd38c3.tar.bz2 gentoo-6d604be9180e62103396b2237ee927529ecd38c3.zip |
dev-python/flask-paginate: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-paginate')
-rw-r--r-- | dev-python/flask-paginate/Manifest | 2 | ||||
-rw-r--r-- | dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild | 34 | ||||
-rw-r--r-- | dev-python/flask-paginate/flask-paginate-2023.10.8.ebuild | 34 |
3 files changed, 0 insertions, 70 deletions
diff --git a/dev-python/flask-paginate/Manifest b/dev-python/flask-paginate/Manifest index 492e3eeb804f..f384b23b80fb 100644 --- a/dev-python/flask-paginate/Manifest +++ b/dev-python/flask-paginate/Manifest @@ -1,3 +1 @@ -DIST flask-paginate-2022.1.8.gh.tar.gz 120847 BLAKE2B 110d6f7bb6c244378a41ab26c914898b54fb05cc00cfc6c7c3e15ed96e2163f92cc89c4ce93199091d8ed2f52301e997ebc16a71a3d802b8107249f9f832ca25 SHA512 9f2e0e50d73ac15ec2a413671a52e9dbbbb7eac8576494483441ea1287a12e2076cf649ee9df0bf3b3d2c7e13eebe4a835031ab57a2e8b2015f383d53318a0b9 DIST flask-paginate-2023.10.24.gh.tar.gz 121423 BLAKE2B 100cad03bb015fd5aba26faeaa1d9a62489b85cc0bf36176507af206bb01bdadae3c53802b53483d1482250ab4f0004c9800c61c8c210966b59b1339894d43d5 SHA512 9673698e394f9e11d56dec1a8a57310a963cd15f2fa4784d92e5a8af5d9fbe8e4b59bbd7e34e4e50a38c3ddc936222c19497ddcc233564c4a6aa61c83cd78efa -DIST flask-paginate-2023.10.8.gh.tar.gz 120855 BLAKE2B c872cb635220b92c7fab5a997d8eb90c30fd5036acab81cc72ca9f5381f370faabb8a4d641b34c73f595e8b6f4a10bedbc1650a5bd57df292fcfd6a267cfc64c SHA512 4071fefe44cf0474e9b5716976d163449145f3ba4276e5d467bb513e1be371e044096d222e3f19b228041863f4f0136a1838c4d066a890c8c21359d17e674596 diff --git a/dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild b/dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild deleted file mode 100644 index 545297259bb7..000000000000 --- a/dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Pagination support for flask" -HOMEPAGE=" - https://flask-paginate.readthedocs.io/ - https://github.com/lixxu/flask-paginate/ - https://pypi.org/project/flask-paginate/ -" -SRC_URI=" - https://github.com/lixxu/flask-paginate/archive/v${PV}.tar.gz - -> ${P}.gh.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 -} diff --git a/dev-python/flask-paginate/flask-paginate-2023.10.8.ebuild b/dev-python/flask-paginate/flask-paginate-2023.10.8.ebuild deleted file mode 100644 index 545297259bb7..000000000000 --- a/dev-python/flask-paginate/flask-paginate-2023.10.8.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Pagination support for flask" -HOMEPAGE=" - https://flask-paginate.readthedocs.io/ - https://github.com/lixxu/flask-paginate/ - https://pypi.org/project/flask-paginate/ -" -SRC_URI=" - https://github.com/lixxu/flask-paginate/archive/v${PV}.tar.gz - -> ${P}.gh.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 -} |