diff --git a/dev-python/chalice/Manifest b/dev-python/chalice/Manifest new file mode 100644 index 0000000000..d5303b0c5d --- /dev/null +++ b/dev-python/chalice/Manifest @@ -0,0 +1 @@ +DIST chalice-1.32.0.gh.tar.gz 2763823 BLAKE2B ced70b1a21398abdc7381ae0d1db818f0eca532bfa046c56c9a88ce4e91271b0124340af839a826730a9fa47c17108af0049a0227d853261204d333a5c367b94 SHA512 edddb135df4177f9dc9d36dee9ac61dbff52ef10ddb95469741e196a344a3fd4569ec2f785121b6c4aa8988bdd44971f8fa0c23e64a5f86447006ad74bc0d5d7 diff --git a/dev-python/chalice/chalice-1.32.0.ebuild b/dev-python/chalice/chalice-1.32.0.ebuild new file mode 100644 index 0000000000..a78bbdb290 --- /dev/null +++ b/dev-python/chalice/chalice-1.32.0.ebuild @@ -0,0 +1,84 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +# py3.14: https://github.com/aws/chalice/issues/2150 +PYTHON_COMPAT=( python3_{12..13} ) + +inherit distutils-r1 #pypi + +DESCRIPTION="Python Serverless Microframework for AWS" +HOMEPAGE=" + https://github.com/aws/chalice/ + https://pypi.org/project/chalice/ +" +# no tests in sdist +SRC_URI=" + https://github.com/aws/chalice/archive/refs/tags/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +# + + + + negril.nx+gentoo@gmail.com + Paul Zander + + + + aws/chalice + chalice + +