From 24d0d3a5920f308f5699fcb681d05ae082e83cfd Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 11 Mar 2021 11:21:06 +0300 Subject: [PATCH] pybind11 --- multimedia/misc/pybind11/actions.py | 20 +++++++++ multimedia/misc/pybind11/pspec.xml | 50 +++++++++++++++++++++++ multimedia/misc/pybind11/translations.xml | 8 ++++ 3 files changed, 78 insertions(+) create mode 100644 multimedia/misc/pybind11/actions.py create mode 100644 multimedia/misc/pybind11/pspec.xml create mode 100644 multimedia/misc/pybind11/translations.xml diff --git a/multimedia/misc/pybind11/actions.py b/multimedia/misc/pybind11/actions.py new file mode 100644 index 0000000000..1db063b5e7 --- /dev/null +++ b/multimedia/misc/pybind11/actions.py @@ -0,0 +1,20 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt + +from pisi.actionsapi import cmaketools +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +def setup(): + cmaketools.configure() + +def build(): + cmaketools.make() + +def install(): + cmaketools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("LICENSE") diff --git a/multimedia/misc/pybind11/pspec.xml b/multimedia/misc/pybind11/pspec.xml new file mode 100644 index 0000000000..ad05de2924 --- /dev/null +++ b/multimedia/misc/pybind11/pspec.xml @@ -0,0 +1,50 @@ + + + + + pybind11 + https://pybind11.readthedocs.org/ + + Pisi Linux Admins + admin@pisilinux.org + + BSD + app + Seamless operability between C++11 and Python + Seamless operability between C++11 and Python + https://github.com/pybind/pybind11/archive/v2.6.2.tar.gz + + cmake + boost-devel + python3-devel + python3-setuptools + python3-pytest + + + + + + pybind11 + + + + /usr/include + /usr/share + + + + + + 2021-03-10 + 2.6.2 + First release + Pisi Linux Admins + admin@pisilinux.org + + + diff --git a/multimedia/misc/pybind11/translations.xml b/multimedia/misc/pybind11/translations.xml new file mode 100644 index 0000000000..6b48da0c44 --- /dev/null +++ b/multimedia/misc/pybind11/translations.xml @@ -0,0 +1,8 @@ + + + + pybind11 + Seamless operability between C++11 and Python + Seamless operability between C++11 and Python + +