mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
New package: python-passlib-1.7.1
Signed-off-by: Alin Dobre <alin.dobre@outlook.com> Closes: #12425 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
4ee3f04050
commit
011ad9c929
2 changed files with 31 additions and 0 deletions
30
srcpkgs/python-passlib/template
Normal file
30
srcpkgs/python-passlib/template
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
pkgname=python-passlib
|
||||||
|
version=1.7.1
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
wrksrc="passlib-${version}"
|
||||||
|
build_style=python-module
|
||||||
|
pycompile_module="passlib"
|
||||||
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
|
depends="python"
|
||||||
|
short_desc="Comprehensive password hashing framework for Python2"
|
||||||
|
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
||||||
|
license="BSD"
|
||||||
|
homepage="https://bitbucket.org/ecollins/passlib"
|
||||||
|
distfiles="${PYPI_SITE}/p/passlib/passlib-${version}.tar.gz"
|
||||||
|
checksum=3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
|
python3-passlib_package() {
|
||||||
|
noarch=yes
|
||||||
|
pycompile_module="passlib"
|
||||||
|
depends="python3"
|
||||||
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
}
|
1
srcpkgs/python3-passlib
Symbolic link
1
srcpkgs/python3-passlib
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
python-passlib
|
Loading…
Add table
Reference in a new issue