mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
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
|
pkgname=python-itsdangerous
|
||||||
version=0.24
|
version=0.24
|
||||||
revision=3
|
revision=4
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="itsdangerous"
|
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>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
homepage="http://github.com/mitsuhiko/itsdangerous"
|
homepage="http://github.com/mitsuhiko/itsdangerous"
|
||||||
license="BSD"
|
|
||||||
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/itsdangerous/itsdangerous-${version}.tar.gz"
|
||||||
checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
|
checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ post_install() {
|
||||||
python3-itsdangerous_package() {
|
python3-itsdangerous_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3"
|
||||||
pycompile_module="itsdangerous"
|
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*
|
||||||
|
|
Loading…
Add table
Reference in a new issue