From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8C03C158089 for ; Sun, 8 Oct 2023 17:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53B092BC044; Sun, 8 Oct 2023 17:48:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 354F52BC044 for ; Sun, 8 Oct 2023 17:48:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A7B8335C67 for ; Sun, 8 Oct 2023 17:48:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E3100F2D for ; Sun, 8 Oct 2023 17:48:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1696787274.51506516f5bdb8389f63dea734b836b46a5e56ee.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flask-paginate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flask-paginate/Manifest dev-python/flask-paginate/flask-paginate-2023.10.8.ebuild X-VCS-Directories: dev-python/flask-paginate/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 51506516f5bdb8389f63dea734b836b46a5e56ee X-VCS-Branch: master Date: Sun, 8 Oct 2023 17:48:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 398465d0-55a2-4559-84fb-0fe66815771b X-Archives-Hash: df4ea97a385f78da3f2ce73171dd22e5 commit: 51506516f5bdb8389f63dea734b836b46a5e56ee Author: Michał Górny gentoo org> AuthorDate: Sun Oct 8 17:04:27 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Oct 8 17:47:54 2023 +0000 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 9f2e0e50d73ac15ec2a413671a52e9dbbbb7eac8576494483441ea1287a12e2076cf649ee9df0bf3b3d2c7e13eebe4a835031ab57a2e8b2015f383d53318a0b9 +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 000000000000..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 +}