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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8087515808E for ; Mon, 25 Apr 2022 15:48:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2569E07B2; Mon, 25 Apr 2022 15:48:49 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8AC32E07B2 for ; Mon, 25 Apr 2022 15:48:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95322341721 for ; Mon, 25 Apr 2022 15:48:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18B9F3B2 for ; Mon, 25 Apr 2022 15:48:47 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1650901704.67924d94dc068e7ba3f46b80892c388b52aa2e16.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pystache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pystache/metadata.xml dev-python/pystache/pystache-0.6.0.ebuild X-VCS-Directories: dev-python/pystache/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 67924d94dc068e7ba3f46b80892c388b52aa2e16 X-VCS-Branch: master Date: Mon, 25 Apr 2022 15:48:47 +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: e7fef458-fecc-4b09-b6ae-15ac53a236a7 X-Archives-Hash: a742b02eb77b180c50edc5e62f818067 commit: 67924d94dc068e7ba3f46b80892c388b52aa2e16 Author: Sam James gentoo org> AuthorDate: Mon Apr 25 15:48:24 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 25 15:48:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67924d94 dev-python/pystache: fix RedundantLongDescription Signed-off-by: Sam James gentoo.org> dev-python/pystache/metadata.xml | 3 --- dev-python/pystache/pystache-0.6.0.ebuild | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-python/pystache/metadata.xml b/dev-python/pystache/metadata.xml index dab46bcdc6d0..a2179cb0df58 100644 --- a/dev-python/pystache/metadata.xml +++ b/dev-python/pystache/metadata.xml @@ -5,9 +5,6 @@ nerdboy@gentoo.org Steve Arnold - - Updated Python implementation of Mustache templating framework. - PennyDreadfulMTG/pystache diff --git a/dev-python/pystache/pystache-0.6.0.ebuild b/dev-python/pystache/pystache-0.6.0.ebuild index bf1f4437fd2d..df23e888f31c 100644 --- a/dev-python/pystache/pystache-0.6.0.ebuild +++ b/dev-python/pystache/pystache-0.6.0.ebuild @@ -7,7 +7,7 @@ DISTUTILS_USE_SETUPTOOLS="pyproject.toml" inherit distutils-r1 -DESCRIPTION="Python implementation of Mustache" +DESCRIPTION="Updated Python implementation of Mustache templating framework" HOMEPAGE="https://github.com/PennyDreadfulMTG/pystache" if [[ ${PV} = 9999* ]]; then