boost: remove superfluous py{,thon}_version

This commit is contained in:
John 2020-05-17 12:41:58 +02:00
parent 25ca3f15d5
commit 1f5054c1cd
No known key found for this signature in database
GPG key ID: 5FDE97AF468A09B7

View file

@ -98,7 +98,6 @@ do_install() {
boost-jam_package() { boost-jam_package() {
short_desc+=" - Boost.Jam utility" short_desc+=" - Boost.Jam utility"
depends="boost-build>=${version}_${revision}" depends="boost-build>=${version}_${revision}"
python_version=3
pkg_install() { pkg_install() {
vmove usr/bin/bjam vmove usr/bin/bjam
vmove usr/bin/b2 vmove usr/bin/b2
@ -108,7 +107,6 @@ boost-python1.72_package() {
depends="boost python" depends="boost python"
replaces="boost-python>=0" replaces="boost-python>=0"
short_desc+=" - Python bindings" short_desc+=" - Python bindings"
python_version=2
pkg_install() { pkg_install() {
vmove "usr/lib/libboost_python2*.so.*" vmove "usr/lib/libboost_python2*.so.*"
} }
@ -117,7 +115,6 @@ boost-python3-1.72_package() {
depends="boost python3" depends="boost python3"
replaces="boost-python3>=0" replaces="boost-python3>=0"
short_desc+=" - Python3 bindings" short_desc+=" - Python3 bindings"
python_ver=3
pkg_install() { pkg_install() {
vmove "usr/lib/libboost_python3*.so.*" vmove "usr/lib/libboost_python3*.so.*"
} }