mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/mnemonic: new package
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Zuber <a.zuber@gmx.ch>
This commit is contained in:
1
dev-python/mnemonic/Manifest
Normal file
1
dev-python/mnemonic/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST mnemonic-0.19.tar.gz 70481 BLAKE2B dc7d42915da65ede66ea7a3b9b467ebbe1a3e5e3cf6e7c44a273fecc3cc49e3461c6456cb03b6036ac34076c3583158f0c3707cf6f77d68e267388d322b2379e SHA512 4388587d4607d0c110851c1f2f53383f2fa282bd01d93b9770c9c15292a01aea5429c410874855c16e12abe9bcd38a82bbe10d0371fb35f472ad2fe81ff19cb0
|
||||
11
dev-python/mnemonic/metadata.xml
Normal file
11
dev-python/mnemonic/metadata.xml
Normal 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">trezor/python-mnemonic</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
25
dev-python/mnemonic/mnemonic-0.19.ebuild
Normal file
25
dev-python/mnemonic/mnemonic-0.19.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="Reference implementation of BIP-0039 for generating deterministic keys"
|
||||
HOMEPAGE="https://github.com/trezor/python-mnemonic"
|
||||
|
||||
MY_PN="python-mnemonic"
|
||||
MY_P="${MY_PN}-${PV}"
|
||||
SRC_URI="https://github.com/trezor/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND=""
|
||||
BDEPEND=""
|
||||
|
||||
distutils_enable_tests unittest
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
Reference in New Issue
Block a user