main/py-urwid: upgrade to 1.0.1

This commit is contained in:
Fabian Affolter 2012-05-24 18:53:12 +00:00
parent 354f48716a
commit 438b053280

View File

@ -2,20 +2,19 @@
# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=py-urwid
_pkgname=urwid
pkgver=0.9.9.1
pkgrel=3
pkgver=1.0.1
pkgrel=0
pkgdesc="Urwid is a console user interface library for Python"
url="http://excess.org/urwid/"
arch="all"
license="LGPL"
depends="python"
license="LGPL2+"
depends=""
makedepends="python-dev py-setuptools py-templayer"
install=
install=""
subpackages="$pkgname-doc"
source="http://excess.org/$_pkgname/$_pkgname-$pkgver.tar.gz"
_builddir="$srcdir"/$_pkgname-$pkgver
prepare() {
cd "$_builddir"
# apply patches here
@ -28,7 +27,7 @@ build() {
package() {
cd "$_builddir"
python setup.py install --root "$pkgdir"
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
doc() {
@ -47,4 +46,4 @@ doc() {
find "$subpkgdir"/usr/share/doc/$pkgname/ -type d -exec chmod 755 '{}' \;
}
md5sums="4722cdf898f711dcae1121aa80920152 urwid-0.9.9.1.tar.gz"
md5sums="828f7144b94920205e755c249d2e297f urwid-1.0.1.tar.gz"