python-pycryptodome: update to 3.4.12.
Closes: #11184 [via git-merge-pr]
This commit is contained in:
parent
5d6b70bd29
commit
f2e8114768
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python-pycryptodome'
|
||||
pkgname=python-pycryptodome
|
||||
version=3.4.6
|
||||
revision=2
|
||||
version=3.4.12
|
||||
revision=1
|
||||
wrksrc="pycryptodome-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="Crypto"
|
||||
|
@ -13,7 +13,12 @@ maintainer="Wietse Kuipers <wietse@kuiprs.nl>"
|
|||
homepage="https://www.pycryptodome.org/"
|
||||
license="Public Domain, 2-clause-BSD"
|
||||
distfiles="https://github.com/Legrandin/pycryptodome/archive/v${version}.tar.gz"
|
||||
checksum=9beefd5d4e468108b43609246274469783945a89123d2525356eb86026967c69
|
||||
checksum=a58046e2aa416d16a30c54c5f985847fc3e58a8c79c5215048c2be0fd8451dbc
|
||||
|
||||
do_check() {
|
||||
# This packages runs 22704 as of version 3.4.12
|
||||
python3 setup.py test
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.rst LICENSE
|
||||
|
|
Loading…
Reference in a new issue