python-urwid: update to 1.3.0
This commit is contained in:
parent
588fe42d5c
commit
72c3d618ff
|
@ -1,27 +1,26 @@
|
||||||
# Template file for 'python-urwid'
|
# Template file for 'python-urwid'
|
||||||
pkgname=python-urwid
|
pkgname=python-urwid
|
||||||
version=1.2.1
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="urwid-${version}"
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
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"
|
|
||||||
pycompile_module="urwid"
|
pycompile_module="urwid"
|
||||||
short_desc="Console user interface library for Python2"
|
short_desc="Console user interface library for Python2"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://urwid.org/"
|
homepage="http://urwid.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="https://pypi.python.org/packages/source/u/urwid/urwid-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
|
||||||
checksum=9b9b5dabb7df6c0f12e84feed488f9a9ddd5c2d66d1b7c7c087055720b87c68c
|
checksum=29f04fad3bf0a79c5491f7ebec2d50fa086e9d16359896c9204c6a92bc07aba2
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i '/^#!\//, 1d' urwid/*.py
|
# remove shebang
|
||||||
|
sed -i '/^#!\//,1d' urwid/*.py
|
||||||
}
|
}
|
||||||
|
|
||||||
python3.4-urwid_package() {
|
python3.4-urwid_package() {
|
||||||
depends="python3.4"
|
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="urwid"
|
pycompile_module="urwid"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|
Loading…
Reference in New Issue