python-passlib: fix license
This commit is contained in:
parent
accdc4ac03
commit
57278cadf3
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
# Template file for 'python-passlib'
|
||||||
pkgname=python-passlib
|
pkgname=python-passlib
|
||||||
version=1.7.1
|
version=1.7.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="passlib-${version}"
|
wrksrc="passlib-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -9,7 +10,7 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Comprehensive password hashing framework for Python2"
|
short_desc="Comprehensive password hashing framework for Python2"
|
||||||
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
maintainer="Alin Dobre <alin.dobre@outlook.com>"
|
||||||
license="BSD"
|
license="BSD-3-Clause"
|
||||||
homepage="https://bitbucket.org/ecollins/passlib"
|
homepage="https://bitbucket.org/ecollins/passlib"
|
||||||
distfiles="${PYPI_SITE}/p/passlib/passlib-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/passlib/passlib-${version}.tar.gz"
|
||||||
checksum=3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0
|
checksum=3d948f64138c25633613f303bcc471126eae67c04d5e3f6b7b8ce6242f8653e0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue