From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F220315852A for ; Mon, 19 Aug 2024 01:04:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43ED0E29BA; Mon, 19 Aug 2024 01:04:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2275EE29BA for ; Mon, 19 Aug 2024 01:04:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE9AA342FA5 for ; Mon, 19 Aug 2024 01:04:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 193681D57 for ; Mon, 19 Aug 2024 01:04:43 +0000 (UTC) From: "John M. Harris, Jr." To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "John M. Harris, Jr." Message-ID: <1724029472.702ea1b1071cb22a90bd83ede9cd29c2a0ee8d93.johnmh@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/chevron/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/chevron/chevron-0.14.0-r1.ebuild X-VCS-Directories: dev-python/chevron/ X-VCS-Committer: johnmh X-VCS-Committer-Name: John M. Harris, Jr. X-VCS-Revision: 702ea1b1071cb22a90bd83ede9cd29c2a0ee8d93 X-VCS-Branch: dev Date: Mon, 19 Aug 2024 01:04:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c046bace-bf35-4150-a7c8-ec726120edae X-Archives-Hash: c894b8074203c15192a1d12ab6df31a0 commit: 702ea1b1071cb22a90bd83ede9cd29c2a0ee8d93 Author: John M. Harris Jr. johnmh me> AuthorDate: Mon Aug 19 01:03:15 2024 +0000 Commit: John M. Harris, Jr. johnmh me> CommitDate: Mon Aug 19 01:04:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=702ea1b1 dev-python/chevron: 0.14.0, re-order variables Signed-off-by: John M. Harris Jr. johnmh.me> dev-python/chevron/chevron-0.14.0-r1.ebuild | 7 ++++--- 1 file 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}