mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
python-pycryptodome: update to 3.7.0
This commit is contained in:
parent
51b6fc0750
commit
36a60895da
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pycryptodome'
|
# Template file for 'python-pycryptodome'
|
||||||
pkgname=python-pycryptodome
|
pkgname=python-pycryptodome
|
||||||
version=3.6.6
|
version=3.7.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pycryptodome-${version}"
|
wrksrc="pycryptodome-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -12,12 +12,13 @@ maintainer="Wietse Kuipers <wietse@kuiprs.nl>"
|
||||||
homepage="https://www.pycryptodome.org/"
|
homepage="https://www.pycryptodome.org/"
|
||||||
license="Public Domain, BSD-2-Clause"
|
license="Public Domain, BSD-2-Clause"
|
||||||
distfiles="${PYPI_SITE}/p/pycryptodome/pycryptodome-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pycryptodome/pycryptodome-${version}.tar.gz"
|
||||||
checksum=b3cb4af317d9b84f6df50f0cfa6840ba69556af637a83fd971537823e13d601a
|
checksum=4444a26fc3830c0d438bca6975ff10d1eb9c0b88f747fdc25b5ab81fb46713d7
|
||||||
|
|
||||||
provides="python-crypto-${version}_1"
|
provides="python-crypto-${version}_1"
|
||||||
replaces="python-crypto>=0"
|
replaces="python-crypto>=0"
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
python2 setup.py test
|
||||||
python3 setup.py test
|
python3 setup.py test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue