diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-02 09:05:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-02 09:32:43 +0200 |
commit | 5d48d678096ed3790b2da44e74574eeec4616683 (patch) | |
tree | 95a13c1ad49f3922d54f204d00faf6459c1e1574 /dev-python/chameleon/chameleon-3.7.0.ebuild | |
parent | net-misc/miniupnpd: Bump to 2.1.20200329 (diff) | |
download | gentoo-5d48d678096ed3790b2da44e74574eeec4616683.tar.gz gentoo-5d48d678096ed3790b2da44e74574eeec4616683.tar.bz2 gentoo-5d48d678096ed3790b2da44e74574eeec4616683.zip |
dev-python/chameleon: Bump to 3.7.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/chameleon/chameleon-3.7.0.ebuild')
-rw-r--r-- | dev-python/chameleon/chameleon-3.7.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/chameleon/chameleon-3.7.0.ebuild b/dev-python/chameleon/chameleon-3.7.0.ebuild new file mode 100644 index 000000000000..4bee57992bd6 --- /dev/null +++ b/dev-python/chameleon/chameleon-3.7.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} 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 setup.py |