dev-python/pecan: Bump to 1.7.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-07-08 06:58:35 +02:00
parent b5635ff845
commit 9ce35e54ff
2 changed files with 33 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST pecan-1.6.0.tar.gz 123756 BLAKE2B 779705fed5c0832feac98469f6e873996332ce2376929ed819dfc228a0b99aaaef09e9b531698f5fed07675d1f13f0cdd9cd8a742977acf83ee3d9c963b3436e SHA512 f10878fb219086cc34109e9c4b1ce201da28c648120affbb890579e2d8f4d18231c5784ede6c465738aa2066fc54fecade41d2d4681ed1b6f376d0912afc60b4
DIST pecan-1.7.0.tar.gz 123025 BLAKE2B e9c5ce30e4a5c3d77a07bb1659dfd5975047ea7bdf3eb352f80ce3288a83303d62230ca4bf9a70b5206f89411ba193c441699c06219ea3acbbafa105495ddeea SHA512 801575ab41b880d4833349cdc15c23b48b79f91a3b8c7a4a0209d238dabca5301c6e858635610d6b099d757a7a434a729a38abd0105a31c171123e592d7226bb

View File

@@ -0,0 +1,32 @@
# 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_{11..14} )
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}]
)
"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest