17 lines
595 B
Bash
17 lines
595 B
Bash
# Template file for 'python3-bcrypt'
|
|
pkgname=python3-bcrypt
|
|
version=3.2.0
|
|
revision=3
|
|
wrksrc="bcrypt-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-cffi"
|
|
makedepends="python3-devel"
|
|
depends="python3-cffi python3-six"
|
|
checkdepends="python3-pytest $depends"
|
|
short_desc="Modern password hashing for software and servers"
|
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|
license="Apache-2.0"
|
|
homepage="https://github.com/pyca/bcrypt"
|
|
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
|
checksum=5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29
|