python-itsdangerous: fix pycompile_module=, license=, ordering and

header
This commit is contained in:
maxice8 2018-12-04 05:35:28 -02:00
parent 31512d0214
commit 98eeae50ce
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B

View file

@ -1,18 +1,18 @@
# Template file for 'python-itsdangerous
# Template file for 'python-itsdangerous'
pkgname=python-itsdangerous
version=0.24
revision=3
revision=4
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
pycompile_module="itsdangerous"
pycompile_module="itsdangerous.py"
hostmakedepends="python-setuptools python3-setuptools"
makedepends="python-devel python3-devel"
depends="python"
short_desc="Various helpers to pass trusted data to untrusted enviroments and back"
maintainer="Markus Berger <pulux@pf4sh>"
license="BSD-3-Clause"
homepage="http://github.com/mitsuhiko/itsdangerous"
license="BSD"
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
@ -23,7 +23,7 @@ post_install() {
python3-itsdangerous_package() {
noarch=yes
depends="python3"
pycompile_module="itsdangerous"
pycompile_module="itsdangerous.py"
short_desc="${short_desc/Python2/Python3}"
pkg_install() {
vmove usr/lib/python3*