python3-click-log: updated python syntax

This commit is contained in:
Tim Biermann 2020-11-03 21:00:44 +00:00
parent 7030745d7d
commit 4200b7b7c8
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
RWSagIOpLGJF3xnJN29l1w/TOfLV1/Sjq1OXfxrRexK74BzmiYwHRyKGbkU7Ndw10KOZotRiGytTfdxptoWcv3YlNGfmPCzY+wU=
SHA256 (Pkgfile) = 3bcf0039791b47277c75452ec6ab304694e4d28774f8193ed5fe39f29ac71e1f
RWSagIOpLGJF3wbmvgq4wzRU29a7DoFt09XpheFCVz0PHDr/f4woPcA+nmJrVqQTIUfkK9A49lpGON2Ocj1TspUAd1ekQyeQoAA=
SHA256 (Pkgfile) = b83231564e54520a7290f878d7c4d2e71f52a47fc02f1e78c15cc221d0613c69
SHA256 (.footprint) = c29f969e4523187b0f6dab4ed25b46acf41e5dbcc6cbe6732d64a70fafe6e9a8
SHA256 (python3-click-log-0.3.2.tar.gz) = 16babb66a2ebf22c37c1cf38753a84e6027eb8991fcf9a8487971591b8ca9812

View File

@ -10,8 +10,8 @@ source=(https://github.com/click-contrib/click-log/archive/$version/$name-$versi
build() {
cd click-log-$version
python3 setup.py build
python3 setup.py install \
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install \
--prefix=/usr \
--optimize=1 \
--skip-build \