diff options
| author | Javier Olaechea <pirata@gmail.com> | 2026-08-18 01:21:28 -0500 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-22 23:34:52 +0900 |
| commit | a56b050d4badafa09790236f66ca588f9b797274 (patch) | |
| tree | 5aa75a31ae7d0b60a3018c40963a836765c6e0bc /gnu/packages/databases.scm | |
| parent | a9cb902f3f6a1644ab7ff85db138bac7e38ec46b (diff) | |
gnu: Add pg-prove.
* gnu/packages/databases.scm (pg-prove): New variable.
Merges: https://codeberg.org/guix/guix/pulls/10638
Reviewed-by: Marius Bakke <marius.andre.bakke@gmail.com>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/databases.scm')
| -rw-r--r-- | gnu/packages/databases.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm index b256784a4b2..f03a817f346 100644 --- a/gnu/packages/databases.scm +++ b/gnu/packages/databases.scm | |||
| @@ -3170,6 +3170,28 @@ data (INSERT, UPDATE, DELETE).") | |||
| 3170 | temporary directory, and destroys it when the perl script exits.") | 3170 | temporary directory, and destroys it when the perl script exits.") |
| 3171 | (license license:artistic2.0))) | 3171 | (license license:artistic2.0))) |
| 3172 | 3172 | ||
| 3173 | (define-public pg-prove | ||
| 3174 | (package | ||
| 3175 | (name "pg-prove") | ||
| 3176 | (version "3.37") | ||
| 3177 | (source | ||
| 3178 | (origin | ||
| 3179 | (method url-fetch) | ||
| 3180 | (uri (string-append | ||
| 3181 | "mirror://cpan/authors/id/D/DW/DWHEELER/TAP-Parser-SourceHandler-pgTAP-" | ||
| 3182 | version ".tar.gz")) | ||
| 3183 | (sha256 | ||
| 3184 | (base32 "0zarga5pvl6wdc3jv3brvzfgids4zzsdddgp65qnh7ia8j0qb4kf")))) | ||
| 3185 | (build-system perl-build-system) | ||
| 3186 | (native-inputs (list perl-module-build)) | ||
| 3187 | (home-page "https://pgtap.org/pg_prove.html") | ||
| 3188 | (synopsis "Run and harness pgTAP tests") | ||
| 3189 | (description | ||
| 3190 | "@command{pg_prove} is a command-line application to run one or more | ||
| 3191 | pgTAP tests in a PostgreSQL database. The output of the tests is harvested | ||
| 3192 | and processed by TAP::Harness in order to summarize the results of the test.") | ||
| 3193 | (license license:perl-license))) | ||
| 3194 | |||
| 3173 | (define-public unixodbc | 3195 | (define-public unixodbc |
| 3174 | (package | 3196 | (package |
| 3175 | (name "unixodbc") | 3197 | (name "unixodbc") |
