1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: pgxnclient
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
help2man,
libpq-dev,
python3-all,
python3-mock,
python3-pytest,
python3-pytest-runner,
python3-setuptools,
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://pgxn.github.io/pgxnclient/
Vcs-Git: https://salsa.debian.org/postgresql/pgxnclient.git
Vcs-Browser: https://salsa.debian.org/postgresql/pgxnclient
Package: pgxnclient
Architecture: all
Depends:
ca-certificates,
python3 (>= 3.12) | python3-pkg-resources,
${misc:Depends},
${python3:Depends},
Description: command line client for the PostgreSQL Extension Network
The PGXN Client is a command line tool designed to interact with the
PostgreSQL Extension Network at https://pgxn.org/ allowing searching,
compiling, installing, and removing extensions in PostgreSQL databases.
|