pspec.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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>pkginfo</Name>
  6. <Homepage>https://pypi.org/project/pkginfo/</Homepage>
  7. <Packager>
  8. <Name>Süleyman Poyraz</Name>
  9. <Email>zaryob.dev@gmail.com</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <IsA>app:console</IsA>
  14. <Summary>This package provides an API for querying the distutils metadata written in the PKG-INFO file.</Summary>
  15. <Description>This package provides an API for querying the distutils metadata written in the PKG-INFO file.</Description>
  16. <Archive sha1sum="4036ab842fc55315107ca8c4271010f385051943" type="targz">https://files.pythonhosted.org/packages/6c/04/fd6683d24581894be8b25bc8c68ac7a0a73bf0c4d74b888ac5fe9a28e77f/pkginfo-1.5.0.1.tar.gz</Archive>
  17. </Source>
  18. <Package>
  19. <Name>python-pkginfo</Name>
  20. <BuildDependencies>
  21. <Dependency>python-setuptools</Dependency>
  22. <Dependency>python-devel</Dependency>
  23. </BuildDependencies>
  24. <RuntimeDependencies>
  25. <Dependency>python</Dependency>
  26. </RuntimeDependencies>
  27. <Files>
  28. <Path fileType="library">/usr/bin/pkginfotests</Path>
  29. <Path fileType="library">/usr/bin/pkginfotests-2.7</Path>
  30. <Path fileType="executable">/usr/bin/pkginfo-2.7</Path>
  31. <Path fileType="library">/usr/lib/python2*</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>python3-pkginfo</Name>
  36. <BuildDependencies>
  37. <Dependency>python3-setuptools</Dependency>
  38. </BuildDependencies>
  39. <RuntimeDependencies>
  40. </RuntimeDependencies>
  41. <Files>
  42. <Path fileType="executable">/usr/bin/pkginfo</Path>
  43. <Path fileType="library">/usr/lib/python3*</Path>
  44. </Files>
  45. </Package>
  46. <Package>
  47. <Name>python-pkginfo-docs</Name>
  48. <Files>
  49. <Path fileType="library">/usr/share/doc</Path>
  50. <Path fileType="library">/usr/share/man</Path>
  51. </Files>
  52. </Package>
  53. <History>
  54. <Update release="2">
  55. <Date>2020-07-01</Date>
  56. <Version>1.5.0.1</Version>
  57. <Comment>Package is rebuilded and released up.</Comment>
  58. <Name>Suleyman Poyraz</Name>
  59. <Email>zaryob.dev@gmail.com</Email>
  60. </Update>
  61. <Update release="1">
  62. <Date>2019-09-15</Date>
  63. <Version>1.5.0.1</Version>
  64. <Comment>First release</Comment>
  65. <Name>Süleyman Poyraz</Name>
  66. <Email>zaryob.dev@gmail.com</Email>
  67. </Update>
  68. </History>
  69. </INARY>