Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
pybind11
Commits:
390bdc86 by Antonio Rojas at 2024-06-22T18:33:02+02:00
upgpkg: 2.12.0-5: numpy 2.0 rebuild (bootstrap)
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,11 @@
pkgbase = pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in
Python and vice versa
pkgver = 2.12.0
- pkgrel = 4
+ pkgrel = 5
url = https://pybind11.readthedocs.org/
arch = any
license = BSD-3-Clause
checkdepends = python-numpy
- checkdepends = python-scipy
makedepends = cmake
makedepends = boost
makedepends = eigen
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=pybind11
pkgver=2.12.0
-pkgrel=4
+pkgrel=5
pkgdesc='A lightweight header-only library that exposes C++ types in Python
and vice versa'
arch=('any')
url='https://pybind11.readthedocs.org/'
@@ -13,7 +13,7 @@ optdepends=('python-setuptools: for python bindings')
makedepends=('cmake' 'boost' 'eigen' 'python-build' 'python-installer'
'python-setuptools' 'python-pytest' 'python-wheel')
#'python-sphinx' 'python-sphinx_rtd_theme' 'python-breathe')
-checkdepends=('python-numpy' 'python-scipy')
+checkdepends=('python-numpy') # 'python-scipy')
source=("https://github.com/pybind/pybind11/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
'010-pybind11-remove-unwanted-pip-build-deps.patch')
sha256sums=('bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/390bdc86bb3c054ade3893dc1a8a56c05fa13960
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/390bdc86bb3c054ade3893dc1a8a56c05fa13960
You're receiving this email because of your account on gitlab.archlinux.org.