mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
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'
|
# Template file for 'python-itsdangerous'
|
||||||
pkgname=python-itsdangerous
|
pkgname=python-itsdangerous
|
||||||
version=0.24
|
version=1.1.0
|
||||||
revision=5
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="itsdangerous.py"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
makedepends="python-devel python3-devel"
|
makedepends="python-devel python3-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
short_desc="Various helpers to pass trusted data to untrusted enviroments and back"
|
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"
|
license="BSD-3-Clause"
|
||||||
homepage="http://github.com/mitsuhiko/itsdangerous"
|
homepage="http://github.com/mitsuhiko/itsdangerous"
|
||||||
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
|
||||||
checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
|
checksum=321b033d07f2a4136d3ec762eac9f16a10ccd60f53c0c91af90217ace7ba1f19
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE.rst
|
||||||
}
|
}
|
||||||
|
|
||||||
python3-itsdangerous_package() {
|
python3-itsdangerous_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="itsdangerous.py"
|
|
||||||
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
|
vlicense LICENSE.rst
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue