From 72c3d618fff980bd9e6e60e5193f4cdf2ab5c8f8 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 31 Oct 2014 19:50:00 +0100 Subject: [PATCH] python-urwid: update to 1.3.0 --- srcpkgs/python-urwid/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/python-urwid/template b/srcpkgs/python-urwid/template index e398c1adf57..007a597e5ef 100644 --- a/srcpkgs/python-urwid/template +++ b/srcpkgs/python-urwid/template @@ -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 " 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}"