public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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: Fri, 29 Mar 2024 15:28:05 +0000 (UTC)	[thread overview]
Message-ID: <1711726079.2b7eb1c2672021f902c41624a3fdc61ad10955ca.mgorny@gentoo> (raw)

commit:     2b7eb1c2672021f902c41624a3fdc61ad10955ca
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 29 15:10:12 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 15:27:59 2024 +0000
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 <mgorny <AT> 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 000000000000..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
+}


             reply	other threads:[~2024-03-29 15:28 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-29 15:28 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-17 17:48 [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/ Michał Górny
2024-05-17 17:48 Michał Górny
2024-04-12  3:35 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-12-30  8:57 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=1711726079.2b7eb1c2672021f902c41624a3fdc61ad10955ca.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