123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>pybind11</Name>
- <Homepage>https://pybind11.readthedocs.org/</Homepage>
- <Packager>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Packager>
- <License>BSD</License>
- <IsA>app</IsA>
- <Summary>Seamless operability between C++11 and Python</Summary>
- <Description>Seamless operability between C++11 and Python</Description>
- <Archive sha1sum="6cd93bee0447ec432803c005fdcdeadc5d425c6d" type="targz">
- <!-- https://files.pythonhosted.org/packages/source/p/pybind11/pybind11-2.10.3.tar.gz -->
- https://github.com/pybind/pybind11/archive/refs/tags/v2.10.3.tar.gz
- </Archive>
- <BuildDependencies>
- <Dependency>cmake</Dependency>
- <Dependency>boost-devel</Dependency>
- <Dependency>python3-devel</Dependency>
- <!-- <Dependency>python3-pytest</Dependency> -->
- <!-- <Dependency>python3-sphinx</Dependency> -->
- <Dependency>python3-setuptools</Dependency>
- <Dependency>python3-importlib_metadata</Dependency>
- </BuildDependencies>
- <Patches>
- <!-- <Patch level="1">pybind11.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>pybind11</Name>
- <RuntimeDependencies>
- <!-- <Dependency></Dependency> -->
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/pybind11</Path>
- <Path fileType="data">/usr/share/cmake/pybind11</Path>
- <Path fileType="data">/usr/share/pkgconfig/pybind11.pc</Path>
- <Path fileType="executable">/usr/bin/pybind11-config</Path>
- <Path fileType="header">/usr/lib/python3*/site-packages/pybind11/include</Path>
- <Path fileType="data">/usr/lib/python3*</Path>
- <Path fileType="data">/usr/lib/python3*/site-packages/pybind11/share/cmake</Path>
- <Path fileType="data">/usr/lib/python3*/site-packages/pybind11/share/pkgconfig</Path>
- <Path fileType="data">/usr/share/doc/pybind11</Path>
- </Files>
- </Package>
- <History>
- <Update release="3">
- <Date>2023-10-17</Date>
- <Version>2.10.3</Version>
- <Comment>Rebuild</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="2">
- <Date>2023-01-26</Date>
- <Version>2.10.3</Version>
- <Comment>Version bump</Comment>
- <Name>fury</Name>
- <Email>uglyside@yandex.ru</Email>
- </Update>
- <Update release="1">
- <Date>2021-03-10</Date>
- <Version>2.6.2</Version>
- <Comment>First release</Comment>
- <Name>Pisi Linux Admins</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|