diff --git a/srcpkgs/python3-ecdsa/template b/srcpkgs/python3-ecdsa/template index f0d2aceda2a..0cce9910988 100644 --- a/srcpkgs/python3-ecdsa/template +++ b/srcpkgs/python3-ecdsa/template @@ -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 " 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 diff --git a/srcpkgs/python3-ecdsa/update b/srcpkgs/python3-ecdsa/update new file mode 100644 index 00000000000..c139cf79852 --- /dev/null +++ b/srcpkgs/python3-ecdsa/update @@ -0,0 +1 @@ +pkgname=python-ecdsa