diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-12-08 23:11:34 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-12-08 23:11:34 +0000 |
commit | 1a74c5436dbcb832445250e8f3ed0a00f6c2fcef (patch) | |
tree | 894da263e3a728142059a616daf4c6a1925a0efa /dev-python/flask-paginate | |
parent | 39cf9c5c49469d4a3168620ab74b1648c87e205e (diff) |
gentoo auto-resync : 08:12:2023 - 23:11:34
Diffstat (limited to 'dev-python/flask-paginate')
-rw-r--r-- | dev-python/flask-paginate/Manifest | 4 | ||||
-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, 72 deletions
diff --git a/dev-python/flask-paginate/Manifest b/dev-python/flask-paginate/Manifest index f62f6331a21c..7af7690b6b79 100644 --- a/dev-python/flask-paginate/Manifest +++ b/dev-python/flask-paginate/Manifest @@ -1,7 +1,3 @@ -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 -EBUILD flask-paginate-2022.1.8-r1.ebuild 654 BLAKE2B bf33cf3c5a74efece079045bb55e9dfa93d65496711bd852f6e0fce9c2b5cdc328b4718a14c081a2b769b8e8f5c91f5c932148c240d9b088630a67cec8ed7159 SHA512 63b03d4be667f9b9350b48ddf047a0c55b4dfb61540efe471e4fe4a615adeafec2b94df0e1c58827dabf2437d132574a1ecc560c81af57b856ee5a4b82b5c802 EBUILD flask-paginate-2023.10.24.ebuild 661 BLAKE2B 55367dd46c8342ad7d624e482304fa5a05e878ff7e0089d1142273fd9eea703758521ec816d99a912945be52d18535b07ed184994f529694917e76f67611eec4 SHA512 f53a6655b8a4dcf3832dec529436692270b29affac5b7b0617c634222c514706ac6725c2b3a8d6d30b5c5bea49c9e0b5210a91ccf7b7a707b36296dc9ce4f2a4 -EBUILD flask-paginate-2023.10.8.ebuild 654 BLAKE2B bf33cf3c5a74efece079045bb55e9dfa93d65496711bd852f6e0fce9c2b5cdc328b4718a14c081a2b769b8e8f5c91f5c932148c240d9b088630a67cec8ed7159 SHA512 63b03d4be667f9b9350b48ddf047a0c55b4dfb61540efe471e4fe4a615adeafec2b94df0e1c58827dabf2437d132574a1ecc560c81af57b856ee5a4b82b5c802 MISC metadata.xml 659 BLAKE2B aa9bb930f20057e07df9b82804e8638b99f63e0773c11408617bc1c3c09f0cf8ce1d3383bbf577c42baa0149c271ddc8da113d5a31056e8ad41d4ac8ec4b64eb SHA512 660aba4453bb417b9a54dcf0b190ae16599c00203a19b4c53615b972595e223fb2f6ce8da6f097b34a5408c4cfe09b2a02a2ad19928352acbc8a4ee53b822a41 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 -} |