pspec.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM 'http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd'>
  3. <PISI>
  4. <Source>
  5. <Name>python3-sanic</Name>
  6. <Homepage></Homepage>
  7. <Packager>
  8. <Name>Ismet Sezer Simsek</Name>
  9. <Email>ismetsezer1996@gmail.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>A microframework based on uvloop, httptools, and learnings of flask</Summary>
  15. <Description>Sanic is a Flask-like Python 3.5+ web server thats written to go fast. Its based on the work done by the amazing folks at magicstack</Description>
  16. <Archive sha1sum="bacbbe0bb6625106d91797e1e947dc91a6644694" type="targz">https://pypi.python.org/packages/c1/d4/a6fa3efa7aa8ff6fb08cddac6f10e92da95e1fd44d6397fb481bf012c2a0/sanic-0.7.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency versionFrom="3.6.0">python3-devel</Dependency>
  19. <Dependency versionFrom="19.6.1">python3-setuptools</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python3-sanic</Name>
  24. <RuntimeDependencies>
  25. <Dependency versionFrom="3.6.0">python3</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/lib</Path>
  29. <Path fileType="executable">/usr/bin</Path>
  30. <Path fileType="man">/usr/share/man</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <History>
  35. <Update release="2">
  36. <Date>2018-01-31</Date>
  37. <Version>0.7.0</Version>
  38. <Comment>Release Bump</Comment>
  39. <Name>Pisi Linux Community</Name>
  40. <Email>admin@pisilinux.org</Email>
  41. </Update>
  42. <Update release="1">
  43. <Date>2017-08-15</Date>
  44. <Version>0.6.0</Version>
  45. <Comment>First Release</Comment>
  46. <Name>Ismet Sezer Simsek</Name>
  47. <Email>ismetsezer1996@gmail.com</Email>
  48. </Update>
  49. </History>
  50. </PISI>