python-urwid: update to 1.3.0

This commit is contained in:
Alessio Sergi 2014-10-31 19:50:00 +01:00
parent 588fe42d5c
commit 72c3d618ff
1 changed files with 6 additions and 7 deletions

View File

@ -1,27 +1,26 @@
# Template file for 'python-urwid'
pkgname=python-urwid
version=1.2.1
version=1.3.0
revision=1
wrksrc="${pkgname#*-}-${version}"
wrksrc="urwid-${version}"
build_style="python-module"
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools"
makedepends="python-devel python3.4-devel"
depends="python"
pycompile_module="urwid"
short_desc="Console user interface library for Python2"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://urwid.org/"
license="LGPL-2.1"
distfiles="https://pypi.python.org/packages/source/u/urwid/urwid-${version}.tar.gz"
checksum=9b9b5dabb7df6c0f12e84feed488f9a9ddd5c2d66d1b7c7c087055720b87c68c
distfiles="${PYPI_SITE}/u/urwid/urwid-${version}.tar.gz"
checksum=29f04fad3bf0a79c5491f7ebec2d50fa086e9d16359896c9204c6a92bc07aba2
pre_build() {
sed -i '/^#!\//, 1d' urwid/*.py
# remove shebang
sed -i '/^#!\//,1d' urwid/*.py
}
python3.4-urwid_package() {
depends="python3.4"
pycompile_version="3.4"
pycompile_module="urwid"
short_desc="${short_desc/Python2/Python3.4}"