gpo.zugaina.org

Search Portage & Overlays:

dev-python/base58

Base58 and Base58Check implementation

Screenshots

  • base58-2.1.1-r1
    ~amd64
    python_targets_python3_11 python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: amano-kenji
  • base58-2.1.1-r1
    ~amd64 ~x86
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: bitcoin
  • base58-2.1.1
    ~amd64
    test python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: pentoo
  • base58-2.1.1
    ~amd64 ~arm ~arm64 ~riscv ~x86
    test python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: gentoo
  • base58-2.1.1
    ~amd64 ~x86
    test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   

ChangeLog

commit 8e6fa03fa2cb3329b02af94867c0d5915836ef89
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Tue May 20 12:03:10 2025 -0400

dev-python/base58: PYTHON_COMPAT+=( python3_14 )

commit da6f33c8c15b8840ff6701ca0950d2ac9f6f3b49
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Thu May 23 21:25:17 2024 -0400

dev-python/base58: PYTHON_COMPAT+="python3_13"

commit 6b3dfa5a24456d81c2b998f4a5767bef3b881bd1
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Tue May 30 16:53:25 2023 -0400

dev-python/base58: PYTHON_COMPAT+="python3_12"

commit 15949cdd93a903ed9ad4b5d783215400635140fc
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Thu May 11 16:55:34 2023 -0400

drop python3_9 from PYTHON_COMPAT

See: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4f682ffb030d6f8d8afac8438bda89bf1967dce

commit 2ed396fcff00677ddb7fccc14155e64168592c48
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Mon Jan 16 18:31:31 2023 -0500

drop python3_8 from PYTHON_COMPAT

See: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69b674e49e70369b4a5da3a958f4e1556d6b01f7

commit 7f94bb0773b4d09f10712e53e6a574e677cfd215
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Wed Oct 5 07:23:59 2022 -0400

dev-python/<various>: use PEP 517; support Python 3.11

commit e3253953cb04c5e867701e9f21ccc7bfa2b22e93
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Sun May 22 15:01:43 2022 -0400

net-p2p/core-lightning: support python3_11

commit 08d887cc3db634abc5927d7e15fe53097caed895
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Thu Mar 10 17:48:42 2022 -0500

drop obsolete versions from PYTHON_COMPAT

commit 035ac8a19dbbe7b7f1584ab8bd3f40d3eca2945a
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Sun Jan 30 22:06:35 2022 -0500

drop dependencies on unnecessary/discouraged Python test plugins

Gentoo policy is to avoid running code coverage and coding style plugins
when running Python tests, and in fact epytest disables the cov and flake8
plugins by default, so they would not be used even if they were installed.

See: https://wiki.gentoo.org/wiki/Project:Python/Tests
See: https://projects.gentoo.org/python/guide/pytest.html

commit c14a9d697cef97c40c5f302a25e8be8910c07a16
Author: Matt Whitlock <gentoo@mattwhitlock.name>
Date: Sat Nov 6 20:44:44 2021 -0400

dev-python/base58: add new ebuild

This is a dependency of net-p2p/c-lightning[python].

commit 50028a6a041cc31f7edd33f3b05637378e4cf962
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Mon Mar 20 02:45:05 2017 +0000

Remove app-misc/dojima, dev-python/base58, and dev-python/ecdsa due to not supporting any current Python versions

commit 122e60afce4b99c4259f090e3f4659c0b3609814
Author: Luke Dashjr <luke-jr+git@utopios.org>
Date: Sat Mar 19 22:29:18 2016 +0000

Change all $Header$ to $Id$

commit 32f704fdd31a7def90369389703927071ba0ceb9
Author: Justus Ranvier <justusranvier@gmail.com>
Date: Thu Dec 11 09:05:48 2014 -0600

allow dev-python/base58 to work with python3

commit 820cb92e59fb1cd1cfecc2d3afcbdde3b39aa15a
Author: Justus Ranvier <justusranvier@gmail.com>
Date: Thu Dec 11 08:05:30 2014 -0600

New package: dev-python/base58

Adds an ebuild for the Python base58 package, based on the
dev-python/slowaes ebuild.