Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
pybind11
Commits:
5c2855bd by Daniel Bermond at 2024-06-27T14:25:43-03:00
upgpkg: 2.13.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in
Python and vice versa
- pkgver = 2.12.0
- pkgrel = 6
+ pkgver = 2.13.1
+ pkgrel = 1
url = https://pybind11.readthedocs.org/
arch = any
license = BSD-3-Clause
@@ -15,9 +15,9 @@ pkgbase = pybind11
makedepends = python-pytest
makedepends = python-wheel
optdepends = python-setuptools: for python bindings
- source =
https://github.com/pybind/pybind11/archive/v2.12.0/pybind11-2.12.0.tar.gz
+ source =
https://github.com/pybind/pybind11/archive/v2.13.1/pybind11-2.13.1.tar.gz
source = 010-pybind11-remove-unwanted-pip-build-deps.patch
- sha256sums =
bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
+ sha256sums =
51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc
sha256sums =
27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9
pkgname = pybind11
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Matthew Ellison <[email protected]>
pkgname=pybind11
-pkgver=2.12.0
-pkgrel=6
+pkgver=2.13.1
+pkgrel=1
pkgdesc='A lightweight header-only library that exposes C++ types in Python
and vice versa'
arch=('any')
url='https://pybind11.readthedocs.org/'
@@ -16,7 +16,7 @@ makedepends=('cmake' 'boost' 'eigen' 'python-build'
'python-installer'
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'
+sha256sums=('51631e88960a8856f9c497027f55c9f2f9115cafb08c0005439838a05ba17bfc'
'27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/5c2855bdf926a99888b9a7164ad8b4a68baf4b66
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/5c2855bdf926a99888b9a7164ad8b4a68baf4b66
You're receiving this email because of your account on gitlab.archlinux.org.