python-argon2: update to 19.2.0.
This commit is contained in:
parent
6b4d4b6633
commit
e8761a1f5f
1 changed files with 6 additions and 7 deletions
|
@ -1,10 +1,9 @@
|
|||
# Template file for 'python-argon2'
|
||||
pkgname=python-argon2
|
||||
version=18.3.0
|
||||
revision=3
|
||||
wrksrc="argon2_cffi-${version}"
|
||||
version=19.2.0
|
||||
revision=1
|
||||
wrksrc="argon2-cffi-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="argon2"
|
||||
hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
|
||||
makedepends="libargon2-devel python-devel python3-devel"
|
||||
depends="python-cffi python-enum34 python-six"
|
||||
|
@ -12,8 +11,9 @@ short_desc="CFFI-based Argon2 Bindings for Python2"
|
|||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://argon2-cffi.readthedocs.io/"
|
||||
distfiles="${PYPI_SITE}/a/argon2_cffi/argon2_cffi-${version}.tar.gz"
|
||||
checksum=003f588de43a817af6ecc1c06103fa0801de63849db3cb0f37576bb2da29043d
|
||||
changelog="https://raw.githubusercontent.com/hynek/argon2-cffi/master/CHANGELOG.rst"
|
||||
distfiles="https://github.com/hynek/argon2-cffi/archive/${version}.tar.gz"
|
||||
checksum=b7ad06a32aba8e795830c0248f8e6c464b7f3037442322937552a5e8b6013b7a
|
||||
|
||||
export ARGON2_CFFI_USE_SYSTEM=1
|
||||
|
||||
|
@ -23,7 +23,6 @@ post_install() {
|
|||
|
||||
python3-argon2_package() {
|
||||
depends="python3-cffi python3-six"
|
||||
pycompile_module="argon2"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
|
|
Loading…
Reference in a new issue