From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 08D901584F2 for ; Tue, 18 Mar 2025 07:32:14 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E35393432AB for ; Tue, 18 Mar 2025 07:32:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6BDC71103CF; Tue, 18 Mar 2025 07:31:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 6263E1103CF for ; Tue, 18 Mar 2025 07:31:59 +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 164C434317B for ; Tue, 18 Mar 2025 07:31:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D1752610 for ; Tue, 18 Mar 2025 07:31:56 +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: <1742283102.6d57f7965b4f5bf88aede12e351d9ccaa6c7696d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pecan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pecan/Manifest dev-python/pecan/pecan-1.6.0.ebuild X-VCS-Directories: dev-python/pecan/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6d57f7965b4f5bf88aede12e351d9ccaa6c7696d X-VCS-Branch: master Date: Tue, 18 Mar 2025 07:31:56 +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: 11b0ad8d-74a1-4655-a096-603bd4d851d0 X-Archives-Hash: c59cc3528e86667a0e56f289275a3e76 commit: 6d57f7965b4f5bf88aede12e351d9ccaa6c7696d Author: Michał Górny gentoo org> AuthorDate: Tue Mar 18 06:31:12 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 18 07:31:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d57f796 dev-python/pecan: Bump to 1.6.0 Signed-off-by: Michał Górny gentoo.org> dev-python/pecan/Manifest | 1 + dev-python/pecan/pecan-1.6.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-python/pecan/Manifest b/dev-python/pecan/Manifest index 008301ada527..173764548f6f 100644 --- a/dev-python/pecan/Manifest +++ b/dev-python/pecan/Manifest @@ -1 +1,2 @@ DIST pecan-1.5.1.tar.gz 124161 BLAKE2B 441c4fcc94409aef93324ab8dfb727fc09a3e0f8802ba804d3d5f52237d4f089c3eed23f55a8ad82a9d372d28d622faf8b196b59936e7fc9feb69c4f87883084 SHA512 87fff8657268accda3a53f156338332e3d23df8055cc62d77d9f1641f692c1d7e4013f564b0108541e5df69e1d3d2c8e3df87486e0b4316e437f67d010013fa9 +DIST pecan-1.6.0.tar.gz 123756 BLAKE2B 779705fed5c0832feac98469f6e873996332ce2376929ed819dfc228a0b99aaaef09e9b531698f5fed07675d1f13f0cdd9cd8a742977acf83ee3d9c963b3436e SHA512 f10878fb219086cc34109e9c4b1ce201da28c648120affbb890579e2d8f4d18231c5784ede6c465738aa2066fc54fecade41d2d4681ed1b6f376d0912afc60b4 diff --git a/dev-python/pecan/pecan-1.6.0.ebuild b/dev-python/pecan/pecan-1.6.0.ebuild new file mode 100644 index 000000000000..fe75db0e37a9 --- /dev/null +++ b/dev-python/pecan/pecan-1.6.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A WSGI object-dispatching web framework, lean, fast, with few dependencies" +HOMEPAGE=" + https://github.com/pecan/pecan/ + https://pypi.org/project/pecan/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +RDEPEND=" + >=dev-python/webob-1.4[${PYTHON_USEDEP}] + >=dev-python/mako-0.4.0[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/webtest-1.3.1[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest