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 691B5138359 for ; Sun, 4 Oct 2020 18:53:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F197E069C; Sun, 4 Oct 2020 18:53:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 65935E069C for ; Sun, 4 Oct 2020 18:53:26 +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 24BA2340976 for ; Sun, 4 Oct 2020 18:53:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B938373 for ; Sun, 4 Oct 2020 18:53:23 +0000 (UTC) From: "Andreas Zuber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Zuber" Message-ID: <1601834390.57de211b088e0a71b3ea9a8fe6c8dcc5ef0ccd96.AndreasZuber@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/base58/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/base58/Manifest dev-python/base58/base58-2.0.1.ebuild dev-python/base58/metadata.xml X-VCS-Directories: dev-python/base58/ X-VCS-Committer: AndreasZuber X-VCS-Committer-Name: Andreas Zuber X-VCS-Revision: 57de211b088e0a71b3ea9a8fe6c8dcc5ef0ccd96 X-VCS-Branch: dev Date: Sun, 4 Oct 2020 18:53:23 +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: e7e48d41-5289-4c4c-9e34-fd60ba42c7a8 X-Archives-Hash: 830f220e629b4160d3ae8fc23cc2b8bd commit: 57de211b088e0a71b3ea9a8fe6c8dcc5ef0ccd96 Author: Andreas Zuber gmx ch> AuthorDate: Sun Oct 4 17:59:50 2020 +0000 Commit: Andreas Zuber gmx ch> CommitDate: Sun Oct 4 17:59:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=57de211b dev-python/base58: new package Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Zuber gmx.ch> dev-python/base58/Manifest | 1 + dev-python/base58/base58-2.0.1.ebuild | 22 ++++++++++++++++++++++ dev-python/base58/metadata.xml | 11 +++++++++++ 3 files changed, 34 insertions(+) diff --git a/dev-python/base58/Manifest b/dev-python/base58/Manifest new file mode 100644 index 00000000..93ef5e1d --- /dev/null +++ b/dev-python/base58/Manifest @@ -0,0 +1 @@ +DIST base58-2.0.1.tar.gz 4960 BLAKE2B bccda786945a77001a90754590137dbd10ab5bd8997cc02334e269e86508f008f8030d36d63472b7ce01bb2e79bf3ab7c0110a202f8c308ff9bab941946dfba2 SHA512 c438b424cec785091189c6c93f4edfcb5fc2d1a4ed7614ce457c4ef686f1f9d9f3a08a268f1590e72b4ea918569cf0eef4c0d3301166e2542b9563d8bf2adf36 diff --git a/dev-python/base58/base58-2.0.1.ebuild b/dev-python/base58/base58-2.0.1.ebuild new file mode 100644 index 00000000..18eb08f8 --- /dev/null +++ b/dev-python/base58/base58-2.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +inherit distutils-r1 + +DESCRIPTION="Base58 and Base58Check implementation" +HOMEPAGE="https://github.com/keis/base58" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="test? ( dev-python/pyhamcrest[${PYTHON_USEDEP}] )" +BDEPEND="" + +distutils_enable_tests pytest diff --git a/dev-python/base58/metadata.xml b/dev-python/base58/metadata.xml new file mode 100644 index 00000000..e3fbb3b3 --- /dev/null +++ b/dev-python/base58/metadata.xml @@ -0,0 +1,11 @@ + + + + + a.zuber@gmx.ch + Andreas Zuber + + + keis/base58 + +