python-itsdangerous: update to 1.1.0
This commit is contained in:
parent
6d239d607b
commit
4b02394fb0
1 changed files with 6 additions and 8 deletions
|
@ -1,32 +1,30 @@
|
|||
# Template file for 'python-itsdangerous'
|
||||
pkgname=python-itsdangerous
|
||||
version=0.24
|
||||
revision=5
|
||||
version=1.1.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="${pkgname#*-}-${version}"
|
||||
build_style=python-module
|
||||
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>"
|
||||
maintainer="Markus Berger <pulux@pf4sh.de>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="http://github.com/mitsuhiko/itsdangerous"
|
||||
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
|
||||
checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
|
||||
checksum=321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.rst
|
||||
}
|
||||
|
||||
python3-itsdangerous_package() {
|
||||
archs=noarch
|
||||
depends="python3"
|
||||
pycompile_module="itsdangerous.py"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
pkg_install() {
|
||||
vmove usr/lib/python3*
|
||||
vlicense LICENSE
|
||||
vlicense LICENSE.rst
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue