python3-tzlocal: updated python syntax

This commit is contained in:
Tim Biermann 2020-11-03 21:10:31 +00:00
parent f5c1b1bb06
commit 417efcd93a
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
RWSagIOpLGJF3/SDkPRTLV4eauqV8I2RoEpuUyEwnmrvtfMGZkRQv7mRMb3Ge4+ekFjWdtvZPHsBZ5ZxawIX+mjC7vLAdzlLZgw=
SHA256 (Pkgfile) = 0bb84223accd1ef1fb45141663971dd20713742dfd9ebc5a010e4ab9fd4052d8
RWSagIOpLGJF34q0eL6SIVHUq/wkM+E5OgMhLjsm1m7R8xfsgxrlOLubBK+Y33ijxgBv/Xa9S8r65/8qCa74TFqNN9rCcVa0vAM=
SHA256 (Pkgfile) = 5d65c11c33d8f76e1461ba3fe949a00cc9514e723680a16d51257287f1cc1a36
SHA256 (.footprint) = 0cefcc53674de6608c0b1551f282fdae320a27a9fd2578eb514a5a0cfd6ca451
SHA256 (tzlocal-2.1.tar.gz) = 643c97c5294aedc737780a49d9df30889321cbe1204eac2c2ec6134035a92e44

View File

@ -10,8 +10,8 @@ source=(https://files.pythonhosted.org/packages/source/t/tzlocal/tzlocal-$versio
build() {
cd tzlocal-$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 \