mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-passlib: rebuild for python3-3.13
This commit is contained in:
parent
f054b26283
commit
604ae92ecb
1 changed files with 2 additions and 2 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-passlib'
|
# Template file for 'python3-passlib'
|
||||||
pkgname=python3-passlib
|
pkgname=python3-passlib
|
||||||
version=1.7.4
|
version=1.7.4
|
||||||
revision=4
|
revision=5
|
||||||
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://passlib.readthedocs.io"
|
homepage="https://passlib.readthedocs.io"
|
||||||
distfiles="${PYPI_SITE}/p/passlib/passlib-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/passlib/passlib-${version}.tar.gz"
|
||||||
checksum=defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04
|
checksum=defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04
|
||||||
|
make_check=no # Tests require removed python3-nose
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue