pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pymacs</Name>
  6. <Homepage>https://github.com/dgentry/Pymacs</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv2</License>
  12. <IsA>library</IsA>
  13. <Summary>Interface between Emacs Lisp and Python</Summary>
  14. <Description>Pymacs is a powerful tool which, once started from Emacs, allows two-way communication between Emacs Lisp and Python.</Description>
  15. <Archive sha1sum="87aa0e704c62ef82c8258e825564fc35ad9f0511" type="targz">https://github.com/dgentry/Pymacs/archive/refs/tags/v0.26.tar.gz</Archive>
  16. </Source>
  17. <Package>
  18. <Name>pymacs</Name>
  19. <Files>
  20. <Path fileType="library">/usr/lib</Path>
  21. <Path fileType="doc">/usr/share/doc</Path>
  22. <Path fileType="data">/usr/share/emacs</Path>
  23. <Path fileType="config">/etc/emacs/site-lisp</Path>
  24. </Files>
  25. <AdditionalFiles>
  26. <AdditionalFile owner="root" permission="0644" target="/etc/emacs/site-lisp/80-pymacs.el">80-pymacs.el</AdditionalFile>
  27. </AdditionalFiles>
  28. </Package>
  29. <History>
  30. <Update release="6">
  31. <Date>2024-11-28</Date>
  32. <Version>0.26</Version>
  33. <Comment>Rebuild with new toolchain</Comment>
  34. <Name>Ümit Solmaz</Name>
  35. <Email>usuyum@yandex.com</Email>
  36. </Update>
  37. <Update release="5">
  38. <Date>2020-02-09</Date>
  39. <Version>0.25</Version>
  40. <Comment>Rebuild with new toolchain</Comment>
  41. <Name>Mustafa Cinasal</Name>
  42. <Email>muscnsl@gmail.com</Email>
  43. </Update>
  44. <Update release="4">
  45. <Date>2019-02-01</Date>
  46. <Version>0.25</Version>
  47. <Comment>Rebuild with new toolchain</Comment>
  48. <Name>Mustafa Cinasal</Name>
  49. <Email>muscnsl@gmail.com</Email>
  50. </Update>
  51. <Update release="3">
  52. <Date>2017-05-09</Date>
  53. <Version>0.25</Version>
  54. <Comment>Rebuild with new toolchain</Comment>
  55. <Name>Mustafa Cinasal</Name>
  56. <Email>muscnsl@gmail.com</Email>
  57. </Update>
  58. <Update release="2">
  59. <Date>2016-06-09</Date>
  60. <Version>0.25</Version>
  61. <Comment>Release Bump</Comment>
  62. <Name>Pisi Linux Community</Name>
  63. <Email>admin@pisilinux.org</Email>
  64. </Update>
  65. <Update release="1">
  66. <Date>2015-12-24</Date>
  67. <Version>0.25</Version>
  68. <Comment>First release</Comment>
  69. <Name>Ilker Manap</Name>
  70. <Email>ilkermanap@gmail.com</Email>
  71. </Update>
  72. </History>
  73. </PISI>