pspec.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-typing_extensions</Name>
  6. <Homepage>http://excess.org/urwid/</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Icon>python-typing_extensions</Icon>
  14. <Summary>Console user interface library for Python</Summary>
  15. <Description>Console user interface library for Python, with many features like UTF-8 support and HTML screenshot.</Description>
  16. <Archive sha1sum="aa47bd744fda150a8c407c0572d4d4648f57239c" type="targz">https://github.com/python/typing_extensions/archive/refs/tags/4.5.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>git</Dependency>
  19. <Dependency>pip3</Dependency>
  20. <Dependency>python3-build</Dependency>
  21. <Dependency>python3-wheel</Dependency>
  22. <Dependency>python3-devel</Dependency>
  23. <Dependency>python3-tomli</Dependency>
  24. <Dependency>python3-installer</Dependency>
  25. <Dependency>python3-flit-core</Dependency>
  26. <Dependency>python3-setuptools</Dependency>
  27. </BuildDependencies>
  28. <Patches>
  29. <!-- <Patch level="1">.patch</Patch> -->
  30. </Patches>
  31. </Source>
  32. <Package>
  33. <Name>python-typing_extensions</Name>
  34. <RuntimeDependencies>
  35. <Dependency>python3</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="library">/usr/lib</Path>
  39. <Path fileType="doc">/usr/share/doc</Path>
  40. </Files>
  41. </Package>
  42. <History>
  43. <Update release="2">
  44. <Date>2023-10-17</Date>
  45. <Version>4.5.0</Version>
  46. <Comment>Rebuild</Comment>
  47. <Name>Kamil Atlı</Name>
  48. <Email>suvari@pisilinux.org</Email>
  49. </Update>
  50. <Update release="1">
  51. <Date>2023-05-18</Date>
  52. <Version>4.5.0</Version>
  53. <Comment>First release</Comment>
  54. <Name>Kamil Atlı</Name>
  55. <Email>suvari@pisilinux.org</Email>
  56. </Update>
  57. </History>
  58. </PISI>