PKGBUILDs/extra/pybind11/.SRCINFO
2023-12-08 14:59:40 +00:00

24 lines
855 B
Text

pkgbase = pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa
pkgver = 2.11.1
pkgrel = 2
url = https://pybind11.readthedocs.org/
arch = any
license = BSD
checkdepends = python-numpy
checkdepends = python-scipy
makedepends = cmake
makedepends = boost
makedepends = eigen
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
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 = 010-pybind11-remove-unwanted-pip-build-deps.patch
sha256sums = d475978da0cdc2d43b73f30910786759d593a9d8ee05b1b6846d1eb16c6d2e0c
sha256sums = 27f13a9b32ef344223d70f7340cc32d181ed1de0beb9ce8b6779271f7abd15c9
pkgname = pybind11