mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/ecdsa: Bump to 0.19.2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST ecdsa-0.19.1.tar.gz 201793 BLAKE2B ccc844be142f66dfa666cada583cc67f18f55130003a0f05f30fd7baf897d840b57761f2895d76ea3cd2d85272f2ed274067fafc901dcf01c4592d6926bce52e SHA512 2a5526d1caf2e8e3a86b5f7bb0263249c8983734a8a0af7d7bbbc6be7fdb36f73ed9bf22f9741257971bc6a184960e1003036f75c966adae6dc58a0df0073b32
|
||||
DIST ecdsa-0.19.2.tar.gz 202432 BLAKE2B c0ad17224988b9ce83bc7d7080c11c2ed78cf7e4010b483849d1a86605ff743d3b9e44704e97e203c94da3bbaea5e3a80032a0b17a2c984467a10d8d53d0c986 SHA512 b1daa3b79de1d0e294f848f4a5ef979c27a1c0cbb8b2388b18406e5eb85362571caeae0fd6a1d26a9f610581599e687a4733b16d0bd6e497e8ab0bf95da66b66
|
||||
|
||||
29
dev-python/ecdsa/ecdsa-0.19.2.ebuild
Normal file
29
dev-python/ecdsa/ecdsa-0.19.2.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
|
||||
|
||||
inherit distutils-r1 pypi
|
||||
|
||||
DESCRIPTION="ECDSA cryptographic signature library in pure Python"
|
||||
HOMEPAGE="
|
||||
https://github.com/tlsfuzzer/python-ecdsa/
|
||||
https://pypi.org/project/ecdsa/
|
||||
"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos"
|
||||
|
||||
RDEPEND="
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/gmpy2[${PYTHON_USEDEP}]
|
||||
' 'python*')
|
||||
dev-python/six[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
EPYTEST_PLUGINS=( hypothesis )
|
||||
distutils_enable_tests pytest
|
||||
Reference in New Issue
Block a user