diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-17 19:47:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-17 19:47:55 +0200 |
commit | 337a1e0b358d00bf998cb8a928bb284bcc09acbe (patch) | |
tree | f97eb87cc25aa03050a47570c07fc106da43fa9d /dev-python/flask-paginate | |
parent | dev-python/findpython: Remove old (diff) | |
download | gentoo-337a1e0b358d00bf998cb8a928bb284bcc09acbe.tar.gz gentoo-337a1e0b358d00bf998cb8a928bb284bcc09acbe.tar.bz2 gentoo-337a1e0b358d00bf998cb8a928bb284bcc09acbe.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-2023.10.24.ebuild | 34 | ||||
-rw-r--r-- | dev-python/flask-paginate/flask-paginate-2024.3.28.ebuild | 34 |
3 files changed, 0 insertions, 70 deletions
diff --git a/dev-python/flask-paginate/Manifest b/dev-python/flask-paginate/Manifest index 4bba375569cd..a2bc3218849b 100644 --- a/dev-python/flask-paginate/Manifest +++ b/dev-python/flask-paginate/Manifest @@ -1,3 +1 @@ -DIST flask-paginate-2023.10.24.gh.tar.gz 121423 BLAKE2B 100cad03bb015fd5aba26faeaa1d9a62489b85cc0bf36176507af206bb01bdadae3c53802b53483d1482250ab4f0004c9800c61c8c210966b59b1339894d43d5 SHA512 9673698e394f9e11d56dec1a8a57310a963cd15f2fa4784d92e5a8af5d9fbe8e4b59bbd7e34e4e50a38c3ddc936222c19497ddcc233564c4a6aa61c83cd78efa -DIST flask-paginate-2024.3.28.gh.tar.gz 121638 BLAKE2B 55fe7570a84e5cce0c2e071bf2c5ef2ad8271f69aef7f8ec6bf1bfcbc4608e0498570907c22e01aaf961a6b75e698261b1931521b886c7e2e891a3539c6c91a0 SHA512 31cb4aacdbfbb50c0aced5aeb46c5bbaf25ee2e323ab321f8b1cd8d258b8cef1aa07e30e3b2bd1673662de0aced1f7d5c914ce2b9dbb54072a71ca7a8019d99f DIST flask-paginate-2024.4.12.gh.tar.gz 121693 BLAKE2B 378b80ac50c059735b952a2bc72ef1cc1988385a10d21fdc79a58df047ef065094fb08c134a6c5fa6ab0b6456fd047d4b1761ab331f7c793b6e13431f9e7f09a SHA512 5847a0265cb62fa949835f9e30b171fe6db9cba97ce15b38fbceac71a4213ce82d65e17f78fb4b1c22d40c92c0da62951bf9a93a20a8b763c68bd14c60191404 diff --git a/dev-python/flask-paginate/flask-paginate-2023.10.24.ebuild b/dev-python/flask-paginate/flask-paginate-2023.10.24.ebuild deleted file mode 100644 index 184e0a7cee2f..000000000000 --- a/dev-python/flask-paginate/flask-paginate-2023.10.24.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 ~arm64 ~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-2024.3.28.ebuild b/dev-python/flask-paginate/flask-paginate-2024.3.28.ebuild deleted file mode 100644 index e76b6ec74b90..000000000000 --- a/dev-python/flask-paginate/flask-paginate-2024.3.28.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2024 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 ~arm64 ~x86" - -RDEPEND=" - dev-python/flask[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest - -python_test() { - epytest tests/tests.py -} |