pspec.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE INARY SYSTEM "https://raw.githubusercontent.com/Zaryob/inary/master/inary-spec.dtd">
  3. <INARY>
  4. <Source>
  5. <Name>pep8</Name>
  6. <Homepage>https://pypi.python.org/pypi/pep8</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <Summary>Python style guide checker</Summary>
  12. <Description>pep8 is a tool to check your Python code against some of the style conventions in PEP 8.</Description>
  13. <License>GPLv2+</License>
  14. <Archive sha1sum="65d3cbf90fd347d6416920ae9ebb3a0a7a919c71" type="targz">https://files.pythonhosted.org/packages/01/a0/64ba19519db49e4094d82599412a9660dee8c26a7addbbb1bf17927ceefe/pep8-1.7.1.tar.gz</Archive>
  15. </Source>
  16. <Package>
  17. <Name>python-pep8</Name>
  18. <Files>
  19. <Path fileType="executable">/usr/bin/pep8-2.7</Path>
  20. <Path fileType="library">/usr/lib/python2*</Path>
  21. </Files>
  22. </Package>
  23. <Package>
  24. <Name>python3-pep8</Name>
  25. <Files>
  26. <Path fileType="executable">/usr/bin/pep8</Path>
  27. <Path fileType="library">/usr/lib/python3*</Path>
  28. </Files>
  29. </Package>
  30. <Package>
  31. <Name>python-pep8-docs</Name>
  32. <Files>
  33. <Path fileType="library">/usr/share/doc</Path>
  34. <Path fileType="library">/usr/share/man</Path>
  35. </Files>
  36. </Package>
  37. <History>
  38. <Update release="2">
  39. <Date>2020-07-01</Date>
  40. <Version>1.7.1</Version>
  41. <Comment>Package is rebuilded and released up.</Comment>
  42. <Name>Suleyman Poyraz</Name>
  43. <Email>zaryob.dev@gmail.com</Email>
  44. </Update>
  45. <Update release="1">
  46. <Date>2019-11-21</Date>
  47. <Version>1.7.1</Version>
  48. <Comment>First release</Comment>
  49. <Name>Süleyman Poyraz</Name>
  50. <Email>zaryob.dev@gmail.com</Email>
  51. </Update>
  52. </History>
  53. </INARY>