python3-urwid: updated python syntax

This commit is contained in:
Tim Biermann 2020-11-03 21:11:16 +00:00
parent bd2ab68900
commit ccfb099a97
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF35vsLooAyW/fP4y/Asn9GATVnZL7nfcAZTzKUMDB1TpllWHGTC7eg+jnizusq9E65l6f6XMSg4sxQETYEdYIXwg=
SHA256 (Pkgfile) = 0750c2a74c3269836862daa7d111e98b1695af70bd89c851855a22d04f8f4ff7
RWSagIOpLGJF35RfTiktwb82qrRxbH1Fj6zrKCMmhqFOR1gaqGquuufDh190evdnsq+TStMv8KJK4AJDcDCQbGhGwWLxcsHZbgQ=
SHA256 (Pkgfile) = d5ed05ed17bb7139503c7f072fa596f3f845a777b2302f025d64f1fd509c449d
SHA256 (.footprint) = a6429095783a2465c159bc0db7abfce3fa9e6c5c52a8591c3c9d409d7d6bffec
SHA256 (urwid-2.1.2.tar.gz) = 366970cabce4a7f70fb4af1d16ac8be23dbcf38f995a20029a4bf32fffe7607d

View File

@ -10,8 +10,8 @@ source=(https://github.com/urwid/urwid/archive/release-$version/urwid-$version.t
build() {
cd urwid-release-$version
python3 setup.py build
python3 setup.py install \
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install \
--prefix=/usr \
-O1 \
--skip-build \