python-pycryptodome: update to 3.9.7.
This commit is contained in:
parent
463b9f0b44
commit
4c17b1f327
@ -1,18 +1,18 @@
|
||||
# Template file for 'python-pycryptodome'
|
||||
pkgname=python-pycryptodome
|
||||
version=3.9.0
|
||||
revision=2
|
||||
version=3.9.7
|
||||
revision=1
|
||||
wrksrc="pycryptodome-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="Crypto"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
makedepends="python-devel python3-devel"
|
||||
short_desc="Python2 package of low-level cryptographic primitives"
|
||||
maintainer="Wietse Kuipers <wietse@kuiprs.nl>"
|
||||
license="Public Domain, BSD-2-Clause"
|
||||
homepage="https://www.pycryptodome.org/"
|
||||
changelog="https://raw.githubusercontent.com/Legrandin/pycryptodome/master/Changelog.rst"
|
||||
distfiles="${PYPI_SITE}/p/pycryptodome/pycryptodome-${version}.tar.gz"
|
||||
checksum=dbeb08ad850056747aa7d5f33273b7ce0b9a77910604a1be7b7a6f2ef076213f
|
||||
checksum=f1add21b6d179179b3c177c33d18a2186a09cc0d3af41ff5ed3f377360b869f2
|
||||
|
||||
provides="python-crypto-${version}_1"
|
||||
replaces="python-crypto>=0"
|
||||
@ -29,7 +29,6 @@ post_install() {
|
||||
python3-pycryptodome_package() {
|
||||
provides="python3-crypto-${version}_1"
|
||||
replaces="python3-crypto>=0"
|
||||
pycompile_module="Crypto"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
Loading…
x
Reference in New Issue
Block a user