2019-11-02 23:09:03 +01:00
|
|
|
# Description: Console user interface library for Python
|
|
|
|
# URL: http://urwid.org/
|
|
|
|
# Maintainer: Tim Biermann, tbier at posteo dot de
|
|
|
|
# Depends on: python3-setuptools
|
|
|
|
|
|
|
|
name=python3-urwid
|
2020-04-23 12:25:39 +00:00
|
|
|
version=2.1.0
|
2019-11-02 23:09:03 +01:00
|
|
|
release=1
|
|
|
|
source=(https://github.com/urwid/urwid/archive/release-$version/urwid-$version.tar.gz)
|
|
|
|
|
|
|
|
build() {
|
|
|
|
cd urwid-release-$version
|
|
|
|
python3 setup.py build
|
|
|
|
python3 setup.py install \
|
|
|
|
--prefix=/usr \
|
|
|
|
-O1 \
|
|
|
|
--skip-build \
|
|
|
|
--root=$PKG
|
|
|
|
}
|