pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM 'https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
  3. <PISI>
  4. <Source>
  5. <Name>python3-kappa</Name>
  6. <Homepage>https://github.com/garnaat/kappa</Homepage>
  7. <Packager>
  8. <Name>Ismet Sezer Simsek</Name>
  9. <Email>ismetsezer1996@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <PartOf>programming.language.python3</PartOf>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>A CLI tool for AWS Lambda developers</Summary>
  16. <Description>Kappa is a command line tool that (hopefully) makes it easier to deploy, update, and test functions for AWS Lambda.</Description>
  17. <Archive sha1sum="27599e4dddbc66c21a152759c0701ef1587cb918" type="targz">https://pypi.python.org/packages/9e/67/c064a0b48f3aaee38aa810e09e6c3c97857e9c9a69cb2e6f79da650ec054/kappa-0.7.0.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>python3-devel</Dependency>
  20. <Dependency>python3-setuptools</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>python3-kappa</Name>
  25. <Summary>A CLI tool for AWS Lambda developers</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>python3</Dependency>
  28. </RuntimeDependencies>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="executable">/usr/bin</Path>
  32. <Path fileType="man">/usr/share/man</Path>
  33. <Path fileType="doc">/usr/share/doc</Path>
  34. </Files>
  35. </Package>
  36. <History>
  37. <Update release="5">
  38. <Date>2023-10-17</Date>
  39. <Version>0.7.0</Version>
  40. <Comment>Rebuild</Comment>
  41. <Name>Mustafa Cinasal</Name>
  42. <Email>muscnsl@gmail.com</Email>
  43. </Update>
  44. <Update release="4">
  45. <Date>2021-10-28</Date>
  46. <Version>0.7.0</Version>
  47. <Comment>Rebuild</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2020-01-14</Date>
  53. <Version>0.7.0</Version>
  54. <Comment>Rebuild for new toolchain</Comment>
  55. <Name>Blue Devil</Name>
  56. <Email>bluedevil@sctzine.com</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2018-08-30</Date>
  60. <Version>0.7.0</Version>
  61. <Comment>Rebuild</Comment>
  62. <Name>Mustafa Cinasal</Name>
  63. <Email>muscnsl@gmail.com</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2017-08-15</Date>
  67. <Version>0.7.0</Version>
  68. <Comment>First Release</Comment>
  69. <Name>Ismet Sezer Simsek</Name>
  70. <Email>ismetsezer1996@gmail.com</Email>
  71. </Update>
  72. </History>
  73. </PISI>