Files
gentoo/dev-python/chameleon/chameleon-4.6.0.ebuild
Michał Górny cf49bd6b1d dev-python/chameleon: Enable py3.15
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2026-06-29 20:33:36 +02:00

25 lines
492 B
Bash

# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
PYPI_PN=${PN^}
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi
DESCRIPTION="Fast HTML/XML template compiler for Python"
HOMEPAGE="
https://github.com/malthe/chameleon/
https://pypi.org/project/Chameleon/
"
LICENSE="repoze"
SLOT="0"
KEYWORDS="amd64 arm64 x86"
EPYTEST_PLUGINS=()
distutils_enable_tests pytest