python3-ecdsa: update to 0.18.0.

This commit is contained in:
Andrew J. Hesford 2023-09-23 21:02:30 -04:00
parent 58a338307b
commit 1c58ead30e
2 changed files with 7 additions and 6 deletions

View File

@ -1,17 +1,17 @@
# Template file for 'python3-ecdsa'
pkgname=python3-ecdsa
version=0.16.1
revision=3
version=0.18.0
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-six"
checkdepends="python3-pytest python3-hypothesis python3-coverage"
checkdepends="python3-pytest python3-hypothesis python3-coverage $depends"
short_desc="Implementation of ECDSA in Python3"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/warner/python-ecdsa/"
distfiles="https://github.com/warner/python-ecdsa/archive/python-ecdsa-${version}.tar.gz"
checksum=3b9fb3cc04d7375e1087dc5b31d6e3edd76a07b307f417b78b8924e164438828
homepage="https://github.com/tlsfuzzer/python-ecdsa/"
distfiles="https://github.com/tlsfuzzer/python-ecdsa/archive/python-ecdsa-${version}.tar.gz"
checksum=5d33bcc7c45be2d0bf0bd7d3a1e6502fac16efde1b69bc988c9a3ee7680c17d7
do_check() {
coverage run --branch -m pytest src/ecdsa

View File

@ -0,0 +1 @@
pkgname=python-ecdsa