summaryrefslogtreecommitdiff
path: root/python3-yaml
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2020-11-03 21:12:23 +0000
committerTim Biermann <tbier@posteo.de>2020-11-03 21:12:23 +0000
commitf3d345745f4faca65e9c41655c5e8c61b08cffd1 (patch)
treee686ffadfb1e7b7b0e98cf1b705e18fd8430ce0e /python3-yaml
parent30e29f83b0d52353e0ef55472c4fe5931d5d5a5e (diff)
downloadcontrib-f3d345745f4faca65e9c41655c5e8c61b08cffd1.tar.gz
contrib-f3d345745f4faca65e9c41655c5e8c61b08cffd1.tar.xz
python3-yaml: updated python syntax
Diffstat (limited to 'python3-yaml')
-rw-r--r--python3-yaml/.signature4
-rw-r--r--python3-yaml/Pkgfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/python3-yaml/.signature b/python3-yaml/.signature
index e2ba4ff1e..3479e6130 100644
--- a/python3-yaml/.signature
+++ b/python3-yaml/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
-RWSagIOpLGJF3wLrAratu9TApydQ1a12zSMrJ54R+7cAIGDotBNy+HFf+zSul8py89auK5Sj1EDHHEAuEedYDj83SwHDD/AMyQU=
-SHA256 (Pkgfile) = be0c60dfdbbadb11ff45cc1343e09753092fb76a58a9888b3c19a9590c2f08f0
+RWSagIOpLGJF32JGiZOqe1g+YUj8rLF00mox+o49olCqxCKjJZRP4BDamIhVmg+t512PmiUKYzxAMR0VKUQnFpedeSDQslc7pwg=
+SHA256 (Pkgfile) = bcd8a037a89f612cb0bee91a257b61cd393ba6b6733acc30dc14c10ecc65158e
SHA256 (.footprint) = 2ac5bc65686e9a2392f0a72e0406e0d1b6a6138b9151104e01689db9e9ceb9a3
SHA256 (PyYAML-5.3.1.tar.gz) = b8eac752c5e14d3eca0e6dd9199cd627518cb5ec06add0de9d32baeee6fe645d
diff --git a/python3-yaml/Pkgfile b/python3-yaml/Pkgfile
index b1a095ea6..163be629b 100644
--- a/python3-yaml/Pkgfile
+++ b/python3-yaml/Pkgfile
@@ -10,8 +10,8 @@ source=(https://pyyaml.org/download/pyyaml/PyYAML-$version.tar.gz)
build() {
cd PyYAML-$version
- python3 setup.py --with-libyaml build
- python3 setup.py --with-libyaml install \
+ /usr/bin/python3 setup.py --with-libyaml build
+ /usr/bin/python3 setup.py --with-libyaml install \
--prefix=/usr \
--root=$PKG \
-O1 \

Generated by cgit