pspec.xml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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-Babel</Name>
  6. <Homepage>http://babel.pocoo.org</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>BSD</License>
  12. <IsA>library</IsA>
  13. <Summary>A collection of tools for internationalizing Python applications</Summary>
  14. <Description>Babel is composed of two major parts: 1) tools to build and work with gettext message catalogs , 2) a Python interface to the CLDR (Common Locale Data Repository), providing access to various locale display names, localized number and date formatting, etc.</Description>
  15. <Archive sha1sum="291c9e107ac203593ad83a04799c4cc2c375cb03" type="targz">https://github.com/python-babel/babel/archive/2.3.4.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python-devel</Dependency>
  18. <Dependency>python-pytz</Dependency>
  19. <Dependency>python-setuptools</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-Babel</Name>
  24. <RuntimeDependencies>
  25. <Dependency>python-pytz</Dependency>
  26. <Dependency>python-setuptools</Dependency>
  27. </RuntimeDependencies>
  28. <Files>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc/python-Babel</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="1">
  36. <Date>2017-01-29</Date>
  37. <Version>2.3.4</Version>
  38. <Comment>First release</Comment>
  39. <Name>Pisi Linux Admins</Name>
  40. <Email>admins@pisilinux.org</Email>
  41. </Update>
  42. </History>
  43. </PISI>