pspec.xml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-pytz</Name>
  6. <Homepage>http://pytz.sourceforge.net/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <License>ZPL</License>
  13. <IsA>library</IsA>
  14. <Summary>World Timezone Definitions for Python</Summary>
  15. <Description>python-pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).Almost all (over 540) of the Olson timezones are supported.</Description>
  16. <Archive sha1sum="b8d76d3a483d08d7e3a8c7058f5b0f4ed526cd3e" type="targz">https://pypi.python.org/packages/1b/50/4cdc62fc0753595fc16c8f722a89740f487c6e5670c644eb8983946777be/pytz-2018.3.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>python-pytz</Name>
  20. <Files>
  21. <Path fileType="library">/usr/lib</Path>
  22. <Path fileType="doc">/usr/share/doc/python-pytz</Path>
  23. </Files>
  24. </Package>
  25. <History>
  26. <Update release="2">
  27. <Date>2018-02-26</Date>
  28. <Version>2018.3</Version>
  29. <Comment>Version Bump</Comment>
  30. <Name>Pisi Linux Community</Name>
  31. <Email>admin@pisilinux.org</Email>
  32. </Update>
  33. <Update release="1">
  34. <Date>2017-01-29</Date>
  35. <Version>2016.10</Version>
  36. <Comment>First release</Comment>
  37. <Name>Erdinç Gültekin</Name>
  38. <Email>admins@pisilinux.org</Email>
  39. </Update>
  40. </History>
  41. </PISI>