pspec.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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-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. <PartOf>programming.language.python</PartOf>
  12. <License>BSD</License>
  13. <IsA>library</IsA>
  14. <Summary>A collection of tools for internationalizing Python applications</Summary>
  15. <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>
  16. <Archive sha1sum="10491e41aabf5a01bc98c5b9c0fa162881c69701" type="targz">https://github.com/python-babel/babel/archive/v2.8.0.tar.gz</Archive>
  17. <Archive sha1sum="adaed5663b787591d11ce5dc3ed880ad215c33ce" type="binary" target="babel-2.8.0">https://www.unicode.org/Public/cldr/36/core.zip</Archive>
  18. <BuildDependencies>
  19. <Dependency>python-setuptools</Dependency>
  20. <Dependency>python-devel</Dependency>
  21. <Dependency>python-pytz</Dependency>
  22. </BuildDependencies>
  23. </Source>
  24. <Package>
  25. <Name>python-Babel</Name>
  26. <Summary>A collection of tools for internationalizing Python applications</Summary>
  27. <RuntimeDependencies>
  28. <Dependency>python-setuptools</Dependency>
  29. <Dependency>python-pytz</Dependency>
  30. </RuntimeDependencies>
  31. <Files>
  32. <Path fileType="doc">/usr/share/doc/python-Babel</Path>
  33. <Path fileType="executable">/usr/bin</Path>
  34. <Path fileType="library">/usr/lib</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="6">
  39. <Date>2020-12-09</Date>
  40. <Version>2.8.0</Version>
  41. <Comment>Rebuild.</Comment>
  42. <Name>Mustafa Cinasal</Name>
  43. <Email>muscnsl@gmail.com</Email>
  44. </Update>
  45. <Update release="5">
  46. <Date>2020-01-23</Date>
  47. <Version>2.8.0</Version>
  48. <Comment>Version bump.</Comment>
  49. <Name>Blue Devil</Name>
  50. <Email>bluedevil@sctzine.com</Email>
  51. </Update>
  52. <Update release="4">
  53. <Date>2019-12-10</Date>
  54. <Version>2.7.0</Version>
  55. <Comment>Version bump.</Comment>
  56. <Name>idris Kalp</Name>
  57. <Email>idriskalp@gmail.com</Email>
  58. </Update>
  59. <Update release="3">
  60. <Date>2018-08-15</Date>
  61. <Version>2.6.0</Version>
  62. <Comment>Version Bump</Comment>
  63. <Name>Pisi Linux Community</Name>
  64. <Email>admin@pisilinux.org</Email>
  65. </Update>
  66. <Update release="2">
  67. <Date>2018-02-26</Date>
  68. <Version>2.5.3</Version>
  69. <Comment>Version Bump</Comment>
  70. <Name>Pisi Linux Community</Name>
  71. <Email>admin@pisilinux.org</Email>
  72. </Update>
  73. <Update release="1">
  74. <Date>2017-01-29</Date>
  75. <Version>2.3.4</Version>
  76. <Comment>First release</Comment>
  77. <Name>Pisi Linux Admins</Name>
  78. <Email>admins@pisilinux.org</Email>
  79. </Update>
  80. </History>
  81. </PISI>