diff options
author | Tim Biermann <tbier@posteo.de> | 2020-04-11 20:11:01 +0000 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2020-04-11 21:27:31 +0000 |
commit | cd515e12b382a4df631d022275a31cf07c0a1f9f (patch) | |
tree | bdeb5c9fbfec60eb03357a85d07785c07cbb16b7 /py3boost | |
parent | e3525cc0d9d343285d7f0d2c506b0d964effe308 (diff) | |
download | contrib-cd515e12b382a4df631d022275a31cf07c0a1f9f.tar.gz contrib-cd515e12b382a4df631d022275a31cf07c0a1f9f.tar.xz |
py3boost: 1.69.0 -> 1.72.0
Diffstat (limited to 'py3boost')
-rw-r--r-- | py3boost/.footprint | 8 | ||||
-rw-r--r-- | py3boost/.signature | 8 | ||||
-rw-r--r-- | py3boost/Pkgfile | 38 |
3 files changed, 28 insertions, 26 deletions
diff --git a/py3boost/.footprint b/py3boost/.footprint index 509ca9ac1..8d04eb331 100644 --- a/py3boost/.footprint +++ b/py3boost/.footprint @@ -1,6 +1,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libboost_python3.so -> libboost_python37.so.1.69.0 +lrwxrwxrwx root/root usr/lib/libboost_python3.so -> libboost_python37.so.1.72.0 -rw-r--r-- root/root usr/lib/libboost_python37.a -lrwxrwxrwx root/root usr/lib/libboost_python37.so -> libboost_python37.so.1.69.0 --rwxr-xr-x root/root usr/lib/libboost_python37.so.1.69.0 +lrwxrwxrwx root/root usr/lib/libboost_python37.so -> libboost_python37.so.1.72.0 +lrwxrwxrwx root/root usr/lib/libboost_python37.so.1 -> libboost_python37.so.1.72.0 +lrwxrwxrwx root/root usr/lib/libboost_python37.so.1.72 -> libboost_python37.so.1.72.0 +-rwxr-xr-x root/root usr/lib/libboost_python37.so.1.72.0 diff --git a/py3boost/.signature b/py3boost/.signature index 897790f96..ee56c7390 100644 --- a/py3boost/.signature +++ b/py3boost/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF32FWDt/eFQYjFKYgZqwja6s6MV+Ex6RhrJfZqtTp5TQMYkCfuWefa7kSn1nStAVJvCB94btty04xQFQQAEwfEQI= -SHA256 (Pkgfile) = 960404933b4d195797d067867b6b0ea0155f03e6b393c79032884751749cd806 -SHA256 (.footprint) = 0101b202cda513205e2b3541ba592c82ca29e08b81433c99f30d48351031ed64 -SHA256 (boost_1_69_0.tar.bz2) = 8f32d4617390d1c2d16f26a27ab60d97807b35440d45891fa340fc2648b04406 +RWSagIOpLGJF37EUXC+DN/4mVoZg+vE1gFs9vrEelGV/Gvi0ve1v6CMRDZ8FU+S05d53sYMx6orjt1UFeHGEM1LeiQiwv8aZowg= +SHA256 (Pkgfile) = 4744ce1cda20b1c68bf8ed9eca826493d349868a563f23b38f7a2ac442f82c40 +SHA256 (.footprint) = 24cfd6a1fd0ef2ea4fc8e0b3e5aa4f2fafda1706050408c600ec80969395b98f +SHA256 (boost_1_72_0.tar.bz2) = 59c9b274bc451cf91a9ba1dd2c7fdcaf5d60b1b3aa83f2c9fa143417cc660722 diff --git a/py3boost/Pkgfile b/py3boost/Pkgfile index ab0bd2284..53081d1fa 100644 --- a/py3boost/Pkgfile +++ b/py3boost/Pkgfile @@ -2,11 +2,11 @@ # URL: https://www.boost.org/ # Maintainer: Tim Biermann, tbier at posteo dot de # Packager: Pedja, predivan at mts dot rs -# Depends on: boost python3 +# Depends on: boost python3 name=py3boost -version=1.69.0 -release=2 +version=1.72.0 +release=1 source=(https://downloads.sourceforge.net/project/${name#py3}/${name#py3}/$version/${name#py3}_${version//./_}.tar.bz2) build() { @@ -14,29 +14,29 @@ build() { # these numbers need to be changed according to systems python3 version sed -i '19s:=python:=python3.7:' bootstrap.sh - # here too + ## here too sed -i '20s:=:=3.7:' bootstrap.sh - export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:/usr/include/python3" - export _stagedir="$SRC/stagedir" ./bootstrap.sh \ - --prefix="${_stagedir}" \ - --with-toolset=gcc \ - --with-icu \ - --with-libraries=python + --prefix="${_stagedir}" \ + --with-toolset=gcc \ + --with-icu \ + --with-libraries=python \ + --with-python=/usr/bin/python3 ./b2 stage \ - variant=release \ - threading=multi \ - runtime-link=shared \ - link=shared,static \ - debug-symbols=off \ - toolset=gcc \ - --prefix="${_stagedir/python3}" \ - --with-python \ - install + --prefix="${_stagedir/python3}" \ + --with-python \ + python=3.7 \ + variant=release \ + threading=multi \ + runtime-link=shared \ + link=shared,static \ + debug-symbols=off \ + toolset=gcc \ + install install -dm 755 $PKG/usr/lib cp -a ${_stagedir}/lib/libboost_python3* $PKG/usr/lib |