diff --git a/programming/language/python3/python3-contourpy/actions.py b/programming/language/python3/python3-contourpy/actions.py new file mode 100644 index 0000000000..4b0a017f14 --- /dev/null +++ b/programming/language/python3/python3-contourpy/actions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 3. +# See the file https://www.gnu.org/licenses/gpl-3.0.txt + +from pisi.actionsapi import pythonmodules + +def setup(): + pass + +def build(): + pythonmodules.compile(pyVer = "3") + +def install(): + pythonmodules.install(pyVer = "3") diff --git a/programming/language/python3/python3-contourpy/pspec.xml b/programming/language/python3/python3-contourpy/pspec.xml new file mode 100644 index 0000000000..4223e5524f --- /dev/null +++ b/programming/language/python3/python3-contourpy/pspec.xml @@ -0,0 +1,53 @@ + + + + + python3-contourpy + https://github.com/contourpy/contourpy + + fury + uglyside@yandex.ru + + BSD-3-Clause + library + programming.language.python3 + Python library for calculating contours in 2D quadrilateral grids. + + ContourPy is a Python library for calculating contours of 2D quadrilateral grids. It is written in C++11 and wrapped using pybind11. + + + https://files.pythonhosted.org/packages/source/c/contourpy/contourpy-1.0.7.tar.gz + + + pybind11 + python3-devel + python3-setuptools + python3-importlib_metadata + + + + + + + + python3-contourpy + + python3 + + + /usr/bin + /usr/lib/python3.9 + /usr/share + + + + + + 2023-01-26 + 1.0.7 + First build. + fury + uglyside@yandex.ru + + +