mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-bcrypt: update to 3.2.2.
This commit is contained in:
parent
0429bc76a6
commit
136c139205
1 changed files with 11 additions and 6 deletions
|
@ -1,15 +1,20 @@
|
||||||
# Template file for 'python3-bcrypt'
|
# Template file for 'python3-bcrypt'
|
||||||
pkgname=python3-bcrypt
|
pkgname=python3-bcrypt
|
||||||
version=3.2.0
|
version=3.2.2
|
||||||
revision=4
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools python3-cffi"
|
hostmakedepends="python3-setuptools python3-wheel"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="python3-cffi python3-six"
|
depends="python3-cffi"
|
||||||
checkdepends="python3-pytest $depends"
|
checkdepends="python3-pytest $depends"
|
||||||
short_desc="Modern password hashing for software and servers"
|
short_desc="Modern password hashing for software and servers"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/pyca/bcrypt"
|
homepage="https://github.com/pyca/bcrypt"
|
||||||
|
changelog="https://github.com/pyca/bcrypt/blob/main/README.rst#changelog"
|
||||||
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
||||||
checksum=5b93c1726e50a93a033c36e5ca7fdcd29a5c7395af50a6892f5d9e7c6cfbfb29
|
checksum=433c410c2177057705da2a9f2cd01dd157493b2a7ac14c8593a16b3dab6b6bfb
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
PYTHONPATH="$(cd build/lib* && pwd)" pytest
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue