python-ecdsa: update to 0.13.2.
This commit is contained in:
parent
7d6d2c3d5b
commit
7ee22a99eb
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-ecdsa'
|
# Template file for 'python-ecdsa'
|
||||||
pkgname=python-ecdsa
|
pkgname=python-ecdsa
|
||||||
version=0.13
|
version=0.13.2
|
||||||
revision=3
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname/python-/}-${version}"
|
wrksrc="${pkgname/python-/}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
pycompile_module="ecdsa"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-six"
|
depends="python-six"
|
||||||
pycompile_module="ecdsa"
|
|
||||||
short_desc="Implementation of ECDSA in Python2"
|
short_desc="Implementation of ECDSA in Python2"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
homepage="https://github.com/warner/python-ecdsa/"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/warner/python-ecdsa/"
|
||||||
distfiles="${PYPI_SITE}/e/ecdsa/ecdsa-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/e/ecdsa/ecdsa-${version}.tar.gz"
|
||||||
checksum=64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa
|
checksum=5c034ffa23413ac923541ceb3ac14ec15a0d2530690413bff58c12b80e56d884
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# use system six
|
# use system six
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue