diff --git a/dev-python/chevron/Manifest b/dev-python/chevron/Manifest index 365a223ee2..92ed024e47 100644 --- a/dev-python/chevron/Manifest +++ b/dev-python/chevron/Manifest @@ -1 +1,2 @@ DIST chevron-0.13.1.gh.tar.gz 13237 BLAKE2B 27c508a9edc232f45c36881724ee88a56e1ad4dd60d9fe982c8265a42569a08c34fbab6fe2303515c689bec80d8b330ad86332c7f02fb00c823149e32cdbe7cc SHA512 52ab3797d3acdea41eabf9d7527ab73f1a785dcd440a67cd2627fa1911aae00618371d8a75abe5bfe7eb73b5518d6f0d9b9f69fa60481365ff9c2fd1db66f32d +DIST chevron-0.14.0.tar.gz 11440 BLAKE2B a1ab4ae938a29008b654d300702aad0bef1e797b3de5d731d44b763fbfc7f14dd92fcaff274643f526361629c3cba70c0c6c4156a4ad5e359c110af93b91fd81 SHA512 e209a36b5c7eda4f4dedba0f07a63ef3067b90606a7bac61897ebe1c2f229239a6cf9d53d23880f2bf71a5d25772a3734bb74ce64686cbb87f9db49babb498a7 diff --git a/dev-python/chevron/chevron-0.14.0.ebuild b/dev-python/chevron/chevron-0.14.0.ebuild new file mode 100644 index 0000000000..582e92ecd6 --- /dev/null +++ b/dev-python/chevron/chevron-0.14.0.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..12} ) + +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" +KEYWORDS="~amd64" + +DESCRIPTION="A Python implementation of mustache" +HOMEPAGE="https://github.com/noahmorrison/chevron" +LICENSE="MIT" +SLOT="0" + +RDEPEND=" + ${PYTHON_DEPS} +" + +distutils_enable_tests unittest