Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-boost-histogram
Commits:
0caad3d1 by Carl Smedstad at 2024-11-18T10:21:13+01:00
upgpkg: 1.4.1-6: Python 3.13 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-boost-histogram
pkgdesc = Python bindings for Boost's Histogram library.
pkgver = 1.4.1
- pkgrel = 5
+ pkgrel = 6
url = https://github.com/scikit-hep/boost-histogram
arch = x86_64
license = custom:BSD3
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname='boost-histogram'
pkgname="python-${_pkgname}"
pkgver='1.4.1'
-pkgrel=5
+pkgrel=6
pkgdesc="Python bindings for Boost's Histogram library."
arch=('x86_64')
url='https://github.com/scikit-hep/boost-histogram'
@@ -57,7 +57,8 @@ build() {
check() {
cd "${srcdir}/${pkgname}"
local python_version=$(python -c 'import sys; print("".join(map(str,
sys.version_info[:2])))')
- PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-${python_version}" pytest
+ PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-${python_version}" pytest \
+ --override-ini="filterwarnings=ignore::DeprecationWarning"
}
package() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boost-histogram/-/commit/0caad3d1ea22ac87338a829e7046dae2a5bd5f81
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boost-histogram/-/commit/0caad3d1ea22ac87338a829e7046dae2a5bd5f81
You're receiving this email because of your account on gitlab.archlinux.org.