pspec.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pybind11</Name>
  6. <Homepage>https://pybind11.readthedocs.org/</Homepage>
  7. <Packager>
  8. <Name>Pisi Linux Admins</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>app</IsA>
  13. <Summary>Seamless operability between C++11 and Python</Summary>
  14. <Description>Seamless operability between C++11 and Python</Description>
  15. <Archive sha1sum="6cd93bee0447ec432803c005fdcdeadc5d425c6d" type="targz">
  16. <!-- https://files.pythonhosted.org/packages/source/p/pybind11/pybind11-2.10.3.tar.gz -->
  17. https://github.com/pybind/pybind11/archive/refs/tags/v2.10.3.tar.gz
  18. </Archive>
  19. <BuildDependencies>
  20. <Dependency>cmake</Dependency>
  21. <Dependency>boost-devel</Dependency>
  22. <Dependency>python3-devel</Dependency>
  23. <!-- <Dependency>python3-pytest</Dependency> -->
  24. <!-- <Dependency>python3-sphinx</Dependency> -->
  25. <Dependency>python3-setuptools</Dependency>
  26. <Dependency>python3-importlib_metadata</Dependency>
  27. </BuildDependencies>
  28. <Patches>
  29. <!-- <Patch level="1">pybind11.patch</Patch> -->
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>pybind11</Name>
  34. <RuntimeDependencies>
  35. <!-- <Dependency></Dependency> -->
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="header">/usr/include/pybind11</Path>
  39. <Path fileType="data">/usr/share/cmake/pybind11</Path>
  40. <Path fileType="data">/usr/share/pkgconfig/pybind11.pc</Path>
  41. <Path fileType="executable">/usr/bin/pybind11-config</Path>
  42. <Path fileType="header">/usr/lib/python3*/site-packages/pybind11/include</Path>
  43. <Path fileType="data">/usr/lib/python3*</Path>
  44. <Path fileType="data">/usr/lib/python3*/site-packages/pybind11/share/cmake</Path>
  45. <Path fileType="data">/usr/lib/python3*/site-packages/pybind11/share/pkgconfig</Path>
  46. <Path fileType="data">/usr/share/doc/pybind11</Path>
  47. </Files>
  48. </Package>
  49. <History>
  50. <Update release="3">
  51. <Date>2023-10-17</Date>
  52. <Version>2.10.3</Version>
  53. <Comment>Rebuild</Comment>
  54. <Name>fury</Name>
  55. <Email>uglyside@yandex.ru</Email>
  56. </Update>
  57. <Update release="2">
  58. <Date>2023-01-26</Date>
  59. <Version>2.10.3</Version>
  60. <Comment>Version bump</Comment>
  61. <Name>fury</Name>
  62. <Email>uglyside@yandex.ru</Email>
  63. </Update>
  64. <Update release="1">
  65. <Date>2021-03-10</Date>
  66. <Version>2.6.2</Version>
  67. <Comment>First release</Comment>
  68. <Name>Pisi Linux Admins</Name>
  69. <Email>admin@pisilinux.org</Email>
  70. </Update>
  71. </History>
  72. </PISI>