diff --git a/srcpkgs/python3-argon2-cffi-bindings/template b/srcpkgs/python3-argon2-cffi-bindings/template new file mode 100644 index 00000000000..3748f546c76 --- /dev/null +++ b/srcpkgs/python3-argon2-cffi-bindings/template @@ -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 " +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 +}