python-pycryptodome: update to 3.6.6
This commit is contained in:
parent
0e27ce9df5
commit
4663c882c6
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-pycryptodome'
|
||||
pkgname=python-pycryptodome
|
||||
version=3.6.4
|
||||
version=3.6.6
|
||||
revision=1
|
||||
wrksrc="pycryptodome-${version}"
|
||||
build_style=python-module
|
||||
|
@ -12,7 +12,7 @@ maintainer="Wietse Kuipers <wietse@kuiprs.nl>"
|
|||
homepage="https://www.pycryptodome.org/"
|
||||
license="Public Domain, BSD-2-Clause"
|
||||
distfiles="${PYPI_SITE}/p/pycryptodome/pycryptodome-${version}.tar.gz"
|
||||
checksum=9c7790ffd291c81b934fe0ca8155a67235d33f70d4914bbf7467a447d9dbcb09
|
||||
checksum=b3cb4af317d9b84f6df50f0cfa6840ba69556af637a83fd971537823e13d601a
|
||||
|
||||
provides="python-crypto-${version}_1"
|
||||
replaces="python-crypto>=0"
|
||||
|
@ -22,7 +22,7 @@ do_check() {
|
|||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.rst LICENSE
|
||||
vlicense LICENSE.rst
|
||||
}
|
||||
|
||||
python3-pycryptodome_package() {
|
||||
|
@ -32,6 +32,6 @@ python3-pycryptodome_package() {
|
|||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE.rst LICENSE
|
||||
vlicense LICENSE.rst
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue