diff options
Diffstat (limited to 'dev-python/chevron/chevron-0.14.0-r1.ebuild')
-rw-r--r-- | dev-python/chevron/chevron-0.14.0-r1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/chevron/chevron-0.14.0-r1.ebuild b/dev-python/chevron/chevron-0.14.0-r1.ebuild new file mode 100644 index 000000000..91fa085c9 --- /dev/null +++ b/dev-python/chevron/chevron-0.14.0-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..13} ) + +PYPI_NO_NORMALIZE=1 + +inherit distutils-r1 pypi + +# 0.14.0 was never pushed to GitHub, even master is 1 commit behind. +# For now, pull from pythonhosted. +SRC_URI="https://files.pythonhosted.org/packages/15/1f/ca74b65b19798895d63a6e92874162f44233467c9e7c1ed8afd19016ebe9/${P}.tar.gz" + +DESCRIPTION="A Python implementation of mustache" +HOMEPAGE="https://github.com/noahmorrison/chevron" +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" + +RDEPEND=" + ${PYTHON_DEPS} +" + +distutils_enable_tests unittest |