python-itsdangerous: fix pycompile_module=, license=, ordering and
header
This commit is contained in:
parent
31512d0214
commit
98eeae50ce
1 changed files with 5 additions and 5 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue