mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
python3-passlib: update to 1.7.4.
This commit is contained in:
parent
9126e37f09
commit
d6df7ebc39
1 changed files with 5 additions and 4 deletions
|
@ -1,17 +1,18 @@
|
||||||
# Template file for 'python3-passlib'
|
# Template file for 'python3-passlib'
|
||||||
pkgname=python3-passlib
|
pkgname=python3-passlib
|
||||||
version=1.7.1
|
version=1.7.4
|
||||||
revision=6
|
revision=1
|
||||||
wrksrc="passlib-${version}"
|
wrksrc="passlib-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-bcrypt python3-nose"
|
||||||
short_desc="Comprehensive password hashing framework for Python3"
|
short_desc="Comprehensive password hashing framework for Python3"
|
||||||
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://bitbucket.org/ecollins/passlib"
|
homepage="https://passlib.readthedocs.io"
|
||||||
distfiles="${PYPI_SITE}/p/passlib/passlib-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/passlib/passlib-${version}.tar.gz"
|
||||||
checksum=3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0
|
checksum=defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue