ports/opt (3.5): [notify] ninja: switched dependency from python to python3
commit dafe37d5ef1550d24e3c1b437d2589f8478e52ae Author: Fredrik Rinnestam <fredrik@crux.nu> Date: Sat Dec 14 17:09:38 2019 +0100 [notify] ninja: switched dependency from python to python3 diff --git a/ninja/.signature b/ninja/.signature index bc15d3037..2da886a9c 100644 --- a/ninja/.signature +++ b/ninja/.signature @@ -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 diff --git a/ninja/Pkgfile b/ninja/Pkgfile index fcaa2e868..d19a8990e 100644 --- a/ninja/Pkgfile +++ b/ninja/Pkgfile @@ -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.g...) 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 }
participants (1)
-
crux@crux.nu