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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBBE513835A for ; Tue, 1 Sep 2020 13:05:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B824E0A8D; Tue, 1 Sep 2020 13:05:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71EDFE0A8D for ; Tue, 1 Sep 2020 13:05:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EBF1D335CF4 for ; Tue, 1 Sep 2020 13:05:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73A64335 for ; Tue, 1 Sep 2020 13:05:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1598905855.64605ee7aa96f65815edcdda962b736adef08deb.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pyfiglet/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pyfiglet/Manifest dev-python/pyfiglet/metadata.xml dev-python/pyfiglet/pyfiglet-0.8.0.ebuild dev-python/pyfiglet/pyfiglet-9999.ebuild X-VCS-Directories: dev-python/pyfiglet/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 64605ee7aa96f65815edcdda962b736adef08deb X-VCS-Branch: master Date: Tue, 1 Sep 2020 13:05:00 +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: 850359f9-f883-410a-bef9-53761b4c84ab X-Archives-Hash: 24eb4e40e8b397088da5f94760bc0006 commit: 64605ee7aa96f65815edcdda962b736adef08deb Author: Matthias Coppens gmail com> AuthorDate: Mon Aug 31 07:55:09 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Mon Aug 31 20:30:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=64605ee7 dev-python/pyfiglet: New package Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Matthias Coppens gmail.com> dev-python/pyfiglet/Manifest | 1 + dev-python/pyfiglet/metadata.xml | 12 ++++++++++++ dev-python/pyfiglet/pyfiglet-0.8.0.ebuild | 25 +++++++++++++++++++++++++ dev-python/pyfiglet/pyfiglet-9999.ebuild | 25 +++++++++++++++++++++++++ 4 files changed, 63 insertions(+) diff --git a/dev-python/pyfiglet/Manifest b/dev-python/pyfiglet/Manifest new file mode 100644 index 0000000..c8670c4 --- /dev/null +++ b/dev-python/pyfiglet/Manifest @@ -0,0 +1 @@ +DIST pyfiglet-0.8.0.tar.gz 1412945 BLAKE2B 601d8edd22d1cd3bb1999a1000717ac5074024c1511068f613a22c21663b6f62fa3671bc329a99a7527444f8694c9c6342a34ff0bef52c64daa4f66d18f5dfec SHA512 47cbe6f539d2559fb7c545d42cb0a085c85d7a18729453f0b3f62a735f580026b5c9fe40eef896c038cfc9a5400b6bc6dc382e7014c6733d2797bb03c2a9dc49 diff --git a/dev-python/pyfiglet/metadata.xml b/dev-python/pyfiglet/metadata.xml new file mode 100644 index 0000000..ce41288 --- /dev/null +++ b/dev-python/pyfiglet/metadata.xml @@ -0,0 +1,12 @@ + + + + + coppens.matthias.abc@gmail.com + Matthias Coppens + + + pwaller/pyfiglet + https://github.com/pwaller/pyfiglet/issues + + diff --git a/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild b/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild new file mode 100644 index 0000000..7822410 --- /dev/null +++ b/dev-python/pyfiglet/pyfiglet-0.8.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="Pure-python FIGlet implementation" +HOMEPAGE="https://pypi.org/project/pyfiglet/ https://github.com/pwaller/pyfiglet" + +if [[ "${PV}" == 9999 ]] +then + inherit git-r3 + EGIT_REPO_URI="https://github.com/pwaller/pyfiglet.git" +else + SRC_URI="https://github.com/pwaller/pyfiglet/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" + +RESTRICT="mirror test" diff --git a/dev-python/pyfiglet/pyfiglet-9999.ebuild b/dev-python/pyfiglet/pyfiglet-9999.ebuild new file mode 100644 index 0000000..7822410 --- /dev/null +++ b/dev-python/pyfiglet/pyfiglet-9999.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS=rdepend +inherit distutils-r1 + +DESCRIPTION="Pure-python FIGlet implementation" +HOMEPAGE="https://pypi.org/project/pyfiglet/ https://github.com/pwaller/pyfiglet" + +if [[ "${PV}" == 9999 ]] +then + inherit git-r3 + EGIT_REPO_URI="https://github.com/pwaller/pyfiglet.git" +else + SRC_URI="https://github.com/pwaller/pyfiglet/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" + +RESTRICT="mirror test"