From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/
Date: Thu, 30 Dec 2021 08:57:39 +0000 (UTC) [thread overview]
Message-ID: <1640854654.abe8a551344ad0fa4ee11e5b527825909b95fa10.mgorny@gentoo> (raw)
commit: abe8a551344ad0fa4ee11e5b527825909b95fa10
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 30 08:26:37 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 30 08:57:34 2021 +0000
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 <mgorny <AT> 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 000000000000..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
+}
next reply other threads:[~2021-12-30 8:57 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-30 8:57 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-17 6:39 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/ Arthur Zamarin
2025-02-27 20:56 Michał Górny
2024-05-17 17:48 Michał Górny
2024-05-17 17:48 Michał Górny
2024-04-12 3:35 Michał Górny
2024-03-29 15:28 Michał Górny
2023-12-08 17:08 Michał Górny
2023-10-23 12:35 Michał Górny
2023-10-08 17:48 Michał Górny
2023-06-02 18:19 Michał Górny
2023-02-21 17:06 Sam James
2023-02-21 17:06 Sam James
2022-05-16 13:18 Michał Górny
2022-01-12 16:02 Michał Górny
2021-11-14 8:46 Michał Górny
2021-10-26 11:12 Michał Górny
2021-06-05 13:42 Michał Górny
2021-02-01 8:50 Michał Górny
2021-01-12 8:38 Michał Górny
2021-01-12 8:38 Michał Górny
2021-01-09 18:58 Sam James
2021-01-09 18:58 Sam James
2020-09-28 12:59 Joonas Niilola
2020-09-28 12:59 Joonas Niilola
2020-03-27 9:16 Michał Górny
2019-07-18 22:25 Louis Sautier
2019-07-18 7:55 Michał Górny
2019-03-10 22:38 Patrice Clement
2018-11-03 22:59 Patrice Clement
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1640854654.abe8a551344ad0fa4ee11e5b527825909b95fa10.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox