New package: python3-argon2-cffi-bindings-21.2.0
This commit is contained in:
parent
a7249815ae
commit
9fd2153655
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue