mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
python3-ecdsa: update to 0.19.1, fix url
This commit is contained in:
parent
6b64622c4d
commit
ff1a0a2c4f
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-ecdsa'
|
||||
pkgname=python3-ecdsa
|
||||
version=0.18.0
|
||||
revision=2
|
||||
version=0.19.1
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-six"
|
||||
|
@ -10,8 +10,8 @@ short_desc="Implementation of ECDSA in Python3"
|
|||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/tlsfuzzer/python-ecdsa/"
|
||||
distfiles="https://github.com/tlsfuzzer/python-ecdsa/archive/python-ecdsa-${version}.tar.gz"
|
||||
checksum=5d33bcc7c45be2d0bf0bd7d3a1e6502fac16efde1b69bc988c9a3ee7680c17d7
|
||||
distfiles="${PYPI_SITE}/e/ecdsa/ecdsa-${version}.tar.gz"
|
||||
checksum=478cba7b62555866fcb3bb3fe985e06decbdb68ef55713c4e5ab98c57d508e61
|
||||
|
||||
do_check() {
|
||||
coverage run --branch -m pytest src/ecdsa
|
||||
|
|
Loading…
Add table
Reference in a new issue