mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
base58: new ebuild for sslcrypto dep
This commit is contained in:
parent
82e390b595
commit
7f70a0a82b
3 changed files with 37 additions and 0 deletions
1
dev-python/base58/Manifest
Normal file
1
dev-python/base58/Manifest
Normal file
|
|
@ -0,0 +1 @@
|
|||
DIST base58-2.1.1.tar.gz 6528 BLAKE2B 7ef740243fed7e2f39d3e6f1abe4782c0877415f7f8edbeba419e0ccf4ac7c6e0f6425f419a883df7f040abede7b88071c5d34f95b8e5f26d572cfda39b3af31 SHA512 b62620cf19716a70acaef1d2361f11e4188661935b1c349a73e8f0757b7643807a0e0ff2f98c7a672fd24d8d5301352998b86953583e690fb687c66929632a54
|
||||
28
dev-python/base58/base58-2.1.1.ebuild
Normal file
28
dev-python/base58/base58-2.1.1.ebuild
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Copyright 2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="Base58 and Base58Check implementation compatible with the bitcoin network"
|
||||
HOMEPAGE="
|
||||
https://pypi.org/project/base58/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/py
|
||||
dev-python/pyhamcrest
|
||||
dev-python/pytest-benchmark
|
||||
)
|
||||
"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
8
dev-python/base58/metadata.xml
Normal file
8
dev-python/base58/metadata.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<stabilize-allarches/>
|
||||
<upstream>
|
||||
<remote-id type="pypi">base58</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Reference in a new issue