Files
main/programming/language/python3/python3-contourpy/pspec.xml
T
2023-01-26 00:47:24 +03:00

54 lines
1.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>python3-contourpy</Name>
<Homepage>https://github.com/contourpy/contourpy</Homepage>
<Packager>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Packager>
<License>BSD-3-Clause</License>
<IsA>library</IsA>
<PartOf>programming.language.python3</PartOf>
<Summary>Python library for calculating contours in 2D quadrilateral grids.</Summary>
<Description>
ContourPy is a Python library for calculating contours of 2D quadrilateral grids. It is written in C++11 and wrapped using pybind11.
</Description>
<Archive sha1sum="db7bd468db667482c05a48bb526efc40301ac04a" type="targz">
https://files.pythonhosted.org/packages/source/c/contourpy/contourpy-1.0.7.tar.gz
</Archive>
<BuildDependencies>
<Dependency>pybind11</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>python3-importlib_metadata</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level='1'></Patch> -->
</Patches>
</Source>
<Package>
<Name>python3-contourpy</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/python3.9</Path>
<Path fileType="data">/usr/share</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2023-01-26</Date>
<Version>1.0.7</Version>
<Comment>First build.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
</History>
</PISI>