pspec.xml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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-dateutil</Name>
  6. <Homepage>https://github.com/dateutil/dateutil</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>BSD</License>
  13. <IsA>library</IsA>
  14. <Summary>python-dateutil provides powerful extensions to datetime</Summary>
  15. <Description>The dateutil module provides powerful extensions to the standard datetime module, available in Python.</Description>
  16. <Archive sha1sum="118108d2a3e67dfe4a0cced7ab904b6c70539f53" type="targz">https://github.com/dateutil/dateutil/archive/2.8.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools-scm</Dependency>
  19. <Dependency>python-setuptools</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>python-dateutil</Name>
  25. <Summary>python-dateutil provides powerful extensions to datetime</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>python-six</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib/python2*</Path>
  31. <Path fileType="doc">/usr/share/doc/python-dateutil</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="1">
  36. <Date>2019-12-24</Date>
  37. <Version>2.8.1</Version>
  38. <Comment>First Pisi Release</Comment>
  39. <Name>Blue Devil</Name>
  40. <Email>bluedevil@sctzine.com</Email>
  41. </Update>
  42. </History>
  43. </PISI>