blob: ded022c762b013c83e413d5623059aac02486243 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = pypy3-pybind11
pkgdesc = A lightweight header-only library that exposes C++ types in Python and vice versa
pkgver = 2.13.5
pkgrel = 1
url = https://pybind11.readthedocs.org
arch = any
license = BSD-3-Clause
makedepends = cmake
makedepends = boost
makedepends = eigen
makedepends = pypy3-setuptools
depends = pypy3
optdepends = pypy3-setuptools: for python bindings
source = https://github.com/pybind/pybind11/archive/v2.13.5/pypy3-pybind11-2.13.5.tar.gz
sha512sums = bf9ebfbd8e694fbb421d8bdb5362a207a3782685d48988e77aed98363b2fa302e7384b570b02b117d45d5509b1633b096d4fc1ef16f65e6cc8c888b863c1e2cb
pkgname = pypy3-pybind11
|