1
0
forked from ports/contrib

python3-vobject: updated python syntax

This commit is contained in:
Tim Biermann 2020-11-03 21:11:28 +00:00
parent ccfb099a97
commit 0bd0b04985
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
RWSagIOpLGJF32d6P7sqgK0wg8rTigRk2KFRCBTKjY2BBGgMeDMZxHAnwc/h/DSdcpRkQxGoNhXA31zi3DfkqD7f+l9cn7tLcgo=
SHA256 (Pkgfile) = 75406ee8b3b4b70cf4ca83ae69481e02d9a3ab866a98aa0023a09bc0ee98598f
RWSagIOpLGJF3yFrYFtYoKgCACVrh+8ESBp5K71P2au1iXf2X1wTkrqvwGSKxfNl08EeO0RtWpUdI5tWjrlPkQVsCHawkm1hUQw=
SHA256 (Pkgfile) = fd76850f3417835fd9c1623f7281af9fcbc4b349cc4840b29959747271d07e00
SHA256 (.footprint) = fe2b34b934881e928eda75e593f4c82a6c451d2803d3750882e868a7068f3b31
SHA256 (python3-vobject-0.9.6.1.tar.gz) = 5da057f292fe03065ac58ca0a0d4ca51ff719068a6a0e018bb539c285b13bd87

View File

@ -10,8 +10,8 @@ source=(https://github.com/eventable/vobject/archive/$version/$name-$version.tar
build() {
cd vobject-$version
python3 setup.py build
python3 setup.py install --skip-build \
/usr/bin/python3 setup.py build
/usr/bin/python3 setup.py install --skip-build \
--optimize=1 \
--prefix=/usr \
--root=$PKG