void-packages/srcpkgs/python-bcrypt/template
2019-12-23 18:04:48 +01:00

26 lines
837 B
Bash

# Template file for 'python-bcrypt'
pkgname=python-bcrypt
version=3.1.7
revision=2
wrksrc="bcrypt-${version}"
build_style=python-module
pycompile_module="bcrypt"
hostmakedepends="python-setuptools python3-setuptools python-cffi python3-cffi"
makedepends="python-devel python3-devel python-cffi python3-cffi"
depends="python-cffi python-six"
short_desc="Modern password hashing for software and servers (Python2)"
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=0b0069c752ec14172c5f78208f1863d7ad6755a6fae6fe76ec2c80d13be41e42
python3-bcrypt_package() {
pycompile_module="bcrypt"
depends="python3-cffi python3-six"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*
}
}