[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2024-05-17 Thread Michał Górny
commit: 337a1e0b358d00bf998cb8a928bb284bcc09acbe
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 17:47:55 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 17:47:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337a1e0b

dev-python/flask-paginate: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  2 --
 .../flask-paginate-2023.10.24.ebuild   | 34 --
 .../flask-paginate/flask-paginate-2024.3.28.ebuild | 34 --
 3 files changed, 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..
--- 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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2024-05-17 Thread Michał Górny
commit: a34056b66aef85acd63fc21d8ce44eedb16b2d1d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 17 17:46:28 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 17 17:47:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a34056b6

dev-python/flask-paginate: Enable py3.13

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/flask-paginate-2024.4.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-paginate/flask-paginate-2024.4.12.ebuild 
b/dev-python/flask-paginate/flask-paginate-2024.4.12.ebuild
index e76b6ec74b90..90f2bbdf1d7d 100644
--- a/dev-python/flask-paginate/flask-paginate-2024.4.12.ebuild
+++ b/dev-python/flask-paginate/flask-paginate-2024.4.12.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2024-04-11 Thread Michał Górny
commit: eef8b5cf0f00f7759003d26fa0b6af53552ffcb2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Apr 12 03:23:46 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Apr 12 03:35:17 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef8b5cf

dev-python/flask-paginate: Bump to 2024.4.12

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate/flask-paginate-2024.4.12.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 9314730ab2c8..4bba375569cd 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1,2 +1,3 @@
 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-2024.4.12.ebuild 
b/dev-python/flask-paginate/flask-paginate-2024.4.12.ebuild
new file mode 100644
index ..e76b6ec74b90
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-2024.4.12.ebuild
@@ -0,0 +1,34 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2024-03-29 Thread Michał Górny
commit: 2b7eb1c2672021f902c41624a3fdc61ad10955ca
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 29 15:10:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 29 15:27:59 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b7eb1c2

dev-python/flask-paginate: Bump to 2024.3.28

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate/flask-paginate-2024.3.28.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index f384b23b80fb..9314730ab2c8 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1 +1,2 @@
 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

diff --git a/dev-python/flask-paginate/flask-paginate-2024.3.28.ebuild 
b/dev-python/flask-paginate/flask-paginate-2024.3.28.ebuild
new file mode 100644
index ..e76b6ec74b90
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-2024.3.28.ebuild
@@ -0,0 +1,34 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2023-12-08 Thread Michał Górny
commit: 6d604be9180e62103396b2237ee927529ecd38c3
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  8 17:07:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  8 17:08:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d604be9

dev-python/flask-paginate: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  2 --
 .../flask-paginate-2022.1.8-r1.ebuild  | 34 --
 .../flask-paginate/flask-paginate-2023.10.8.ebuild | 34 --
 3 files changed, 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 
9f2e0e50d73ac15ec2a413671a52e9d7eac8576494483441ea1287a12e2076cf649ee9df0bf3b3d2c7e13eebe4a835031ab57a2e8b2015f383d53318a0b9
 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..
--- 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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2023-10-23 Thread Michał Górny
commit: 2fd7c81f13c52a5aab365d5ecd075c5e439cc1fb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 23 12:20:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 23 12:34:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fd7c81f

dev-python/flask-paginate: Bump to 2023.10.24

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate-2023.10.24.ebuild   | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 817dc55544c7..492e3eeb804f 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1,2 +1,3 @@
 DIST flask-paginate-2022.1.8.gh.tar.gz 120847 BLAKE2B 
110d6f7bb6c244378a41ab26c914898b54fb05cc00cfc6c7c3e15ed96e2163f92cc89c4ce93199091d8ed2f52301e997ebc16a71a3d802b8107249f9f832ca25
 SHA512 
9f2e0e50d73ac15ec2a413671a52e9d7eac8576494483441ea1287a12e2076cf649ee9df0bf3b3d2c7e13eebe4a835031ab57a2e8b2015f383d53318a0b9
+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-2023.10.24.ebuild 
b/dev-python/flask-paginate/flask-paginate-2023.10.24.ebuild
new file mode 100644
index ..545297259bb7
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-2023.10.24.ebuild
@@ -0,0 +1,34 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2023-10-08 Thread Michał Górny
commit: 51506516f5bdb8389f63dea734b836b46a5e56ee
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  8 17:04:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  8 17:47:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51506516

dev-python/flask-paginate: Bump to 2023.10.8

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate/flask-paginate-2023.10.8.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 60e9ebf0e3fe..817dc55544c7 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1 +1,2 @@
 DIST flask-paginate-2022.1.8.gh.tar.gz 120847 BLAKE2B 
110d6f7bb6c244378a41ab26c914898b54fb05cc00cfc6c7c3e15ed96e2163f92cc89c4ce93199091d8ed2f52301e997ebc16a71a3d802b8107249f9f832ca25
 SHA512 
9f2e0e50d73ac15ec2a413671a52e9d7eac8576494483441ea1287a12e2076cf649ee9df0bf3b3d2c7e13eebe4a835031ab57a2e8b2015f383d53318a0b9
+DIST flask-paginate-2023.10.8.gh.tar.gz 120855 BLAKE2B 
c872cb635220b92c7fab5a997d8eb90c30fd5036acab81cc72ca9f5381f370faabb8a4d641b34c73f595e8b6f4a10bedbc1650a5bd57df292fcfd6a267cfc64c
 SHA512 
4071fefe44cf0474e9b5716976d163449145f3ba4276e5d467bb513e1be371e044096d222e3f19b228041863f4f0136a1838c4d066a890c8c21359d17e674596

diff --git a/dev-python/flask-paginate/flask-paginate-2023.10.8.ebuild 
b/dev-python/flask-paginate/flask-paginate-2023.10.8.ebuild
new file mode 100644
index ..545297259bb7
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-2023.10.8.ebuild
@@ -0,0 +1,34 @@
+# 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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2023-06-02 Thread Michał Górny
commit: 820d0b37595e73bf9efd3d1522302abb617d10be
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  2 17:55:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  2 18:19:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820d0b37

dev-python/flask-paginate: Enable py3.12

Signed-off-by: Michał Górny  gentoo.org>

 .../flask-paginate/flask-paginate-2022.1.8-r1.ebuild   | 18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)

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
index bf6e520d55d0..545297259bb7 100644
--- a/dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild
+++ b/dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild
@@ -4,18 +4,28 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
 inherit distutils-r1
 
 DESCRIPTION="Pagination support for flask"
