dev-python/base58: enable py3.11

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2023-04-28 09:59:16 +05:00
parent 1d7c8b7d6a
commit 89fb61b7af
2 changed files with 15 additions and 10 deletions

View File

@@ -1,13 +1,17 @@
# Copyright 2020-2022 Gentoo Authors
# Copyright 2020-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..10} )
PYTHON_COMPAT=( python3_{9..11} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi
DESCRIPTION="Base58 and Base58Check implementation"
HOMEPAGE="https://github.com/keis/base58"
HOMEPAGE="
https://pypi.org/project/base58/
https://github.com/keis/base58
"
LICENSE="MIT"
SLOT="0"

View File

@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://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>
<maintainer type="person">
<email>a.zuber@gmx.ch</email>
<name>Andreas Zuber</name>
</maintainer>
<upstream>
<remote-id type="pypi">base58</remote-id>
<remote-id type="github">keis/base58</remote-id>
</upstream>
</pkgmetadata>