# 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" #