python3-passlib: update to 1.7.4.
This commit is contained in:
parent
9126e37f09
commit
d6df7ebc39
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'python3-passlib'
|
||||
pkgname=python3-passlib
|
||||
version=1.7.1
|
||||
revision=6
|
||||
version=1.7.4
|
||||
revision=1
|
||||
wrksrc="passlib-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="python3-bcrypt python3-nose"
|
||||
short_desc="Comprehensive password hashing framework for Python3"
|
||||
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://bitbucket.org/ecollins/passlib"
|
||||
homepage="https://passlib.readthedocs.io"
|
||||
distfiles="${PYPI_SITE}/p/passlib/passlib-${version}.tar.gz"
|
||||
checksum=3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0
|
||||
checksum=defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue