commit: 810fd204f2a1aefd6c7beff5883490c88d1c1be2
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 23 05:10:29 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Oct 23 05:55:29 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=810fd204
dev-python/base58: New package, v2.1.1
Needed by dev-python/autobahn. Import from ::guru, thanks to Andreas
Zuber for the previous work.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/base58/Manifest | 1 +
dev-python/base58/base58-2.1.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
dev-python/base58/metadata.xml | 13 +++++++++++++
3 files changed, 48 insertions(+)
diff --git a/dev-python/base58/Manifest b/dev-python/base58/Manifest
new file mode 100644
index 000000000000..1e93990c3e34
--- /dev/null
+++ b/dev-python/base58/Manifest
@@ -0,0 +1 @@
+DIST base58-2.1.1.tar.gz 6528 BLAKE2B
7ef740243fed7e2f39d3e6f1abe4782c0877415f7f8edbeba419e0ccf4ac7c6e0f6425f419a883df7f040abede7b88071c5d34f95b8e5f26d572cfda39b3af31
SHA512
b62620cf19716a70acaef1d2361f11e4188661935b1c349a73e8f0757b7643807a0e0ff2f98c7a672fd24d8d5301352998b86953583e690fb687c66929632a54
diff --git a/dev-python/base58/base58-2.1.1.ebuild
b/dev-python/base58/base58-2.1.1.ebuild
new file mode 100644
index 000000000000..fa591bde15fa
--- /dev/null
+++ b/dev-python/base58/base58-2.1.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2020-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Base58 and Base58Check implementation"
+HOMEPAGE="
+ https://pypi.org/project/base58/
+ https://github.com/keis/base58/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+ test? (
+ dev-python/pyhamcrest[${PYTHON_USEDEP}]
+ )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+ # need pytest-benchmark
+ test_base58.py::test_encode_random
+ test_base58.py::test_decode_random
+)
diff --git a/dev-python/base58/metadata.xml b/dev-python/base58/metadata.xml
new file mode 100644
index 000000000000..c0e310cadc37
--- /dev/null
+++ b/dev-python/base58/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>[email protected]</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches/>
+ <upstream>
+ <remote-id type="github">keis/base58</remote-id>
+ <remote-id type="pypi">base58</remote-id>
+ </upstream>
+</pkgmetadata>