Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages /
pybind11
Commits:
afc02c13 by Daniel Bermond at 2024-08-26T13:31:51-03:00
upgpkg: 2.13.5-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in
Python and vice versa
- pkgver = 2.13.4
+ pkgver = 2.13.5
pkgrel = 1
url = https://pybind11.readthedocs.org/
arch = any
@@ -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.13.4/pybind11-2.13.4.tar.gz
+ source =
https://github.com/pybind/pybind11/archive/v2.13.5/pybind11-2.13.5.tar.gz
source = 010-pybind11-remove-unwanted-pip-build-deps.patch
- sha256sums =
efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240
+ sha256sums =
b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
sha256sums =
27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9
pkgname = pybind11
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Matthew Ellison <[email protected]>
pkgname=pybind11
-pkgver=2.13.4
+pkgver=2.13.5
pkgrel=1
pkgdesc='A lightweight header-only library that exposes C++ types in Python
and vice versa'
arch=('any')
@@ -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=('efc901aa0aab439a3fea6efeaf930b5a349fb06394bf845c64ce15a9cf8f0240'
+sha256sums=('b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252'
'27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/afc02c1344e0393cee92cf6fdfa32e9fbbedf707
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/pybind11/-/commit/afc02c1344e0393cee92cf6fdfa32e9fbbedf707
You're receiving this email because of your account on gitlab.archlinux.org.