summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-02 09:05:51 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-02 09:32:43 +0200
commit5d48d678096ed3790b2da44e74574eeec4616683 (patch)
tree95a13c1ad49f3922d54f204d00faf6459c1e1574 /dev-python/chameleon/chameleon-3.7.0.ebuild
parentnet-misc/miniupnpd: Bump to 2.1.20200329 (diff)
downloadgentoo-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.ebuild21
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