pspec.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <PISI>
  2. <Source>
  3. <Name>python-argparse</Name>
  4. <Homepage>https://pypi.python.org/pypi/argparse</Homepage>
  5. <Packager>
  6. <Name>Alihan Öztürk</Name>
  7. <Email>alihan@pisilinux.org</Email>
  8. </Packager>
  9. <License>apache</License>
  10. <IsA>app:console</IsA>
  11. <Summary>Python command-line parsing library</Summary>
  12. <Description>The argparse module makes it easy to write user friendly command line interfaces.</Description>
  13. <Archive sha1sum="50f36429b2989461ee541093e7229257ee950c07" type="targz">https://pypi.python.org/packages/18/dd/e617cfc3f6210ae183374cd9f6a26b20514bbb5a792af97949c5aacddf0f/argparse-1.4.0.tar.gz</Archive>
  14. <BuildDependencies>
  15. <Dependency>python-devel</Dependency>
  16. <Dependency>python-setuptools</Dependency>
  17. </BuildDependencies>
  18. </Source>
  19. <Package>
  20. <Name>python-argparse</Name>
  21. <Summary>Python command-line parsing library</Summary>
  22. <RuntimeDependencies>
  23. <Dependency>python</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/usr/lib</Path>
  27. <Path fileType="doc">/usr/share/doc</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="3">
  32. <Date>2017-01-24</Date>
  33. <Version>1.4.0</Version>
  34. <Comment>Rebuild for new toolchain</Comment>
  35. <Name>Pisi Linux Community</Name>
  36. <Email>admin@pisilinux.org</Email>
  37. </Update>
  38. <Update release="2">
  39. <Date>2016-06-09</Date>
  40. <Version>1.4.0</Version>
  41. <Comment>Release Bump</Comment>
  42. <Name>Pisi Linux Community</Name>
  43. <Email>admin@pisilinux.org</Email>
  44. </Update>
  45. <Update release="1">
  46. <Date>2016-06-06</Date>
  47. <Version>1.4.0</Version>
  48. <Comment>First release</Comment>
  49. <Name>Alihan Öztürk</Name>
  50. <Email>alihan@pisilinux.org</Email>
  51. </Update>
  52. </History>
  53. </PISI>