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 E9E4C138359 for ; Mon, 5 Oct 2020 13:22:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4176E08FB; Mon, 5 Oct 2020 13:22:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DFB56E08FB for ; Mon, 5 Oct 2020 13:22:15 +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 C6598335CCF for ; Mon, 5 Oct 2020 13:22:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6F40E343 for ; Mon, 5 Oct 2020 13:22:13 +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: <1601834390.57de211b088e0a71b3ea9a8fe6c8dcc5ef0ccd96.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 57de211b088e0a71b3ea9a8fe6c8dcc5ef0ccd96 X-VCS-Branch: master Date: Mon, 5 Oct 2020 13:22:13 +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: feded367-f98a-40e2-9b0b-f459833fd11c X-Archives-Hash: c6ae4cbf134e9501ddcd21111eb5122d commit: 57de211b088e0a71b3ea9a8fe6c8dcc5ef0ccd96 Author: Andreas Zuber gmx ch> AuthorDate: Sun Oct 4 17:59:50 2020 +0000 Commit: Andrew Ammerlaan riseup net> 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 + +