pspec.xml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>python-editor</Name>
  6. <Homepage>https://github.com/fmoo/python-editor</Homepage>
  7. <Packager>
  8. <Name>Blue Devil</Name>
  9. <Email>bluedevil@sctzine.com</Email>
  10. </Packager>
  11. <PartOf>programming.language.python</PartOf>
  12. <License>Apache2.0</License>
  13. <IsA>library</IsA>
  14. <Summary>Programmatically open an editor, capture the result.</Summary>
  15. <Description>python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR.</Description>
  16. <Archive sha1sum="123af5166fe249a09d4ee76bad5e369166e08f5a" type="targz">https://github.com/fmoo/python-editor/archive/1.0.4.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>python-setuptools</Dependency>
  19. <Dependency>python-devel</Dependency>
  20. </BuildDependencies>
  21. </Source>
  22. <Package>
  23. <Name>python-editor</Name>
  24. <Summary>Programmatically open an editor, capture the result.</Summary>
  25. <Files>
  26. <Path fileType="library">/usr/lib/python2*</Path>
  27. <Path fileType="doc">/usr/share/doc/python-editor</Path>
  28. </Files>
  29. </Package>
  30. <History>
  31. <Update release="1">
  32. <Date>2020-02-18</Date>
  33. <Version>1.0.4</Version>
  34. <Comment>First release.</Comment>
  35. <Name>Blue Devil</Name>
  36. <Email>bluedevil@sctzine.com</Email>
  37. </Update>
  38. </History>
  39. </PISI>