python-itsdangerous: fix indent lints, add license
This commit is contained in:
parent
38d0521fd1
commit
54272bff68
1 changed files with 12 additions and 7 deletions
|
@ -16,6 +16,10 @@ license="BSD"
|
||||||
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
|
||||||
checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
|
checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3-itsdangerous_package() {
|
python3-itsdangerous_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
@ -24,6 +28,7 @@ python3-itsdangerous_package() {
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-itsdangerous_package() {
|
python3.4-itsdangerous_package() {
|
||||||
|
|
Loading…
Reference in a new issue