mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: python3-argon2-cffi-bindings-21.2.0
This commit is contained in:
parent
a7249815ae
commit
9fd2153655
1 changed files with 22 additions and 0 deletions
22
srcpkgs/python3-argon2-cffi-bindings/template
Normal file
22
srcpkgs/python3-argon2-cffi-bindings/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue