Files
2026-04-18 14:24:34 +03:00

72 lines
2.6 KiB
XML

<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>pgadmin4</Name>
<Homepage>https://www.pgadmin.org/</Homepage>
<Packager>
<Name>Atilla BALCI</Name>
<Email>atilla.balci@tarimorman.gov.tr</Email>
</Packager>
<License>PostgreSQL</License>
<IsA>app:gui</IsA>
<Summary>Comprehensive design and management interface for PostgreSQL</Summary>
<Description>pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL.</Description>
<Archive sha1sum="16303b96f5d302b27f3145857a190615966fe155" type="targz">https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v9.14/source/pgadmin4-9.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>cython3</Dependency>
<Dependency>python3</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>pip3</Dependency>
<Dependency>nodejs</Dependency>
<Dependency>postgresql-lib</Dependency>
<Dependency>python3-wheel</Dependency>
<Dependency>e2fsprogs-devel</Dependency>
<Dependency>mit-kerberos-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>pgadmin4</Name>
<RuntimeDependencies>
<Dependency>python3</Dependency>
<Dependency>python3-flask</Dependency>
<Dependency>python3-flask-login</Dependency>
<Dependency>python3-flask-migrate</Dependency>
<Dependency>python3-flask-sqlalchemy</Dependency>
<Dependency>python3-flask-wtf</Dependency>
<Dependency>python3-psycopg2</Dependency>
<Dependency>python3-cryptography</Dependency>
<Dependency>python3-werkzeug</Dependency>
<Dependency>python3-Jinja2</Dependency>
<Dependency>postgresql-lib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/pgadmin4</Path>
<Path fileType="data">/usr/lib/pgadmin4</Path>
<Path fileType="data">/var/lib/pgadmin</Path>
<Path fileType="data">/var/log/pgadmin</Path>
<Path fileType="data">/usr/share/applications/pgadmin4.desktop</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2026-04-18</Date>
<Version>9.14</Version>
<Comment>Version bump to 9.14</Comment>
<Name>Atilla BALCI</Name>
<Email>atilla.balci@tarimorman.gov.tr</Email>
</Update>
</History>
</PISI>