diff options
author | Tim Biermann <tbier@posteo.de> | 2020-11-03 21:00:44 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-11-03 21:00:44 +0000 |
commit | 4200b7b7c86ca8a63f40afc17ae3168415f61f2d (patch) | |
tree | ea1b54030bf5a827053ea04b838821d2483db001 /python3-click-log | |
parent | 7030745d7dadbb557faaf281d7048b49fa3f938b (diff) | |
download | contrib-4200b7b7c86ca8a63f40afc17ae3168415f61f2d.tar.gz contrib-4200b7b7c86ca8a63f40afc17ae3168415f61f2d.tar.xz |
python3-click-log: updated python syntax
Diffstat (limited to 'python3-click-log')
-rw-r--r-- | python3-click-log/.signature | 4 | ||||
-rw-r--r-- | python3-click-log/Pkgfile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-click-log/.signature b/python3-click-log/.signature index 56c7da8ea..ca56ef78c 100644 --- a/python3-click-log/.signature +++ b/python3-click-log/.signature @@ -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 diff --git a/python3-click-log/Pkgfile b/python3-click-log/Pkgfile index 790c1bcd9..2dba93a24 100644 --- a/python3-click-log/Pkgfile +++ b/python3-click-log/Pkgfile @@ -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 \ |