-HOMEPAGE="https://flask-paginate.readthedocs.io";
-SRC_URI="https://github.com/lixxu/flask-paginate/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+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}]"
+RDEPEND="
+   dev-python/flask[${PYTHON_USEDEP}]
+"
 
 distutils_enable_tests pytest
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2023-02-21 Thread Sam James
commit: 6f4fd01ce77707f7fd12245e12e5273096759558
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 16:54:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 17:05:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f4fd01c

dev-python/flask-paginate: PEP517, github distfile name

Signed-off-by: Sam James  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate-2022.1.8-r1.ebuild  | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 5ad426857435..1379e0be6bb9 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1 +1,2 @@
+DIST flask-paginate-2022.1.8.gh.tar.gz 120847 BLAKE2B 
110d6f7bb6c244378a41ab26c914898b54fb05cc00cfc6c7c3e15ed96e2163f92cc89c4ce93199091d8ed2f52301e997ebc16a71a3d802b8107249f9f832ca25
 SHA512 
9f2e0e50d73ac15ec2a413671a52e9d7eac8576494483441ea1287a12e2076cf649ee9df0bf3b3d2c7e13eebe4a835031ab57a2e8b2015f383d53318a0b9
 DIST flask-paginate-2022.1.8.tar.gz 120847 BLAKE2B 
110d6f7bb6c244378a41ab26c914898b54fb05cc00cfc6c7c3e15ed96e2163f92cc89c4ce93199091d8ed2f52301e997ebc16a71a3d802b8107249f9f832ca25
 SHA512 
9f2e0e50d73ac15ec2a413671a52e9d7eac8576494483441ea1287a12e2076cf649ee9df0bf3b3d2c7e13eebe4a835031ab57a2e8b2015f383d53318a0b9

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
new file mode 100644
index ..bf6e520d55d0
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-2022.1.8-r1.ebuild
@@ -0,0 +1,24 @@
+# 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_{9..11} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Pagination support for flask"
+HOMEPAGE="https://flask-paginate.readthedocs.io";
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2023-02-21 Thread Sam James
commit: 83d586bc73fb8e3d7e93fd356d9d3ca9c0d4b5ac
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 16:52:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 17:05:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d586bc

dev-python/flask-paginate: enable py3.11

Signed-off-by: Sam James  gentoo.org>

 dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild 
b/dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild
index 5bafd909ea29..a3924d3b1775 100644
--- a/dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild
+++ b/dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..10} pypy3 )
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Pagination support for flask"



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2022-05-16 Thread Michał Górny
commit: 05f5366123811b1cdd67dbfb23ef46790b90f8fb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:18:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:18:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05f53661

dev-python/flask-paginate: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  2 --
 .../flask-paginate-2021.10.26.ebuild   | 23 --
 .../flask-paginate-2021.12.28.ebuild   | 23 --
 3 files changed, 48 deletions(-)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 45124a8d93f0..5ad426857435 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1,3 +1 @@
-DIST flask-paginate-2021.10.26.tar.gz 120721 BLAKE2B 
dd37fa131baf20540620c350bca4a17f791df57c82fabd99e644891707259d330d4225fc666d3e5c31410bc17e10531bf735ab8a01e7129641fa81a9d8fbfe82
 SHA512 
86a782797a9401eecbbfc25c90834ed93d7c376c3eb6bc05f19edf7ad6f174aca01de9dc3b183c0c268e2995d81984fa1568e08aae8964e429c60f01b7b23736
-DIST flask-paginate-2021.12.28.tar.gz 120846 BLAKE2B 
63c14a94db4c968ef22a84b28aee2ca3e223fa0a7a32e22644b02b718ae32ea9ece9177b85c66942165e01926b26bb599dd3ae47522ba9bbf9a1c68b7a5ce567
 SHA512 
