pspec.xml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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-argparse</Name>
  6. <Homepage>https://pypi.python.org/pypi/argparse</Homepage>
  7. <Packager>
  8. <Name>Alihan Öztürk</Name>
  9. <Email>alihan@pisilinux.org</Email>
  10. </Packager>
  11. <License>apache</License>
  12. <PartOf>programming.language.python</PartOf>
  13. <IsA>app:console</IsA>
  14. <Summary>Python command-line parsing library</Summary>
  15. <Description>The argparse module makes it easy to write user friendly command line interfaces.</Description>
  16. <Archive sha1sum="50f36429b2989461ee541093e7229257ee950c07" type="targz">https://pypi.python.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-argparse</Name>
  24. <Summary>Python command-line parsing library</Summary>
  25. <Files>
  26. <Path fileType="library">/usr/lib/python2*</Path>
  27. <Path fileType="doc">/usr/share/doc/python-argparse</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="5">
  32. <Date>2019-12-30</Date>
  33. <Version>1.4.0</Version>
  34. <Comment>Rebuilt,translate and clean.</Comment>
  35. <Name>Blue Devil</Name>
  36. <Email>bluedevil@sctzine.com</Email>
  37. </Update>
  38. <Update release="4">
  39. <Date>2018-08-19</Date>
  40. <Version>1.4.0</Version>
  41. <Comment>Release Bump</Comment>
  42. <Name>Ayhan Yalçınsoy</Name>
  43. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  44. </Update>
  45. <Update release="3">
  46. <Date>2017-02-01</Date>
  47. <Version>1.4.0</Version>
  48. <Comment>Release Bump</Comment>
  49. <Name>Ayhan Yalçınsoy</Name>
  50. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  51. </Update>
  52. <Update release="2">
  53. <Date>2016-06-09</Date>
  54. <Version>1.4.0</Version>
  55. <Comment>Release Bump</Comment>
  56. <Name>Pisi Linux Community</Name>
  57. <Email>admin@pisilinux.org</Email>
  58. </Update>
  59. <Update release="1">
  60. <Date>2016-06-06</Date>
  61. <Version>1.4.0</Version>
  62. <Comment>First release</Comment>
  63. <Name>Alihan Öztürk</Name>
  64. <Email>alihan@pisilinux.org</Email>
  65. </Update>
  66. </History>
  67. </PISI>