pspec.xml 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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>pyparsing</Name>
  6. <Homepage>http://sourceforge.net/projects/pyparsing</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>Python module for creating and executing simple grammars</Summary>
  14. <Description>pyparsing is a module that can be used to easily and directly configure syntax definitions for any number of text parsing applications.</Description>
  15. <Archive sha1sum="ca8d892c93fe2d54ea5e6f31c5798e40c58e8667" type="targz">https://files.pythonhosted.org/packages/c1/47/dfc9c342c9842bbe0036c7f763d2d6686bcf5eb1808ba3e170afdb282210/pyparsing-2.4.7.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>python-pyparsing</Name>
  19. <BuildDependencies>
  20. <Dependency>python</Dependency>
  21. </BuildDependencies>
  22. <RuntimeDependencies>
  23. <Dependency>python</Dependency>
  24. </RuntimeDependencies>
  25. <Files>
  26. <Path fileType="library">/usr/lib/python2*</Path>
  27. </Files>
  28. </Package>
  29. <Package>
  30. <Name>python3-pyparsing</Name>
  31. <BuildDependencies>
  32. </BuildDependencies>
  33. <RuntimeDependencies>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="library">/usr/lib/python3*</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>python-pyparsing-docs</Name>
  41. <Files>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="2">
  47. <Date>2020-07-01</Date>
  48. <Version>2.4.7</Version>
  49. <Comment>Version bump to 2.4.7</Comment>
  50. <Name>Suleyman Poyraz</Name>
  51. <Email>zaryob.dev@gmail.com</Email>
  52. </Update>
  53. <Update release="1">
  54. <Date>2019-11-21</Date>
  55. <Version>3.4.5</Version>
  56. <Comment>First release</Comment>
  57. <Name>Süleyman Poyraz</Name>
  58. <Email>zaryob.dev@gmail.com</Email>
  59. </Update>
  60. </History>
  61. </INARY>