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 256481382C5 for ; Sat, 19 Dec 2020 15:56:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 634B1E0900; Sat, 19 Dec 2020 15:56:11 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4899CE0900 for ; Sat, 19 Dec 2020 15:56:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 24569340A98 for ; Sat, 19 Dec 2020 15:56:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86C0850 for ; Sat, 19 Dec 2020 15:56:08 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1608393349.bb03f2de20b67af6a29cce7e1f80d95f9c7bde1a.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/whatever/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/whatever/Manifest dev-python/whatever/metadata.xml dev-python/whatever/whatever-0.6.ebuild X-VCS-Directories: dev-python/whatever/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: bb03f2de20b67af6a29cce7e1f80d95f9c7bde1a X-VCS-Branch: master Date: Sat, 19 Dec 2020 15:56:08 +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: a1824c3b-ca37-4bf8-a5a4-22dcbe4782db X-Archives-Hash: 96a9f40c6a62bcdc5640112ba4f0738e commit: bb03f2de20b67af6a29cce7e1f80d95f9c7bde1a Author: Alfredo Tupone gentoo org> AuthorDate: Sat Dec 19 15:55:49 2020 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Dec 19 15:55:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb03f2de dev-python/whatever: Add in the tree Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-python/whatever/Manifest | 1 + dev-python/whatever/metadata.xml | 11 +++++++++++ dev-python/whatever/whatever-0.6.ebuild | 19 +++++++++++++++++++ 3 files changed, 31 insertions(+) diff --git a/dev-python/whatever/Manifest b/dev-python/whatever/Manifest new file mode 100644 index 00000000000..0a13a32bb42 --- /dev/null +++ b/dev-python/whatever/Manifest @@ -0,0 +1 @@ +DIST whatever-0.6.tar.gz 4748 BLAKE2B c0a8b3bff715b61744ca5094c234c24558882d00b0dd8c375b90deef9d68155997cb97fb94435cb6dcfa0ba4674ce61fd6d030dd338409e8aaa5686c3bf9f3b1 SHA512 acdc145b81423908fd2d80bf0e8a0c02bad3a6156ec5a7724cf10b0f447c14354c34ac4ffa4e5a26788a79ce2a6b7bd65bb0ea281a6d8919dacd9a24ee1cde2d diff --git a/dev-python/whatever/metadata.xml b/dev-python/whatever/metadata.xml new file mode 100644 index 00000000000..7badce779b4 --- /dev/null +++ b/dev-python/whatever/metadata.xml @@ -0,0 +1,11 @@ + + + + + python@gentoo.org + + + tupone@gentoo.org + Tupone Alfredo + + diff --git a/dev-python/whatever/whatever-0.6.ebuild b/dev-python/whatever/whatever-0.6.ebuild new file mode 100644 index 00000000000..de60a47ae9a --- /dev/null +++ b/dev-python/whatever/whatever-0.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) +inherit distutils-r1 + +DESCRIPTION="A collection of fancy functional tools focused on practicality" +HOMEPAGE="https://github.com/Suor/whatever" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}"