pspec.xml 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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-sanic</Name>
  6. <Homepage>https://pypi.org/project/sanic/</Homepage>
  7. <Packager>
  8. <Name>Ismet Sezer Simsek</Name>
  9. <Email>ismetsezer1996@gmail.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python3</PartOf>
  12. <License>MIT</License>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>A web server and web framework that's written to go fast. Build fast. Run fast.</Summary>
  16. <Description>Sanic is a Python 3.6+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.</Description>
  17. <Archive sha1sum="73f25d6f073008961fe7979759ebddf3247396f9" type="targz">https://github.com/huge-success/sanic/archive/v21.9.1.tar.gz</Archive>
  18. <BuildDependencies>
  19. <Dependency>python3-devel</Dependency>
  20. <Dependency>python3-setuptools</Dependency>
  21. </BuildDependencies>
  22. </Source>
  23. <Package>
  24. <Name>python3-sanic</Name>
  25. <Summary>A web server and web framework that's written to go fast. Build fast. Run fast.</Summary>
  26. <RuntimeDependencies>
  27. <Dependency>python3</Dependency>
  28. <Dependency>python3-httpx</Dependency>
  29. <Dependency>python3-aiofiles</Dependency>
  30. <Dependency>python3-httptools</Dependency>
  31. <Dependency>python3-multidict</Dependency>
  32. <Dependency>python3-websockets</Dependency>
  33. </RuntimeDependencies>
  34. <Files>
  35. <Path fileType="library">/usr/lib</Path>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="man">/usr/share/man</Path>
  38. <Path fileType="doc">/usr/share/doc</Path>
  39. </Files>
  40. </Package>
  41. <History>
  42. <Update release="8">
  43. <Date>2023-10-17</Date>
  44. <Version>21.9.1</Version>
  45. <Comment>Rebuild.</Comment>
  46. <Name>Mustafa Cinasal</Name>
  47. <Email>muscnsl@gmail.com</Email>
  48. </Update>
  49. <Update release="7">
  50. <Date>2021-10-28</Date>
  51. <Version>21.9.1</Version>
  52. <Comment>Version bump.</Comment>
  53. <Name>Mustafa Cinasal</Name>
  54. <Email>muscnsl@gmail.com</Email>
  55. </Update>
  56. <Update release="6">
  57. <Date>2020-07-21</Date>
  58. <Version>20.6.3</Version>
  59. <Comment>Minor version bump.</Comment>
  60. <Name>Blue Devil</Name>
  61. <Email>bluedevil@sctzine.com</Email>
  62. </Update>
  63. <Update release="5">
  64. <Date>2020-05-18</Date>
  65. <Version>20.3.0</Version>
  66. <Comment>Major version bump.</Comment>
  67. <Name>Blue Devil</Name>
  68. <Email>bluedevil@sctzine.com</Email>
  69. </Update>
  70. <Update release="4">
  71. <Date>2020-01-14</Date>
  72. <Version>19.12.2</Version>
  73. <Comment>Version bump.</Comment>
  74. <Name>Blue Devil</Name>
  75. <Email>bluedevil@sctzine.com</Email>
  76. </Update>
  77. <Update release="3">
  78. <Date>2018-08-30</Date>
  79. <Version>0.7.0</Version>
  80. <Comment>Release Bump</Comment>
  81. <Name>Pisi Linux Community</Name>
  82. <Email>admin@pisilinux.org</Email>
  83. </Update>
  84. <Update release="2">
  85. <Date>2018-01-31</Date>
  86. <Version>0.7.0</Version>
  87. <Comment>Release Bump</Comment>
  88. <Name>Pisi Linux Community</Name>
  89. <Email>admin@pisilinux.org</Email>
  90. </Update>
  91. <Update release="1">
  92. <Date>2017-08-15</Date>
  93. <Version>0.6.0</Version>
  94. <Comment>First Release</Comment>
  95. <Name>Ismet Sezer Simsek</Name>
  96. <Email>ismetsezer1996@gmail.com</Email>
  97. </Update>
  98. </History>
  99. </PISI>