dev-python/base58: new package

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
This commit is contained in:
Andreas Zuber
2020-10-04 19:59:50 +02:00
parent 45968e0810
commit 57de211b08
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST base58-2.0.1.tar.gz 4960 BLAKE2B bccda786945a77001a90754590137dbd10ab5bd8997cc02334e269e86508f008f8030d36d63472b7ce01bb2e79bf3ab7c0110a202f8c308ff9bab941946dfba2 SHA512 c438b424cec785091189c6c93f4edfcb5fc2d1a4ed7614ce457c4ef686f1f9d9f3a08a268f1590e72b4ea918569cf0eef4c0d3301166e2542b9563d8bf2adf36

View File

@@ -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

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>a.zuber@gmx.ch</email>
<name>Andreas Zuber</name>
</maintainer>
<upstream>
<remote-id type="github">keis/base58</remote-id>
</upstream>
</pkgmetadata>