mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-16 03:53:51 +02:00
python-bcrypt: update to 3.1.5
This commit is contained in:
parent
a19d47ed41
commit
2ef59df044
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-bcrypt'
|
# Template file for 'python-bcrypt'
|
||||||
pkgname=python-bcrypt
|
pkgname=python-bcrypt
|
||||||
version=3.1.4
|
version=3.1.5
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="bcrypt-${version}"
|
wrksrc="bcrypt-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pyca/bcrypt"
|
homepage="https://github.com/pyca/bcrypt"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/b/bcrypt/bcrypt-${version}.tar.gz"
|
||||||
checksum=67ed1a374c9155ec0840214ce804616de49c3df9c5bc66740687c1c9b1cd9e8d
|
checksum=136243dc44e5bab9b61206bd46fff3018bd80980b1a1dfbab64a22ff5745957f
|
||||||
|
|
||||||
python3-bcrypt_package() {
|
python3-bcrypt_package() {
|
||||||
pycompile_module="bcrypt"
|
pycompile_module="bcrypt"
|
||||||
|
|
Loading…
Add table
Reference in a new issue