New package: python3-argon2-cffi-bindings-21.2.0

This commit is contained in:
Gonzalo Tornaría 2024-08-02 01:36:16 -03:00 committed by Andrew J. Hesford
parent a7249815ae
commit 9fd2153655
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# Template file for 'python3-argon2-cffi-bindings'
pkgname=python3-argon2-cffi-bindings
version=21.2.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel python3-cffi"
makedepends="python3-devel libargon2-devel"
depends="python3-cffi"
checkdepends="python3-pytest"
short_desc="Low-level CFFI bindings for Argon2"
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
license="MIT"
homepage="https://github.com/hynek/argon2-cffi-bindings"
changelog="https://raw.githubusercontent.com/hynek/argon2-cffi-bindings/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/a/argon2-cffi-bindings/argon2-cffi-bindings-${version}.tar.gz"
checksum=bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3
export ARGON2_CFFI_USE_SYSTEM=1
post_install() {
vlicense LICENSE
}