summaryrefslogblamecommitdiff
path: root/dev-python/shamir-mnemonic/shamir-mnemonic-0.2.2.ebuild
blob: f9b161efe8862a1905c7eefaeb95becd2d205fba (plain) (tree)
1
2
3
4
5
6
7
                                    

                                                                  
      
 
                                  
                               








                                                                                               




                                              

                          

                             
# Copyright 2020-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{11..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="Shamir's Secret-Sharing for Mnemonic Codes"
HOMEPAGE="https://github.com/trezor/python-shamir-mnemonic"
SRC_URI="https://github.com/trezor/python-shamir-mnemonic/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="dev-python/attrs[${PYTHON_USEDEP}]
	dev-python/click[${PYTHON_USEDEP}]
	dev-python/colorama[${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"

S="${WORKDIR}/python-${P}"

distutils_enable_tests pytest