python-itsdangerous fix typo
This commit is contained in:
parent
6610edc143
commit
064413cb4a
1 changed files with 1 additions and 3 deletions
|
@ -10,7 +10,6 @@ pycompile_module="itsdangerous"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="python-devel python3.4-devel"
|
makedepends="python-devel python3.4-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
replaces="python-itsdangerous>=0"
|
|
||||||
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>"
|
||||||
homepage="http://github.com/mitsuhiko/itsdangerous"
|
homepage="http://github.com/mitsuhiko/itsdangerous"
|
||||||
|
@ -21,10 +20,9 @@ checksum=cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
|
||||||
python3.4-itsdangerous_package() {
|
python3.4-itsdangerous_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
replaces="python3.4-itsdangerous>=0"
|
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="itsdangerous"
|
pycompile_module="itsdangerous"
|
||||||
short_descr="${short_descr/Python2/Python3.4}"
|
short_desc="${short_descr/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue