2020-03-19 12:45:14 -05:00
|
|
|
# Description: Modern password hashing for your software and your servers
|
|
|
|
# URL: https://pypi.org/project/bcrypt/
|
|
|
|
# Maintainer: Matt Housh, jaeger at crux dot ninja
|
|
|
|
# Depends on: python3-six python3-cffi
|
|
|
|
|
|
|
|
name=python3-bcrypt
|
2022-05-22 11:53:31 -05:00
|
|
|
version=3.2.2
|
2020-03-19 12:45:14 -05:00
|
|
|
release=1
|
2020-12-31 12:31:06 +00:00
|
|
|
source=(https://pypi.python.org/packages/source/b/bcrypt/bcrypt-$version.tar.gz)
|
2020-03-19 12:45:14 -05:00
|
|
|
|
|
|
|
build() {
|
|
|
|
cd bcrypt-$version
|
|
|
|
python3 setup.py build
|
|
|
|
python3 setup.py install --root=$PKG
|
|
|
|
}
|