pspec.xml 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>pgadmin4</Name>
  6. <Homepage>https://www.pgadmin.org/</Homepage>
  7. <Packager>
  8. <Name>İdris Kalp</Name>
  9. <Email>idriskalp@gmail.com</Email>
  10. </Packager>
  11. <License>custom</License>
  12. <IsA>app:gui</IsA>
  13. <Summary>Comprehensive design and management interface for PostgreSQL</Summary>
  14. <Description>pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.</Description>
  15. <Archive sha1sum="53e44e5707ab04fd8b499d840a71ad8637cde3c0" type="targz">https://pgadmin-archive.postgresql.org/pgadmin4/v4.19/source/pgadmin4-4.19.tar.gz</Archive>
  16. <BuildDependencies>
  17. <Dependency>python3-devel</Dependency>
  18. <Dependency>qt5-base-devel</Dependency>
  19. <Dependency>postgresql-lib</Dependency>
  20. <Dependency>imagemagick-devel</Dependency>
  21. <Dependency>python3-setuptools</Dependency>
  22. <Dependency>python3-sphinx</Dependency>
  23. <Dependency>python3-extras</Dependency>
  24. <Dependency>python3-fixtures</Dependency>
  25. <Dependency>python3-html5lib</Dependency>
  26. <Dependency>python3-pbr</Dependency>
  27. <Dependency>python3-mimeparse</Dependency>
  28. <Dependency>python3-pyrsistent</Dependency>
  29. <Dependency>python3-blinker</Dependency>
  30. <Dependency>python3-flask</Dependency>
  31. <Dependency>python3-flask-login</Dependency>
  32. <Dependency>python3-flask-migrate</Dependency>
  33. <Dependency>python3-flask-sqlalchemy</Dependency>
  34. <Dependency>python3-flask-wtf</Dependency>
  35. <Dependency>python3-passlib</Dependency>
  36. <Dependency>python3-pytz</Dependency>
  37. <Dependency>python3-simplejson</Dependency>
  38. <Dependency>python3-six</Dependency>
  39. <Dependency>python3-speaklater</Dependency>
  40. <Dependency>python3-sqlparse</Dependency>
  41. <Dependency>python3-wtforms</Dependency>
  42. <Dependency>python3-psutil</Dependency>
  43. <Dependency>python3-Jinja2</Dependency>
  44. <Dependency>python3-paramiko</Dependency>
  45. <Dependency>python3-psycopg2</Dependency>
  46. <Dependency>python3-cryptography</Dependency>
  47. <Dependency>python3-sqlalchemy</Dependency>
  48. <Dependency>python3-testtools</Dependency>
  49. <Dependency>python3-webencodings</Dependency>
  50. <Dependency>python3-werkzeug</Dependency>
  51. <Dependency>python3-dateutil</Dependency>
  52. <Dependency>python3-flask-gravatar</Dependency>
  53. <Dependency>python3-flask-mail</Dependency>
  54. <Dependency>python3-flask-principal</Dependency>
  55. <Dependency>python3-flask-paranoid</Dependency>
  56. <Dependency>python3-sshtunnel</Dependency>
  57. <Dependency>python3-flask-security</Dependency>
  58. <Dependency>python3-flask-compress</Dependency>
  59. <Dependency>python3-email-validator</Dependency>
  60. </BuildDependencies>
  61. <Patches>
  62. <Patch level="1">pgadmin4-python-de-vendor-venv-paths.patch</Patch>
  63. <Patch level="1">python-3.8.patch</Patch>
  64. </Patches>
  65. </Source>
  66. <Package>
  67. <Name>pgadmin4</Name>
  68. <Summary>Comprehensive design and management interface for PostgreSQL</Summary>
  69. <RuntimeDependencies>
  70. <Dependency>python3</Dependency>
  71. <Dependency>qt5-base</Dependency>
  72. <Dependency>postgresql-lib</Dependency>
  73. <Dependency>imagemagick</Dependency>
  74. <Dependency>python3-blinker</Dependency>
  75. <Dependency>python3-flask</Dependency>
  76. <Dependency>python3-flask-login</Dependency>
  77. <Dependency>python3-flask-migrate</Dependency>
  78. <Dependency>python3-flask-sqlalchemy</Dependency>
  79. <Dependency>python3-flask-wtf</Dependency>
  80. <Dependency>python3-passlib</Dependency>
  81. <Dependency>python3-pytz</Dependency>
  82. <Dependency>python3-simplejson</Dependency>
  83. <Dependency>python3-six</Dependency>
  84. <Dependency>python3-speaklater</Dependency>
  85. <Dependency>python3-sqlparse</Dependency>
  86. <Dependency>python3-wtforms</Dependency>
  87. <Dependency>python3-psutil</Dependency>
  88. <Dependency>python3-Jinja2</Dependency>
  89. <Dependency>python3-paramiko</Dependency>
  90. <Dependency>python3-psycopg2</Dependency>
  91. <Dependency>python3-cryptography</Dependency>
  92. <Dependency>python3-sqlalchemy</Dependency>
  93. <Dependency>python3-testtools</Dependency>
  94. <Dependency>python3-webencodings</Dependency>
  95. <Dependency>python3-werkzeug</Dependency>
  96. <Dependency>python3-dateutil</Dependency>
  97. <Dependency>python3-flask-gravatar</Dependency>
  98. <Dependency>python3-flask-mail</Dependency>
  99. <Dependency>python3-flask-principal</Dependency>
  100. <Dependency>python3-flask-paranoid</Dependency>
  101. <Dependency>python3-sshtunnel</Dependency>
  102. <Dependency>python3-flask-security</Dependency>
  103. <Dependency>python3-flask-compress</Dependency>
  104. <Dependency>python3-email-validator</Dependency>
  105. </RuntimeDependencies>
  106. <Files>
  107. <Path fileType="executable">/usr/bin</Path>
  108. <Path fileType="library">/usr/lib</Path>
  109. <Path fileType="data">/usr/share</Path>
  110. </Files>
  111. <AdditionalFiles>
  112. <AdditionalFile owner="root" permission="0755" target="/usr/bin/pgadmin4">pgadmin4</AdditionalFile>
  113. <AdditionalFile owner="root" permission="0755" target="/usr/bin/pgadmin4-server">pgadmin4-server</AdditionalFile>
  114. <AdditionalFile owner="root" permission="0755" target="/usr/share/applications/pgAdmin4.desktop">pgAdmin4.desktop</AdditionalFile>
  115. <AdditionalFile owner="root" permission="0755" target="/usr/lib/pgadmin4/web/config_distro.py">config_distro.py</AdditionalFile>
  116. </AdditionalFiles>
  117. </Package>
  118. <Package>
  119. <Name>pgadmin4-docs</Name>
  120. <Summary>Documentation files for pgadmin4</Summary>
  121. <RuntimeDependencies>
  122. <Dependency release="current">pgadmin4</Dependency>
  123. </RuntimeDependencies>
  124. <Files>
  125. <Path fileType="doc">/usr/share/doc/pgadmin4</Path>
  126. </Files>
  127. </Package>
  128. <History>
  129. <Update release="2">
  130. <Date>2023-11-04</Date>
  131. <Version>4.19</Version>
  132. <Comment>Rebuild</Comment>
  133. <Name>Idris Kalp</Name>
  134. <Email>idriskalp@gmail.com</Email>
  135. </Update>
  136. <Update release="1">
  137. <Date>2020-03-24</Date>
  138. <Version>4.19</Version>
  139. <Comment>First release</Comment>
  140. <Name>Idris Kalp</Name>
  141. <Email>idriskalp@gmail.com</Email>
  142. </Update>
  143. </History>
  144. </PISI>