pspec.xml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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-click</Name>
  6. <Homepage>https://palletsprojects.com/p/click/</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python3</PartOf>
  12. <License>BSD-3</License>
  13. <IsA>library</IsA>
  14. <Summary>Python composable command line interface toolkit</Summary>
  15. <Description>Click is a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with sensible defaults out of the box.</Description>
  16. <Archive sha1sum="df5cae0c0df77aef5890b35247eff1ff5890d873" type="targz">https://github.com/pallets/click/archive/7.1.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python</Dependency>
  19. <Dependency>python-setuptools</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-click</Name>
  24. <Summary>Python composable command line interface toolkit</Summary>
  25. <Files>
  26. <Path fileType="library">/usr/lib/python2*</Path>
  27. <Path fileType="doc">/usr/share/doc/python-click</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="4">
  32. <Date>2020-05-24</Date>
  33. <Version>7.1.2</Version>
  34. <Comment>Patch version bump.</Comment>
  35. <Name>Blue Devil</Name>
  36. <Email>bluedevil@sctzine.com</Email>
  37. </Update>
  38. <Update release="3">
  39. <Date>2020-03-11</Date>
  40. <Version>7.1.1</Version>
  41. <Comment>Minor version bump.</Comment>
  42. <Name>Blue Devil</Name>
  43. <Email>bluedevil@sctzine.com</Email>
  44. </Update>
  45. <Update release="2">
  46. <Date>2020-02-15</Date>
  47. <Version>7.0</Version>
  48. <Comment>Moved from contrib and rebuilt.</Comment>
  49. <Name>Blue Devil</Name>
  50. <Email>bluedevil@sctzine.com</Email>
  51. </Update>
  52. <Update release="1">
  53. <Date>2019-11-06</Date>
  54. <Version>7.0</Version>
  55. <Comment>First pisi release</Comment>
  56. <Name>Blue Devil</Name>
  57. <Email>bluedevil@sctzine.com</Email>
  58. </Update>
  59. </History>
  60. </PISI>