pgadmin4
This commit is contained in:
@@ -7,6 +7,7 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
shelltools.export("CYTHON", "/usr/bin/cython3")
|
||||
installdir = get.installDIR()
|
||||
shelltools.system("pip3 install --no-build-isolation --ignore-installed "
|
||||
"--prefix=/usr --root='%s' "
|
||||
|
||||
@@ -14,11 +14,15 @@
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user