From ccfb099a97f361c75185d4c1aa85b1e17bea1f6c Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Tue, 3 Nov 2020 21:11:16 +0000 Subject: [PATCH] python3-urwid: updated python syntax --- python3-urwid/.signature | 4 ++-- python3-urwid/Pkgfile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python3-urwid/.signature b/python3-urwid/.signature index 569664cf0..c59046826 100644 --- a/python3-urwid/.signature +++ b/python3-urwid/.signature @@ -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 diff --git a/python3-urwid/Pkgfile b/python3-urwid/Pkgfile index 83106151c..96bc7ee9c 100644 --- a/python3-urwid/Pkgfile +++ b/python3-urwid/Pkgfile @@ -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 \