| Commit message (Expand) | Author | Age | Files | Lines |
* | gnu: python-mysqlclient: Update to 2.2.4.•••* gnu/packages/databases.scm (python-mysqlclient): Update to 2.2.4.
[arguments]<#:phases>: Remove 'fix-test phase.
[native-inputs]: Add pkg-config.
Change-Id: I57a0b84eb0d56f9cea619b226090cc1ccd84812b
Signed-off-by: Hilton Chain <hako@ultrarare.space>
| Marco Rimoldi | 2024-03-27 | 1 | -11/+4 |
* | gnu: python-mysqlclient: Enable selected tests.•••* gnu/packages/databases.scm (python-mysqlclient)
[build-system]: Change to pyproject-build-system.
[arguments]
<#:phases>: Add 'fix-test phase.
<#:test-flags>: Specify tests to run.
[native-inputs]: Add python-pytest.
[inputs]: Replace mariadb:dev with mariadb-connector-c.
[home-page]: Update.
Change-Id: I5ae0873155f9a7cc90a318762b77864665fadc01
Signed-off-by: Hilton Chain <hako@ultrarare.space>
| Marco Rimoldi | 2024-03-27 | 1 | -7/+16 |
* | gnu: sqls: Fix home and source URL.•••* gnu/packages/databases.scm (sqls): Place [home-page] after
[native-inputs].
[source]: Swap to use direct source URL string instead of home page.
[arguments]: Use list format. Set <#:install-source?> to #t.
[home-page]: Fix URL after lint permanent redirect warning.
[inputs]: Sort alphabetically.
Change-Id: I50f1c9b38efb5774f6d95d79c4f5f8e1774fd75e
| Sharlatan Hellseher | 2024-03-24 | 1 | -4/+6 |
* | gnu: go-github-com-lib-pq: Move to golang-xyz.•••* gnu/packages/syncthing.scm (go-github-com-lib-pq): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.
* gnu/packages/databases.scm: Remvoe (gnu packages syncthing).
Change-Id: I0f2f9c2366fd47b7167044d76f8c2c67a2f65544
| Sharlatan Hellseher | 2024-03-24 | 1 | -1/+0 |
* | gnu: apache-arrow: Update to 15.0.1.•••* gnu/packages/databases.scm (apache-arrow): Update to 15.0.1.
Change-Id: I68b1eca089e7bb2a6d6a034264b99dc6fb2a8851
| Ricardo Wurmus | 2024-03-19 | 1 | -2/+2 |
* | gnu: sqls: Add missing inputs.•••* gnu/packages/databases (sqls): Add missing inputs.
[native-inputs]: Add go-github-com-google-go-cmp-cmp and
go-github-com-k0kubun-pp.
* gnu/packages/databases: Add (gnu packages golang-xyz) module.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| Troy Figiel | 2024-03-06 | 1 | -0/+3 |
* | gnu: Add python-fastparquet.•••* gnu/packages/databases.scm (python-fastparquet): New variable.
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: Ib3c39167c0d82aab9b271fdba181daa311f692a8
| Troy Figiel | 2024-03-03 | 1 | -1/+74 |
* | gnu: pgvector: Fix installation.•••* gnu/packages/databases.scm (pgvector)[arguments]: Do not use DESTDIR;
replace 'install phase.
Change-Id: Ic2a8d174adf4f5323879dc60091b414178e3ad3e
| Ricardo Wurmus | 2024-02-29 | 1 | -3/+15 |
* | gnu: Add pgvector.•••* gnu/packages/databases.scm (pgvector): New variable.
Change-Id: I07b87956edc4c32d2ff1af2995a2a965fddf4ab7
| Ricardo Wurmus | 2024-02-29 | 1 | -0/+38 |
* | gnu: apache-arrow: Update to 14.0.2.•••* gnu/packages/databases.scm (apache-arrow): Update to 14.0.2.
Change-Id: I9256111937ed7bb7bcf7420b821582fde83b3384
| Ricardo Wurmus | 2024-02-26 | 1 | -2/+2 |
* | gnu: Add duckdb.•••* gnu/packages/databases.scm (duckdb): New variable.
Change-Id: Ic689dbd4bb91a2c806f846464e2af95be50cd069
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| Greg Hogan | 2024-02-14 | 1 | -1/+34 |
* | gnu: go-gopkg-in-mgo-v2: Add missing inputs.•••* gnu/packages/databases.scm (go-gopkg-in-mgo-v2): Add missing inputs.
[propagated-inputs]: Add go-gopkg.in-tomb.v2.
[inputs]: Add cyrus-sasl.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| Troy Figiel | 2024-02-13 | 1 | -0/+4 |
* | gnu: go-golang-org-x-sys: Move to golang-build.•••* gnu/packages/golang.scm (go-golang-org-x-sys): Move
from here ...
* gnu/packages/golang-build.scm: ... to here.
* gnu/packages/curl.scm: Add (gnu packages golang-build) module.
* gnu/packages/databases.scm: As above.
* gnu/packages/docker.scm: As above.
* gnu/packages/golang-build.scm: As above.
* gnu/packages/golang.scm: As above.
* gnu/packages/irc.scm: As above.
* gnu/packages/linux.scm: As above.
* gnu/packages/password-utils.scm: As above.
* gnu/packages/syncthing.scm: As above.
* gnu/packages/textutils.scm: As above.
* gnu/packages/vpn.scm: As above.
* gnu/packages/weather.scm: As above.
* gnu/packages/web.scm: As above.
Change-Id: I161e89cacb9aa87b4fbb643ecd9ad32cfe49c9d7
| Sharlatan Hellseher | 2024-02-13 | 1 | -0/+1 |
* | gnu: python-apsw: Update to 3.45.1.0.•••* gnu/packages/databases.scm (python-apsw): Update to 3.45.1.0.
[native-inputs]: Remove python-cython.
Change-Id: Ia478f15f4c3daf2f5e05e1f3d94d50a7de40f13c
| Hilton Chain | 2024-02-01 | 1 | -4/+4 |
* | gnu: Add python-prisma.•••* gnu/packages/databases.scm (python-prisma): New variable.
Change-Id: I7df9b5600fb49ef46a73678323bc29993f35fae2
| Ricardo Wurmus | 2024-01-16 | 1 | -1/+30 |
* | gnu: datasette: Update to 1.0a7.•••* gnu/packages/databases.scm (datasette): Update to 1.0a7.
[propagated-inputs]: Add python-asyncinject and python-sqlite-utils.
Change-Id: If713cd0f115c8092f9cc200daa850f9a78a20f6b
| Ricardo Wurmus | 2024-01-16 | 1 | -2/+4 |
* | gnu: go-github-com-sourcegraph-jsonrpc2: Move to (gnu packages golang-web).•••* gnu/packages/golang.scm (go-github-com-sourcegraph-jsonrpc2): Move from
here...
* gnu/packages/golang-web.scm: ...to here.
* gnu/packages/databases.scm: Add (gnu packages golang-web) module.
Change-Id: Idda2e18ae5d3e19f72265bdd017eadddc25bcad9
| Sharlatan Hellseher | 2024-01-03 | 1 | -0/+1 |
* | gnu: emacs-rec-mode: Update to 1.9.3.•••* gnu/packages/databases.scm (emacs-rec-mode): Update to 1.9.3.
Change-Id: I4268c08171b75442a6ba5b5da2887ae9764df98d
| Nicolas Goaziou | 2024-01-02 | 1 | -2/+2 |
* | gnu: apache-arrow: Update to 14.0.0.•••* gnu/packages/databases.scm (apache-arrow): Update to 14.0.0.
Change-Id: I5689b37fbfee2cb049cbaf351caed2e3cd07094c
| Ricardo Wurmus | 2023-12-15 | 1 | -2/+2 |
* | gnu: python-alchemy-mock: Adjust for newer python.•••* gnu/packages/databases.scm (python-alchemy-mock)[source]: Add snippet
to adjust python module imports.
Change-Id: Id41dd77ff7cd243f8026ad416d12dc01bf68f467
| Efraim Flashner | 2023-12-05 | 1 | -1/+5 |
* | gnu: soci: Add PIE flag.•••* gnu/packages/databases.scm (soci)[arguments]: Set CMAKE_CXX_FLAGS to add
-fPIE.
Change-Id: I79527759d0d35833168f5106a9d6f372375a8ebe
| Ricardo Wurmus | 2023-11-14 | 1 | -1/+3 |
* | gnu: Add aerich.•••* gnu/packages/databases.scm (aerich): New variable.
Change-Id: I322d619dc80c943d50e28a96ba74d276784ab8da
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Giacomo Leidi | 2023-10-30 | 1 | -0/+43 |
* | gnu: python-tortoise-orm: Update to 0.20.0.•••* gnu/packages/databases.scm (python-tortoise-orm): Update to 0.20.0;
[source]: switch to git-fetched origin;
[build-system]: switch to pyproject-build-system;
[native-inputs]: add poetry.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giacomo Leidi | 2023-10-24 | 1 | -5/+10 |
* | gnu: python-pypika-tortoise: Update to 0.1.6.•••* gnu/packages/databases.scm (python-pypika-tortoise): Update to 0.1.6;
[build-system]: switch to pyproject-build-system;
[native-inputs]: add poetry.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giacomo Leidi | 2023-10-24 | 1 | -3/+5 |
* | gnu: Fix python-tortoise-orm's sanity-check.•••* gnu/packages/databases.scm (python-aiosqlite-0.17): New variable;
(python-tortoise-orm)[propagated-inputs]: use it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giacomo Leidi | 2023-10-24 | 1 | -1/+28 |
* | gnu: go-github-com-stretchr-testify: Move to (gnu packages golang-check).•••* gnu/packages/golang.scm (go-github-com-stretchr-testify): Move from
here...
* gnu/packages/golang-check.scm: ...to here.
* gnu/packages/databases.scm: Add (gnu packages golang-check) module.
* gnu/packages/education.scm: As above...
* gnu/packages/ipfs.scm: As above...
* gnu/packages/irc.scm: As above...
* gnu/packages/mail.scm: As above...
* gnu/packages/textutils.scm: As above...
* gnu/packages/version-control.scm: As above...
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Sharlatan Hellseher | 2023-10-22 | 1 | -0/+1 |
* | gnu: virtuoso-ose: Update to 7.2.11.•••* gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.11.
| Roel Janssen | 2023-09-27 | 1 | -2/+2 |
* | gnu: python-psycopg: Update to 3.1.10.•••* gnu/packages/databases.scm (python-psycopg): Update to 3.1.10.
| Marius Bakke | 2023-09-22 | 1 | -3/+9 |
* | gnu: python-psycopg-pool: Update to 3.1.7.•••* gnu/packages/databases.scm (python-psycopg-pool): Update to 3.1.7.
| Marius Bakke | 2023-09-22 | 1 | -2/+2 |
* | gnu: memcached: Update to 1.6.21.•••* gnu/packages/databases.scm (memcached): Update to 1.6.21.
| Tobias Geerinckx-Rice | 2023-09-10 | 1 | -2/+2 |
* | gnu: apache-arrow: Update to 13.0.0.•••* gnu/packages/databases.scm (apache-arrow): Update to 13.0.0.
| Ricardo Wurmus | 2023-09-13 | 1 | -2/+2 |
* | gnu: yoyo-migrations: Update to 8.2.0.•••* gnu/packages/databases.scm (yoyo-migrations): Update to 8.2.0.
[propagated-inputs]: Add python-importlib-metadata.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Munyoki Kilyungi | 2023-09-13 | 1 | -4/+5 |
* | gnu: python-apsw: Update to 3.42.0.1.•••* gnu/packages/databases.scm (python-apsw): Update to 3.42.0.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Hilton Chain | 2023-09-12 | 1 | -3/+3 |
* | gnu: sqlcrush: Update to 0.1.5-2.502a583.•••* gnu/packages/databases.scm (sqlcrush): Update to 0.1.5-2.502a583.
| Tobias Geerinckx-Rice | 2023-08-13 | 1 | -3/+3 |
* | gnu: postgresql@11: Update to 11.21.•••* gnu/packages/databases.scm (postgresql-11): Update to 11.21.
| Tobias Geerinckx-Rice | 2023-08-06 | 1 | -2/+2 |
* | gnu: postgresql@13: Update to 13.12.•••* gnu/packages/databases.scm (postgresql-13): Update to 13.12.
| Tobias Geerinckx-Rice | 2023-08-06 | 1 | -2/+2 |
* | gnu: postgresql: Update to 15.4.•••* gnu/packages/databases.scm (postgresql): Update to 15.4.
| Tobias Geerinckx-Rice | 2023-08-06 | 1 | -2/+2 |
* | gnu: python-psycopg2: Update to 2.9.6.•••* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.6.
| Tobias Geerinckx-Rice | 2023-07-23 | 1 | -2/+2 |
* | gnu: postgresql@11: Update to 11.20.•••* gnu/packages/databases.scm (postgresql-11): Update to 11.20.
| Tobias Geerinckx-Rice | 2023-07-23 | 1 | -2/+2 |
* | gnu: postgresql@13: Update to 13.11.•••* gnu/packages/databases.scm (postgresql-13): Update to 13.11.
| Tobias Geerinckx-Rice | 2023-07-23 | 1 | -2/+2 |
* | gnu: postgresql: Update to 15.3.•••* gnu/packages/databases.scm (postgresql): Update to 15.3.
| Tobias Geerinckx-Rice | 2023-07-23 | 1 | -2/+2 |
* | gnu: perl-db-file: Use G-expressions.•••* gnu/packages/databases.scm (perl-db-file)[arguments]:
Rewrite as G-expressions, using THIS-PACKAGE-INPUT.
| Tobias Geerinckx-Rice | 2023-07-23 | 1 | -7/+9 |
* | gnu: perl-db-file: Update to 1.858.•••* gnu/packages/databases.scm (perl-db-file): Update to 1.858.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice | 2023-07-23 | 1 | -4/+3 |
* | gnu: virtuoso-ose: Use G-expressions.•••* gnu/packages/databases.scm (virtuoso-ose)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice | 2023-07-16 | 1 | -63/+65 |
* | gnu: virtuoso-ose: Update to 7.2.10.•••* gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.10.
| Tobias Geerinckx-Rice | 2023-07-16 | 1 | -2/+2 |
* | gnu: redis: Update to 7.0.12.•••* gnu/packages/databases.scm (redis): Update to 7.0.12.
[arguments]: Ever so slightly tweak style.
| Tobias Geerinckx-Rice | 2023-07-16 | 1 | -4/+4 |
* | gnu: redis: Fetch over HTTPS.•••* gnu/packages/databases.scm (redis)[source]: Use HTTPS.
| Tobias Geerinckx-Rice | 2023-07-16 | 1 | -1/+1 |
* | gnu: apache-arrow: Update to 12.0.1.•••* gnu/packages/databases.scm (apache-arrow): Update to 12.0.1.
| Ricardo Wurmus | 2023-07-12 | 1 | -2/+2 |
* | gnu: recutils: Symlink bash loadables.•••This makes it so that the "enable" builtin finds readrec and testrec without
having to supply the full store path.
* gnu/packages/databases.scm (recutils)[#:phases]: Add
‘symlink-bash-loadables’.
| Liliana Marie Prikler | 2023-06-25 | 1 | -1/+16 |
* | gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14.•••* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14.
(go-github.com-mattn-go-runewidth): Remove, and change users to to refer
to 'go-github-com-mattn-go-runewidth'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Nguyễn Gia Phong | 2023-06-21 | 1 | -1/+1 |