From ac3dcbc04b9bc34688f40eba105de7a02d5a87a9 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 30 Mar 2020 02:18:46 +0300 Subject: [PATCH] python3-cppy : first pisi rel --- .../language/python3/python3-cppy/actions.py | 13 ++++++ .../language/python3/python3-cppy/pspec.xml | 44 +++++++++++++++++++ .../python3/python3-cppy/translations.xml | 8 ++++ 3 files changed, 65 insertions(+) create mode 100644 programming/language/python3/python3-cppy/actions.py create mode 100644 programming/language/python3/python3-cppy/pspec.xml create mode 100644 programming/language/python3/python3-cppy/translations.xml diff --git a/programming/language/python3/python3-cppy/actions.py b/programming/language/python3/python3-cppy/actions.py new file mode 100644 index 0000000000..cbcb8f4043 --- /dev/null +++ b/programming/language/python3/python3-cppy/actions.py @@ -0,0 +1,13 @@ +#!/usr/bin/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 pythonmodules + +def build(): + pythonmodules.compile(pyVer="3") + +def install(): + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/python3-cppy/pspec.xml b/programming/language/python3/python3-cppy/pspec.xml new file mode 100644 index 0000000000..d83cbe25e2 --- /dev/null +++ b/programming/language/python3/python3-cppy/pspec.xml @@ -0,0 +1,44 @@ + + + + + python3-cppy + https://github.com/nucleic/cppy + + Blue Devil + bluedevil@sctzine.com + + programming.language.python3 + BSDv3 + library + A collection of C++ headers which make it easier to write Python C extension modules. + A small C++ header library which makes it easier to write Python extension modules. The primary feature is a PyObject smart pointer which automatically handles reference counting and provides convenience methods for performing common object operations. + https://github.com/nucleic/cppy/archive/1.1.0.tar.gz + + python3-setuptools + python3-devel + + + + + python3-cppy + A collection of C++ headers which make it easier to write Python C extension modules. + + python3 + + + /usr/share/doc/python3-cppy + /usr/lib/python3* + + + + + + 2020-03-29 + 1.1.0 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + \ No newline at end of file diff --git a/programming/language/python3/python3-cppy/translations.xml b/programming/language/python3/python3-cppy/translations.xml new file mode 100644 index 0000000000..debd4b6a83 --- /dev/null +++ b/programming/language/python3/python3-cppy/translations.xml @@ -0,0 +1,8 @@ + + + + python3-cppy + Python3 için C genişleme modülleri yazmayı kolaylaştıran C++ başlıkları. + python3-cppy, python3 için C genişleme modülleri yazmayı kolaylaştıran C++ başlıkları sunar. + + \ No newline at end of file