mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
python-pexpect: fix typo in pycompile_module
This commit is contained in:
parent
5234c7fab3
commit
8e0e30c91d
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-pexpect'
|
# Template file for 'python-pexpect'
|
||||||
pkgname=python-pexpect
|
pkgname=python-pexpect
|
||||||
version=3.3
|
version=3.3
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="${pkgname/python-}-${version}"
|
wrksrc="${pkgname/python-}-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -9,18 +9,17 @@ python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-devel python3.4-devel"
|
hostmakedepends="python-devel python3.4-devel"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="screen.py pxssh.py ANSI.py FSM.py fdpexpect.py pyexpect"
|
pycompile_module="screen.py pxssh.py ANSI.py FSM.py fdpexpect.py pexpect"
|
||||||
short_desc="Python2 module for spawning child applications and controlling them"
|
short_desc="Python2 module for spawning child applications and controlling them"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://pexpect.readthedocs.org/"
|
homepage="http://pexpect.readthedocs.org/"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
distfiles="https://pypi.python.org/packages/source/p/${pkgname/python-/}/${pkgname/python-/}-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pexpect/pexpect-${version}.tar.gz"
|
||||||
checksum=dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba
|
checksum=dfea618d43e83cfff21504f18f98019ba520f330e4142e5185ef7c73527de5ba
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '1d' pexpect/FSM.py
|
sed -i '1d' pexpect/FSM.py
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
@ -29,7 +28,7 @@ python3.4-pexpect_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="screen.py pxssh.py ANSI.py FSM.py fdpexpect.py pyexpect"
|
pycompile_module="screen.py pxssh.py ANSI.py FSM.py fdpexpect.py pexpect"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
|
|
Loading…
Add table
Reference in a new issue