[notify] ninja: switched dependency from python to python3

This commit is contained in:
Fredrik Rinnestam 2019-12-14 17:09:38 +01:00
parent 055717d051
commit dafe37d5ef
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UEV9zfDi6Kx7vqGIFoctWgcToyJrSvgV58IIii4KXgHffGN+8Ryx3Gv7SZA+b4dkIfLSrgxo6y8pARIATqiSg8=
SHA256 (Pkgfile) = 3189f85c5ad589c0eb3f7d2eb0cb2059daef629da054ae781b738e84ec4506df
RWSE3ohX2g5d/cGkCI9MYAlfYGDbdQ1JzBSvbU5FLxYoW2vuCNAgjo/UnP/CsGqBG1i8PtBAb/qbR/WXTr1drG/aM7F4izN1Hgk=
SHA256 (Pkgfile) = c25a5640c3db919a9743c50def1a844a50a0f7e670693ad5bc49b5443bd69de8
SHA256 (.footprint) = 0cfb61c9a4fc3f0a8ce76059bbff792e93bd9732ab2a4a9a1f2aa6fffbc10c74
SHA256 (ninja-v1.9.0.tar.gz) = 5d7ec75828f8d3fd1a0c2f31b5b0cea780cdfe1031359228c428c1a48bfcd5b9

View File

@ -1,16 +1,16 @@
# Description: Small build system with a focus on speed
# URL: https://ninja-build.org/
# Maintainer: Fredrik Rinnestam, fredrik at crux dot guru
# Depends on: python
# Depends on: python3
name=ninja
version=1.9.0
release=1
release=2
source=(https://github.com/$name-build/$name/archive/v$version/$name-v$version.tar.gz)
build() {
cd $name-$version
/usr/bin/python configure.py --bootstrap
/usr/bin/python3 configure.py --bootstrap
install -D -m 0755 $name $PKG/usr/bin/$name
}