dev-python/chameleon: Bump to 3.10.0

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-04-06 18:36:27 +02:00
parent 21cc72e2a3
commit 36c083f78d
2 changed files with 31 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST chameleon-3.10.0.gh.tar.gz 136996 BLAKE2B a622fa4d972dc0bea9532f0815b586e17d56fc4da94bad37f83fb29d2a94442da2a7d1ebd00fdfb0a877fcf9a2d269c2c3780ec9cf96ad772952b096a1ca1db2 SHA512 de59a4f1d0243beae91008f93741e9565831ea3b07c3f39e20e15ecc7220711a78bf475844fcaa9dc25f2376b0e937779ca28bd58f7c9b95fa2cf35cc7212117
DIST chameleon-3.9.1.gh.tar.gz 136555 BLAKE2B 277df179cd26f1edc6513bc6a80d6f7a7f9f95b1562efa23f454d7055ffbeaf59d7a726bfe8969505b0839138c7f97fdb810754bb0342060a79b23abecb3ad36 SHA512 53b0aeeef89df7cacc299dad20e05023c638e708604876ce5269f22bab00e5001b640123920aef0ef9a0f554bbd37d151bedfdfe55ec161defe6b6f3781d841e

View File

@@ -0,0 +1,30 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..10} pypy3 )
inherit distutils-r1
DESCRIPTION="Fast HTML/XML template compiler for Python"
HOMEPAGE="
https://github.com/malthe/chameleon/
https://pypi.org/project/Chameleon/
"
SRC_URI="
https://github.com/malthe/chameleon/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
LICENSE="repoze"
SLOT="0"
KEYWORDS="~amd64 ~x86"
distutils_enable_tests unittest
src_test() {
cd src || die
distutils-r1_src_test
}