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 4C4A515808B for ; Sat, 16 Apr 2022 17:25:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6848AE08EC; Sat, 16 Apr 2022 17:25:11 +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 E51BDE08EC for ; Sat, 16 Apr 2022 17:25:10 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E91A341589 for ; Sat, 16 Apr 2022 17:25:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD653303 for ; Sat, 16 Apr 2022 17:25:07 +0000 (UTC) From: "Steve Arnold" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Steve Arnold" Message-ID: <1650129878.a4b33e6331916d82076c179692f1ec918a61b8ba.nerdboy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pystache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pystache/Manifest dev-python/pystache/metadata.xml dev-python/pystache/pystache-0.6.0.ebuild X-VCS-Directories: dev-python/pystache/ X-VCS-Committer: nerdboy X-VCS-Committer-Name: Steve Arnold X-VCS-Revision: a4b33e6331916d82076c179692f1ec918a61b8ba X-VCS-Branch: master Date: Sat, 16 Apr 2022 17:25:07 +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: 0ea5020e-0c2b-459b-8d9a-6aa1eb1870fb X-Archives-Hash: f4ae51849b4f1aa44fe7c9f56b6371b8 commit: a4b33e6331916d82076c179692f1ec918a61b8ba Author: Steve Arnold gentoo org> AuthorDate: Sat Apr 16 17:23:37 2022 +0000 Commit: Steve Arnold gentoo org> CommitDate: Sat Apr 16 17:24:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4b33e63 dev-python/pystache: new/revived ebuild, dependency of gitchangelog * revived, new upstream maintainer, new pypi package Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Steve Arnold gentoo.org> dev-python/pystache/Manifest | 1 + dev-python/pystache/metadata.xml | 14 ++++++++++++ dev-python/pystache/pystache-0.6.0.ebuild | 38 +++++++++++++++++++++++++++++++ 3 files changed, 53 insertions(+) diff --git a/dev-python/pystache/Manifest b/dev-python/pystache/Manifest new file mode 100644 index 000000000000..f75fabc9293b --- /dev/null +++ b/dev-python/pystache/Manifest @@ -0,0 +1 @@ +DIST pystache-0.6.0.tar.gz 78240 BLAKE2B b3ba14090f7969b7d3bd77f6e23bda8007fbf6f750e008585676f48bb1a4bfc520484b2205225477f2d2d625b0d6c1500d875685fa50f87c11b19589b0d45622 SHA512 802e12795c3ae08fbde37c9e266a60478d46d55a42e2fc339389b664edf3c5ebb2e34069546b820789ad48ed9921f4a2b89f82bb37e72e94846eec0a9ba1568c diff --git a/dev-python/pystache/metadata.xml b/dev-python/pystache/metadata.xml new file mode 100644 index 000000000000..48edd0510f34 --- /dev/null +++ b/dev-python/pystache/metadata.xml @@ -0,0 +1,14 @@ + + + + + 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 new file mode 100644 index 000000000000..bf1f4437fd2d --- /dev/null +++ b/dev-python/pystache/pystache-0.6.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7..10} ) +DISTUTILS_USE_SETUPTOOLS="pyproject.toml" + +inherit distutils-r1 + +DESCRIPTION="Python implementation of Mustache" +HOMEPAGE="https://github.com/PennyDreadfulMTG/pystache" + +if [[ ${PV} = 9999* ]]; then + EGIT_REPO_URI="https://github.com/PennyDreadfulMTG/pystache.git" + EGIT_BRANCH="master" + inherit git-r3 +else + SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="test" + +BDEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( dev-python/pyyaml[${PYTHON_USEDEP}] ) +" + +RDEPEND="${PYTHON_DEPS}" + +RESTRICT="!test? ( test )" + +python_test() { + distutils_install_for_testing + pystache-test . || die "Test failed with ${EPYTHON}" +}