pspec.xml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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-singledispatch</Name>
  6. <Homepage>https://pypi.org/project/singledispatch/</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <Summary>This library is a backport of functools.singledispatch to Python 2.6 - 3.3.</Summary>
  15. <Description>This library is a backport of this functionality to Python 2.6 - 3.3. PEP 443 proposed to expose a mechanism in the functools standard library module in Python 3.4 that provides a simple form of generic programming known as single-dispatch generic functions.</Description>
  16. <Archive sha1sum="852fe978c0f5abdf248eda80b56ef14905cf7f9f" type="targz">https://bitbucket.org/ambv/singledispatch/get/3.4.0.3.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-singledispatch</Name>
  24. <Summary>This library is a backport of functools.singledispatch to Python 2.6 - 3.3.</Summary>
  25. <RuntimeDependencies>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="doc">/usr/share/doc/python-singledispatch</Path>
  29. <Path fileType="library">/usr/lib/python2*</Path>
  30. </Files>
  31. </Package>
  32. <History>
  33. <Update release="1">
  34. <Date>2020-03-18</Date>
  35. <Version>3.4.0.3</Version>
  36. <Comment>First pisi release.</Comment>
  37. <Name>Blue Devil</Name>
  38. <Email>bluedevil@sctzine.com</Email>
  39. </Update>
  40. </History>
  41. </PISI>