diff options
author | John M. Harris Jr. <johnmh@johnmh.me> | 2024-08-18 13:32:02 -0700 |
---|---|---|
committer | John M. Harris Jr. <johnmh@johnmh.me> | 2024-08-18 13:32:02 -0700 |
commit | 6852328acbac2f50cd5c76b323cd374000ea36c3 (patch) | |
tree | befd2f17bb1bc478c9058b48d641ec8f7be81f77 /dev-python | |
parent | dev-python/chevron: add 0.14.0 (diff) | |
download | guru-6852328acbac2f50cd5c76b323cd374000ea36c3.tar.gz guru-6852328acbac2f50cd5c76b323cd374000ea36c3.tar.bz2 guru-6852328acbac2f50cd5c76b323cd374000ea36c3.zip |
dev-python/chevron: 0.14.0, python compat 3_13
Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/chevron/chevron-0.14.0-r1.ebuild (renamed from dev-python/chevron/chevron-0.14.0.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/chevron/chevron-0.14.0.ebuild b/dev-python/chevron/chevron-0.14.0-r1.ebuild index 582e92ecd..91fa085c9 100644 --- a/dev-python/chevron/chevron-0.14.0.ebuild +++ b/dev-python/chevron/chevron-0.14.0-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PYPI_NO_NORMALIZE=1 @@ -13,11 +13,11 @@ 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" +KEYWORDS="~amd64" SLOT="0" RDEPEND=" |