diff options
author | John M. Harris Jr. <johnmh@johnmh.me> | 2024-08-18 18:03:15 -0700 |
---|---|---|
committer | John M. Harris Jr. <johnmh@johnmh.me> | 2024-08-18 18:04:32 -0700 |
commit | 702ea1b1071cb22a90bd83ede9cd29c2a0ee8d93 (patch) | |
tree | e9e5c0052b1d6b167ff0eed619a8e0e478776c1c /dev-python/chevron | |
parent | media-video/olive: treeclean (diff) | |
download | guru-702ea1b1071cb22a90bd83ede9cd29c2a0ee8d93.tar.gz guru-702ea1b1071cb22a90bd83ede9cd29c2a0ee8d93.tar.bz2 guru-702ea1b1071cb22a90bd83ede9cd29c2a0ee8d93.zip |
dev-python/chevron: 0.14.0, re-order variables
Signed-off-by: John M. Harris Jr. <johnmh@johnmh.me>
Diffstat (limited to 'dev-python/chevron')
-rw-r--r-- | dev-python/chevron/chevron-0.14.0-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/chevron/chevron-0.14.0-r1.ebuild b/dev-python/chevron/chevron-0.14.0-r1.ebuild index 91fa085c9..cea8abd5c 100644 --- a/dev-python/chevron/chevron-0.14.0-r1.ebuild +++ b/dev-python/chevron/chevron-0.14.0-r1.ebuild @@ -10,15 +10,16 @@ PYPI_NO_NORMALIZE=1 inherit distutils-r1 pypi +DESCRIPTION="A Python implementation of mustache" +HOMEPAGE="https://github.com/noahmorrison/chevron" + # 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" +KEYWORDS="~amd64" RDEPEND=" ${PYTHON_DEPS} |