pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-typing</Name>
  6. <Homepage>https://pypi.org/project/typing/</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>PSF</License>
  13. <IsA>library</IsA>
  14. <Summary>Backport of the standard library typing module</Summary>
  15. <Description>This is a backport of the standard library typing module to Python versions older than 3.5. Typing defines a standard notation for Python function and variable type annotations. The notation can be used for documenting code in a concise, standard format, and it has been designed to also be used by static and runtime type checkers, static analyzers, IDEs and other tools.</Description>
  16. <Archive sha1sum="f977239c310a5dd5ae5b6cb598d76eba45b92ed6" type="targz">https://pypi.io/packages/source/t/typing/typing-3.7.4.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-typing</Name>
  24. <Summary>Backport of the standard library typing module</Summary>
  25. <Files>
  26. <Path fileType="doc">/usr/share/doc/python-typing</Path>
  27. <Path fileType="library">/usr/lib</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="1">
  32. <Date>2019-11-13</Date>
  33. <Version>3.7.4.1</Version>
  34. <Comment>First Pisi Release</Comment>
  35. <Name>Blue Devil</Name>
  36. <Email>bluedevil@sctzine.com</Email>
  37. </Update>
  38. </History>
  39. </PISI>