3ff805ad2d30aadfd1affabde0b0caccf2c3c2efb54b0997f809e13a76c6db64082d0f003ba4485a824e48d5d2792d99bab5173059ebe5a4077a1aac99b3c4ca
 DIST flask-paginate-2022.1.8.tar.gz 120847 BLAKE2B 
110d6f7bb6c244378a41ab26c914898b54fb05cc00cfc6c7c3e15ed96e2163f92cc89c4ce93199091d8ed2f52301e997ebc16a71a3d802b8107249f9f832ca25
 SHA512 
9f2e0e50d73ac15ec2a413671a52e9d7eac8576494483441ea1287a12e2076cf649ee9df0bf3b3d2c7e13eebe4a835031ab57a2e8b2015f383d53318a0b9

diff --git a/dev-python/flask-paginate/flask-paginate-2021.10.26.ebuild 
b/dev-python/flask-paginate/flask-paginate-2021.10.26.ebuild
deleted file mode 100644
index 49d2d8c73c6e..
--- a/dev-python/flask-paginate/flask-paginate-2021.10.26.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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/v${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
-}

diff --git a/dev-python/flask-paginate/flask-paginate-2021.12.28.ebuild 
b/dev-python/flask-paginate/flask-paginate-2021.12.28.ebuild
deleted file mode 100644
index 49d2d8c73c6e..
--- a/dev-python/flask-paginate/flask-paginate-2021.12.28.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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/v${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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2022-01-12 Thread Michał Górny
commit: e86af5b220ef25f3abd301ff2124122c49159402
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 12 15:31:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 12 15:31:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e86af5b2

dev-python/flask-paginate: Bump to 2022.1.8

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate/flask-paginate-2022.1.8.ebuild  | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index f8a8abdd5e85..45124a8d93f0 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1,2 +1,3 @@
 DIST flask-paginate-2021.10.26.tar.gz 120721 BLAKE2B 
dd37fa131baf20540620c350bca4a17f791df57c82fabd99e644891707259d330d4225fc666d3e5c31410bc17e10531bf735ab8a01e7129641fa81a9d8fbfe82
 SHA512 
86a782797a9401eecbbfc25c90834ed93d7c376c3eb6bc05f19edf7ad6f174aca01de9dc3b183c0c268e2995d81984fa1568e08aae8964e429c60f01b7b23736
 DIST flask-paginate-2021.12.28.tar.gz 120846 BLAKE2B 
63c14a94db4c968ef22a84b28aee2ca3e223fa0a7a32e22644b02b718ae32ea9ece9177b85c66942165e01926b26bb599dd3ae47522ba9bbf9a1c68b7a5ce567
 SHA512 
3ff805ad2d30aadfd1affabde0b0caccf2c3c2efb54b0997f809e13a76c6db64082d0f003ba4485a824e48d5d2792d99bab5173059ebe5a4077a1aac99b3c4ca
+DIST flask-paginate-2022.1.8.tar.gz 120847 BLAKE2B 
110d6f7bb6c244378a41ab26c914898b54fb05cc00cfc6c7c3e15ed96e2163f92cc89c4ce93199091d8ed2f52301e997ebc16a71a3d802b8107249f9f832ca25
 SHA512 
9f2e0e50d73ac15ec2a413671a52e9d7eac8576494483441ea1287a12e2076cf649ee9df0bf3b3d2c7e13eebe4a835031ab57a2e8b2015f383d53318a0b9

diff --git a/dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild 
b/dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild
new file mode 100644
index ..186458c0798f
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-2022.1.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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/v${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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2021-12-30 Thread Michał Górny
commit: abe8a551344ad0fa4ee11e5b527825909b95fa10
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 30 08:26:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 30 08:57:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abe8a551

dev-python/flask-paginate: Bump to 2021.12.28

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate-2021.12.28.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index fd262aab4ce1..f8a8abdd5e85 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1 +1,2 @@
 DIST flask-paginate-2021.10.26.tar.gz 120721 BLAKE2B 
dd37fa131baf20540620c350bca4a17f791df57c82fabd99e644891707259d330d4225fc666d3e5c31410bc17e10531bf735ab8a01e7129641fa81a9d8fbfe82
 SHA512 
86a782797a9401eecbbfc25c90834ed93d7c376c3eb6bc05f19edf7ad6f174aca01de9dc3b183c0c268e2995d81984fa1568e08aae8964e429c60f01b7b23736
+DIST flask-paginate-2021.12.28.tar.gz 120846 BLAKE2B 
63c14a94db4c968ef22a84b28aee2ca3e223fa0a7a32e22644b02b718ae32ea9ece9177b85c66942165e01926b26bb599dd3ae47522ba9bbf9a1c68b7a5ce567
 SHA512 
3ff805ad2d30aadfd1affabde0b0caccf2c3c2efb54b0997f809e13a76c6db64082d0f003ba4485a824e48d5d2792d99bab5173059ebe5a4077a1aac99b3c4ca

diff --git a/dev-python/flask-paginate/flask-paginate-2021.12.28.ebuild 
b/dev-python/flask-paginate/flask-paginate-2021.12.28.ebuild
new file mode 100644
index ..49d2d8c73c6e
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-2021.12.28.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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/v${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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2021-11-14 Thread Michał Górny
commit: 657f15aa71ed94fbf62251d8fa83337f892df32e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 14 08:39:48 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 14 08:46:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657f15aa

dev-python/flask-paginate: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 -
 .../flask-paginate/flask-paginate-0.8.1.ebuild | 23 --
 2 files changed, 24 deletions(-)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 594cf7bf8d49..fd262aab4ce1 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1,2 +1 @@
-DIST flask-paginate-0.8.1.tar.gz 119751 BLAKE2B 
954d39e13619784b1a79abc9f26fc2b3827309f9a3b77cacdd40c8f8d9dfec4c2967894e2d571e26841245da6d264dad71a412e425c87aa0c07b3520274de7c4
 SHA512 
ca226c79bd944a19760048c1289b554ee048f4f8d1f231f5545423843b7c0616d52ee8024cc68628e11c5f528972897d7fdb1630f87063bbd0e40c4dacf91224
 DIST flask-paginate-2021.10.26.tar.gz 120721 BLAKE2B 
dd37fa131baf20540620c350bca4a17f791df57c82fabd99e644891707259d330d4225fc666d3e5c31410bc17e10531bf735ab8a01e7129641fa81a9d8fbfe82
 SHA512 
86a782797a9401eecbbfc25c90834ed93d7c376c3eb6bc05f19edf7ad6f174aca01de9dc3b183c0c268e2995d81984fa1568e08aae8964e429c60f01b7b23736

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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2021-10-26 Thread Michał Górny
commit: 703cdd66c58b089d6918e6de131c820b1743c3fc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 26 06:56:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 26 11:12:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=703cdd66

dev-python/flask-paginate: Bump to 2021.10.26

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate-2021.10.26.ebuild   | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 04a470937e9..594cf7bf8d4 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1 +1,2 @@
 DIST flask-paginate-0.8.1.tar.gz 119751 BLAKE2B 
954d39e13619784b1a79abc9f26fc2b3827309f9a3b77cacdd40c8f8d9dfec4c2967894e2d571e26841245da6d264dad71a412e425c87aa0c07b3520274de7c4
 SHA512 
ca226c79bd944a19760048c1289b554ee048f4f8d1f231f5545423843b7c0616d52ee8024cc68628e11c5f528972897d7fdb1630f87063bbd0e40c4dacf91224
+DIST flask-paginate-2021.10.26.tar.gz 120721 BLAKE2B 
dd37fa131baf20540620c350bca4a17f791df57c82fabd99e644891707259d330d4225fc666d3e5c31410bc17e10531bf735ab8a01e7129641fa81a9d8fbfe82
 SHA512 
86a782797a9401eecbbfc25c90834ed93d7c376c3eb6bc05f19edf7ad6f174aca01de9dc3b183c0c268e2995d81984fa1568e08aae8964e429c60f01b7b23736

diff --git a/dev-python/flask-paginate/flask-paginate-2021.10.26.ebuild 
b/dev-python/flask-paginate/flask-paginate-2021.10.26.ebuild
new file mode 100644
index 000..49d2d8c73c6
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-2021.10.26.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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/v${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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2021-06-05 Thread Michał Górny
commit: 99cf97c68efb31fd98d7b7818ddb6df967674d01
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun  5 13:36:56 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun  5 13:36:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99cf97c6

dev-python/flask-paginate: Enable py3.10

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/flask-paginate-0.8.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 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
index 04652ff0b78..bff5d1a8056 100644
--- a/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild
+++ b/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="Pagination support for flask"
@@ -19,5 +19,5 @@ RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
 distutils_enable_tests pytest
 
 python_test() {
-   pytest -vv tests/tests.py || die "tests failed with ${EPYTHON}"
+   epytest tests/tests.py
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2021-02-01 Thread Michał Górny
commit: 83b12f8860ee2721aafead0f49f1c68027d9c89b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb  1 08:16:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb  1 08:50:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b12f88

dev-python/flask-paginate: Bump to 0.8.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate/flask-paginate-0.8.1.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 7a48d44bb85..9857adce9b8 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1,2 +1,3 @@
 DIST flask-paginate-0.7.0.tar.gz 119358 BLAKE2B 
24c1f3bc77853c9c96bb72d3364e73845f8fd0870606dd96b4261861430bef864a6830dd793f4f6e8a9371c89342dda88c5f976d79ff4a1bec7d687614b2014a
 SHA512 
11c335c08c6a9c32999e5b8ba7a76c1fb04769e5ab679b550efc87497446edbaa1e3ccb62a4c238a0b5585f7ba4067e43f158ae123c3b118db84b90cb5d4f219
 DIST flask-paginate-0.8.0.tar.gz 119687 BLAKE2B 
0c73f1d72938fe2cb322ec53e1ce3df083c81f1b2bc58f150af1e602c7e435aaa844534283f83337cd9840f8ece69620de9e63e3f8017f848b5dc2fb54f19848
 SHA512 
1958dbf5675b24ae175098c740e08cc3aa9d2088f6f10768083a740fba3a87cf4b5255ddbc5fe72d286fb04817f527fba9fca5b09af2929851c5ac1eefe3b4d7
+DIST flask-paginate-0.8.1.tar.gz 119751 BLAKE2B 
954d39e13619784b1a79abc9f26fc2b3827309f9a3b77cacdd40c8f8d9dfec4c2967894e2d571e26841245da6d264dad71a412e425c87aa0c07b3520274de7c4
 SHA512 
ca226c79bd944a19760048c1289b554ee048f4f8d1f231f5545423843b7c0616d52ee8024cc68628e11c5f528972897d7fdb1630f87063bbd0e40c4dacf91224

diff --git a/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild 
b/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild
new file mode 100644
index 000..04652ff0b78
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-0.8.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} 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() {
+   pytest -vv tests/tests.py || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2021-01-12 Thread Michał Górny
commit: cb5be2d1bb0f26c5f0503f187774ba9389552af1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 12 08:37:44 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 12 08:37:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb5be2d1

dev-python/flask-paginate: Fix maintainer order

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/flask-paginate/metadata.xml 
b/dev-python/flask-paginate/metadata.xml
index ead00b2021a..1dbd31f8f23 100644
--- a/dev-python/flask-paginate/metadata.xml
+++ b/dev-python/flask-paginate/metadata.xml
@@ -5,14 +5,14 @@
davidroma...@gmail.com
David Roman

-   
-   pyt...@gentoo.org
-   Python
-   

proxy-ma...@gentoo.org
Proxy Maintainers

+   
+   pyt...@gentoo.org
+   Python
+   


lixxu/flask-paginate



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2021-01-12 Thread Michał Górny
commit: ce97f00b207e1e6dabc3195afa394b9c22e6ffb3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 12 08:37:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 12 08:37:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce97f00b

dev-python/flask-paginate: Bump to 0.8.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate/flask-paginate-0.8.0.ebuild | 23 ++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 3a28f339eaf..7a48d44bb85 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1 +1,2 @@
 DIST flask-paginate-0.7.0.tar.gz 119358 BLAKE2B 
24c1f3bc77853c9c96bb72d3364e73845f8fd0870606dd96b4261861430bef864a6830dd793f4f6e8a9371c89342dda88c5f976d79ff4a1bec7d687614b2014a
 SHA512 
11c335c08c6a9c32999e5b8ba7a76c1fb04769e5ab679b550efc87497446edbaa1e3ccb62a4c238a0b5585f7ba4067e43f158ae123c3b118db84b90cb5d4f219
+DIST flask-paginate-0.8.0.tar.gz 119687 BLAKE2B 
0c73f1d72938fe2cb322ec53e1ce3df083c81f1b2bc58f150af1e602c7e435aaa844534283f83337cd9840f8ece69620de9e63e3f8017f848b5dc2fb54f19848
 SHA512 
1958dbf5675b24ae175098c740e08cc3aa9d2088f6f10768083a740fba3a87cf4b5255ddbc5fe72d286fb04817f527fba9fca5b09af2929851c5ac1eefe3b4d7

diff --git a/dev-python/flask-paginate/flask-paginate-0.8.0.ebuild 
b/dev-python/flask-paginate/flask-paginate-0.8.0.ebuild
new file mode 100644
index 000..d2572f4c8c1
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-0.8.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} 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() {
+   pytest -vv tests/tests.py || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2021-01-09 Thread Sam James
commit: 562fc88495fec50a897cf11b5de549b4e0fe590d
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 18:55:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 18:55:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562fc884

dev-python/flask-paginate: fix maintainer order

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/flask-paginate/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/flask-paginate/metadata.xml 
b/dev-python/flask-paginate/metadata.xml
index 949d1f3b3e7..ead00b2021a 100644
--- a/dev-python/flask-paginate/metadata.xml
+++ b/dev-python/flask-paginate/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd";>
 
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

davidroma...@gmail.com
David Roman
@@ -13,6 +9,10 @@
pyt...@gentoo.org
Python

+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   


lixxu/flask-paginate



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2021-01-09 Thread Sam James
commit: 5945ee87e293c89ecd80e7d4b1a86d6e214cc5cf
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 18:55:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 18:55:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5945ee87

dev-python/flask-paginate: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-python/flask-paginate/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/flask-paginate/metadata.xml 
b/dev-python/flask-paginate/metadata.xml
index e0b79d552b4..949d1f3b3e7 100644
--- a/dev-python/flask-paginate/metadata.xml
+++ b/dev-python/flask-paginate/metadata.xml
@@ -13,6 +13,7 @@
pyt...@gentoo.org
Python

+   

lixxu/flask-paginate
flask-paginate



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2020-09-28 Thread Joonas Niilola
commit: a3d344a93e4413d190d00ca5a04365e235d95696
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Sep 19 13:11:58 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Sep 28 12:59:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d344a9

dev-python/flask-paginate: drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Closes: https://github.com/gentoo/gentoo/pull/17598
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 -
 .../flask-paginate/flask-paginate-0.5.3-r1.ebuild  | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 642213b3e30..3a28f339eaf 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1,2 +1 @@
-DIST flask-paginate-0.5.3.tar.gz 118570 BLAKE2B 
0c6d1163dcd8144afa80b217ab3a714a39f4015aa732b4c32cf0feee0d7ee06968bd8549651f2941be9c60d3fd36a18e132dd4c174eb4148e63f83e461cbf519
 SHA512 
fe3cdc808459528c449611b2411c377d46bdef4995cd2851730e90dc0091da15479022f401e31113c4d39f766841d9701f285c81e0ec6293eddd4c8f0821567e
 DIST flask-paginate-0.7.0.tar.gz 119358 BLAKE2B 
24c1f3bc77853c9c96bb72d3364e73845f8fd0870606dd96b4261861430bef864a6830dd793f4f6e8a9371c89342dda88c5f976d79ff4a1bec7d687614b2014a
 SHA512 
11c335c08c6a9c32999e5b8ba7a76c1fb04769e5ab679b550efc87497446edbaa1e3ccb62a4c238a0b5585f7ba4067e43f158ae123c3b118db84b90cb5d4f219

diff --git a/dev-python/flask-paginate/flask-paginate-0.5.3-r1.ebuild 
b/dev-python/flask-paginate/flask-paginate-0.5.3-r1.ebuild
deleted file mode 100644
index 22d2f703dbb..000
--- a/dev-python/flask-paginate/flask-paginate-0.5.3-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{6,7} )
-
-inherit distutils-r1
-
-MY_COMMIT="510ad833106134711868653fb597bf75ea8ac34f"
-
-DESCRIPTION="Pagination support for flask"
-HOMEPAGE="https://flask-paginate.readthedocs.io";
-# https://github.com/lixxu/flask-paginate/issues/68
-SRC_URI="https://github.com/lixxu/flask-paginate/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-S="${WORKDIR}/${PN}-${MY_COMMIT}"
-
-python_test() {
-   pytest -vv tests/tests.py || die "tests failed with ${EPYTHON}"
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2020-09-28 Thread Joonas Niilola
commit: ddba644d264dce20811cf467f3d942ad2dae20df
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat Sep 19 13:11:04 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Sep 28 12:59:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddba644d

dev-python/flask-paginate: bump to 0.7.0

Closes: https://bugs.gentoo.org/717526
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate/flask-paginate-0.7.0.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 7419a539835..642213b3e30 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1 +1,2 @@
 DIST flask-paginate-0.5.3.tar.gz 118570 BLAKE2B 
0c6d1163dcd8144afa80b217ab3a714a39f4015aa732b4c32cf0feee0d7ee06968bd8549651f2941be9c60d3fd36a18e132dd4c174eb4148e63f83e461cbf519
 SHA512 
fe3cdc808459528c449611b2411c377d46bdef4995cd2851730e90dc0091da15479022f401e31113c4d39f766841d9701f285c81e0ec6293eddd4c8f0821567e
+DIST flask-paginate-0.7.0.tar.gz 119358 BLAKE2B 
24c1f3bc77853c9c96bb72d3364e73845f8fd0870606dd96b4261861430bef864a6830dd793f4f6e8a9371c89342dda88c5f976d79ff4a1bec7d687614b2014a
 SHA512 
11c335c08c6a9c32999e5b8ba7a76c1fb04769e5ab679b550efc87497446edbaa1e3ccb62a4c238a0b5585f7ba4067e43f158ae123c3b118db84b90cb5d4f219

diff --git a/dev-python/flask-paginate/flask-paginate-0.7.0.ebuild 
b/dev-python/flask-paginate/flask-paginate-0.7.0.ebuild
new file mode 100644
index 000..8435e67f09f
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-0.7.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{6..9} 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() {
+   pytest -vv tests/tests.py || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2020-03-27 Thread Michał Górny
commit: 37f73c3f9764d0197988862c1c0b8fd7996f24b4
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 27 09:09:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 27 09:16:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37f73c3f

dev-python/flask-paginate: Remove redundant versions

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  2 --
 .../flask-paginate/flask-paginate-0.5.1.ebuild | 24 ---
 .../flask-paginate/flask-paginate-0.5.2.ebuild | 27 --
 3 files changed, 53 deletions(-)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 8c83ac16dc4..7419a539835 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1,3 +1 @@
-DIST flask-paginate-0.5.1.tar.gz 5397 BLAKE2B 
819740f6d1ff55331932dfb1a588fb0a92b2a6ffbf66c0ffcedddb2014c42c10f76ce50306fb9e389c66fdeba98fbf0d476915e935530bfeecc853ec25c1f9d4
 SHA512 
f17610cc3861d587e1940a69957a9266459270453d8f7c15ae6b6e5fa91633194e01384b1cec98647db70f38090d18fd44bf2fc4cbbd8d1d64cf541a5bd620c2
-DIST flask-paginate-0.5.2.tar.gz 5535 BLAKE2B 
c343fdbd04097ccbf187f7a0aa127157fd18e39e68c6ca6dfee0e30a31f6e6b25bac4f2d64cf7a88b4c9addb53e45f381146f9710d84335ceb684198ad164372
 SHA512 
03cdce455f64da226a64137c3a69fda23749280e52df5d4fc4850e816c38810519a2f5a79bdd06709fc686ff413bcbc4a1bf20da44eba7678c5f3e542c277037
 DIST flask-paginate-0.5.3.tar.gz 118570 BLAKE2B 
0c6d1163dcd8144afa80b217ab3a714a39f4015aa732b4c32cf0feee0d7ee06968bd8549651f2941be9c60d3fd36a18e132dd4c174eb4148e63f83e461cbf519
 SHA512 
fe3cdc808459528c449611b2411c377d46bdef4995cd2851730e90dc0091da15479022f401e31113c4d39f766841d9701f285c81e0ec6293eddd4c8f0821567e

diff --git a/dev-python/flask-paginate/flask-paginate-0.5.1.ebuild 
b/dev-python/flask-paginate/flask-paginate-0.5.1.ebuild
deleted file mode 100644
index 34ca2b23698..000
--- a/dev-python/flask-paginate/flask-paginate-0.5.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_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/flask-paginate-0.5.2.ebuild 
b/dev-python/flask-paginate/flask-paginate-0.5.2.ebuild
deleted file mode 100644
index 7d13ed27e4f..000
--- a/dev-python/flask-paginate/flask-paginate-0.5.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_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"
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]"
-
-RDEPEND="
-   ${DEPEND}
-   dev-python/flask[${PYTHON_USEDEP}]"
-
-python_install_all() {
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2019-07-18 Thread Louis Sautier
commit: 0af4d0acb12601bd5eb7bf62fe2d657c1ee56637
Author: Louis Sautier  gentoo  org>
AuthorDate: Thu Jul 18 22:25:24 2019 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Thu Jul 18 22:25:37 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0af4d0ac

dev-python/flask-paginate: add PyPy{,3}, fix test dependencies

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Louis Sautier  gentoo.org>

 ...sk-paginate-0.5.3.ebuild => flask-paginate-0.5.3-r1.ebuild} | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-python/flask-paginate/flask-paginate-0.5.3.ebuild 
b/dev-python/flask-paginate/flask-paginate-0.5.3-r1.ebuild
similarity index 73%
rename from dev-python/flask-paginate/flask-paginate-0.5.3.ebuild
rename to dev-python/flask-paginate/flask-paginate-0.5.3-r1.ebuild
index 3bdd94ff930..1cdce8d7c42 100644
--- a/dev-python/flask-paginate/flask-paginate-0.5.3.ebuild
+++ b/dev-python/flask-paginate/flask-paginate-0.5.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+PYTHON_COMPAT=( pypy{,3} python{2_7,3_{5,6,7}} )
 
 inherit distutils-r1
 
@@ -11,15 +11,19 @@ MY_COMMIT="510ad833106134711868653fb597bf75ea8ac34f"
 
 DESCRIPTION="Pagination support for flask"
 HOMEPAGE="https://flask-paginate.readthedocs.io";
+# https://github.com/lixxu/flask-paginate/issues/68
 SRC_URI="https://github.com/lixxu/flask-paginate/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz"
-#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="test"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
 RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
+"
 
 S="${WORKDIR}/${PN}-${MY_COMMIT}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2019-07-18 Thread Michał Górny
commit: 83a8eec53ee7f73199220b809b11bf47d907ecb4
Author: David Roman  gmail  com>
AuthorDate: Fri Jul 12 18:01:17 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 18 07:55:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a8eec5

dev-python/flask-paginate: verbump to 0.5.3

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/12434
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate/flask-paginate-0.5.3.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 9b6d59f4d81..8c83ac16dc4 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1,2 +1,3 @@
 DIST flask-paginate-0.5.1.tar.gz 5397 BLAKE2B 
819740f6d1ff55331932dfb1a588fb0a92b2a6ffbf66c0ffcedddb2014c42c10f76ce50306fb9e389c66fdeba98fbf0d476915e935530bfeecc853ec25c1f9d4
 SHA512 
f17610cc3861d587e1940a69957a9266459270453d8f7c15ae6b6e5fa91633194e01384b1cec98647db70f38090d18fd44bf2fc4cbbd8d1d64cf541a5bd620c2
 DIST flask-paginate-0.5.2.tar.gz 5535 BLAKE2B 
c343fdbd04097ccbf187f7a0aa127157fd18e39e68c6ca6dfee0e30a31f6e6b25bac4f2d64cf7a88b4c9addb53e45f381146f9710d84335ceb684198ad164372
 SHA512 
03cdce455f64da226a64137c3a69fda23749280e52df5d4fc4850e816c38810519a2f5a79bdd06709fc686ff413bcbc4a1bf20da44eba7678c5f3e542c277037
+DIST flask-paginate-0.5.3.tar.gz 118570 BLAKE2B 
0c6d1163dcd8144afa80b217ab3a714a39f4015aa732b4c32cf0feee0d7ee06968bd8549651f2941be9c60d3fd36a18e132dd4c174eb4148e63f83e461cbf519
 SHA512 
fe3cdc808459528c449611b2411c377d46bdef4995cd2851730e90dc0091da15479022f401e31113c4d39f766841d9701f285c81e0ec6293eddd4c8f0821567e

diff --git a/dev-python/flask-paginate/flask-paginate-0.5.3.ebuild 
b/dev-python/flask-paginate/flask-paginate-0.5.3.ebuild
new file mode 100644
index 000..3bdd94ff930
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-0.5.3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+MY_COMMIT="510ad833106134711868653fb597bf75ea8ac34f"
+
+DESCRIPTION="Pagination support for flask"
+HOMEPAGE="https://flask-paginate.readthedocs.io";
+SRC_URI="https://github.com/lixxu/flask-paginate/archive/${MY_COMMIT}.tar.gz 
-> ${P}.tar.gz"
+#SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="dev-python/flask[${PYTHON_USEDEP}]"
+
+S="${WORKDIR}/${PN}-${MY_COMMIT}"
+
+python_test() {
+   pytest -vv tests/tests.py || die "tests failed with ${EPYTHON}"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2019-03-10 Thread Patrice Clement
commit: e6a7a8c0209a939de7368498494c094e92d381ed
Author: David Roman  gmail  com>
AuthorDate: Sun Mar  3 13:27:21 2019 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Mar 10 22:35:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a7a8c0

dev-python/flask-paginate: version bump to 0.5.2.

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: David Roman  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11229
Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate/flask-paginate-0.5.2.ebuild | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
index 9b484e21a94..9b6d59f4d81 100644
--- a/dev-python/flask-paginate/Manifest
+++ b/dev-python/flask-paginate/Manifest
@@ -1 +1,2 @@
 DIST flask-paginate-0.5.1.tar.gz 5397 BLAKE2B 
819740f6d1ff55331932dfb1a588fb0a92b2a6ffbf66c0ffcedddb2014c42c10f76ce50306fb9e389c66fdeba98fbf0d476915e935530bfeecc853ec25c1f9d4
 SHA512 
f17610cc3861d587e1940a69957a9266459270453d8f7c15ae6b6e5fa91633194e01384b1cec98647db70f38090d18fd44bf2fc4cbbd8d1d64cf541a5bd620c2
+DIST flask-paginate-0.5.2.tar.gz 5535 BLAKE2B 
c343fdbd04097ccbf187f7a0aa127157fd18e39e68c6ca6dfee0e30a31f6e6b25bac4f2d64cf7a88b4c9addb53e45f381146f9710d84335ceb684198ad164372
 SHA512 
03cdce455f64da226a64137c3a69fda23749280e52df5d4fc4850e816c38810519a2f5a79bdd06709fc686ff413bcbc4a1bf20da44eba7678c5f3e542c277037

diff --git a/dev-python/flask-paginate/flask-paginate-0.5.2.ebuild 
b/dev-python/flask-paginate/flask-paginate-0.5.2.ebuild
new file mode 100644
index 000..ffbe17e5d8f
--- /dev/null
+++ b/dev-python/flask-paginate/flask-paginate-0.5.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2019 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"
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]"
+
+RDEPEND="
+   ${DEPEND}
+   dev-python/flask[${PYTHON_USEDEP}]"
+
+python_install_all() {
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/

2018-11-03 Thread Patrice Clement
commit: fc06ad69f14424622012113166e4783c0a681d66
Author: David Roman  gmail  com>
AuthorDate: Sat Nov  3 16:12:39 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Nov  3 22:59:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc06ad69

dev-python/flask-paginate: new package.

Signed-off-by: David Roman  gmail.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10331
Signed-off-by: Patrice Clement  gentoo.org>

 dev-python/flask-paginate/Manifest |  1 +
 .../flask-paginate/flask-paginate-0.5.1.ebuild | 24 ++
 dev-python/flask-paginate/metadata.xml | 19 +
 3 files changed, 44 insertions(+)

diff --git a/dev-python/flask-paginate/Manifest 
b/dev-python/flask-paginate/Manifest
new file mode 100644
index 000..9b484e21a94
--- /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 000..7b73a8c8fbe
--- /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 000..35a30be0a27
--- /dev/null
+++ b/dev-python/flask-paginate/metadata.xml
@@ -0,0 +1,19 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+
+proxy-ma...@gentoo.org
+Proxy Maintainers
+
+
+davidroma...@gmail.com
+David Roman
+
+
+pyt...@gentoo.org
+Python
+
+
+lixxu/flask-paginate
+
+