Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
pybind11
Commits:
6d9c39dd by Daniel Bermond at 2024-03-29T13:48:52-03:00
upgpkg: 2.12.0-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.11.1
- pkgrel = 2
+ pkgver = 2.12.0
+ pkgrel = 1
url = https://pybind11.readthedocs.org/
arch = any
license = BSD
@@ -16,9 +16,9 @@ pkgbase = pybind11
makedepends = python-pytest
makedepends = python-wheel
optdepends = python-setuptools: for python bindings
- source =
https://github.com/pybind/pybind11/archive/v2.11.1/pybind11-2.11.1.tar.gz
+ source =
https://github.com/pybind/pybind11/archive/v2.12.0/pybind11-2.12.0.tar.gz
source = 010-pybind11-remove-unwanted-pip-build-deps.patch
- sha256sums =
d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
+ sha256sums =
bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7
sha256sums =
27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9
pkgname = pybind11
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Matthew Ellison <[email protected]>
pkgname=pybind11
-pkgver=2.11.1
-pkgrel=2
+pkgver=2.12.0
+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=('d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c'
+sha256sums=('bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7'
'27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/6d9c39dd66af2eff35619878b6115166ad83c037
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/6d9c39dd66af2eff35619878b6115166ad83c037
You're receiving this email because of your account on gitlab.archlinux.org.