Vinicius Monego
5ceeffa75e
gnu: pgcli: Update to 4.3.0.
...
* gnu/packages/databases.scm (pgcli): Update to 4.3.0.
[build-system]: Use pyproject-build-system.
[arguments]<#:test-flags>: Skip failing test.
[propagated-inputs]: Remove python-pendulum, python-psycopg2. Add
python-psycopg, python-tzlocal.
[native-inputs]: Remove python-ipython-sql. Add python-pytest,
python-setuptools, python-sshtunnel, python-wheel.
Change-Id: I07be1287536010585d25ec9dc3cc2cd4b36e7d7d
2025-06-26 00:42:02 -03:00
Vinicius Monego
077a891608
gnu: python-pgspecial: Update to 2.2.1.
...
* gnu/packages/databases.scm (python-pgspecial): Update to 2.2.1.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-pytest, python-setuptools,
python-setuptools-scm, python-wheel.
[propagated-inputs]: Remove python-psycopg2. Add python-configobj,
python-psycopg, python-typing-extensions.
Change-Id: I06176bbae3e3625fde412bd95be7efe10059c557
2025-06-26 00:42:02 -03:00
Vinicius Monego
6924e9bcc2
gnu: litecli: Update to 1.15.0.
...
* gnu/packages/databases.scm (litecli): Update to 1.15.0.
[build-system]: Use pyproject-build-system.
[arguments]<#:test-flags>: Skip failing tests.
<#:phases>: Add new phase 'relax-sqlparse' after 'unpack'.
[native-inputs]: Remove python-mock. Add python-setuptools,
python-wheel.
Change-Id: I325bd9190f953b58cf17e943172b4665baeb3066
2025-06-26 00:42:02 -03:00
Nicolas Graves
01ad0cf43e
gnu: ruby: Populating (gnu packages ruby-check/ruby-xyz).
...
* gnu/packages/ruby.scm: Move all packages except different versions
of ruby and mruby, to either (gnu packages ruby-check) or
(gnu packages ruby-xyz).
* gnu/packages/ruby-check.scm (bundler, ruby-builder, ruby-cucumber-ci-environment,
ruby-cucumber-compatibility-kit,
ruby-cucumber-compatibility-kit-bootstrap, ruby-cucumber-core,
ruby-cucumber-expressions, ruby-cucumber-gherkin,
ruby-cucumber-html-formatter, ruby-cucumber-messages,
ruby-cucumber-tag-expressions, ruby-cucumber-wire, ruby-diff-lcs,
ruby-docile, ruby-fivemat, ruby-given-core, ruby-hoe, ruby-hoe-3,
ruby-json, ruby-mime-types, ruby-mime-types-data, ruby-mini-portile,
ruby-mini-portile-2, ruby-minitest, ruby-minitest-bonus-assertions,
ruby-minitest-focus, ruby-minitest-hooks, ruby-minitest-moar,
ruby-multi-test, ruby-rake, ruby-rake-compiler,
ruby-rake-compiler-dock, ruby-rspec, ruby-rspec-2, ruby-rspec-core,
ruby-rspec-core-2, ruby-rspec-expectations, ruby-rspec-expectations-2,
ruby-rspec-mocks, ruby-rspec-mocks-2, ruby-rspec-support, ruby-sequel,
ruby-simplecov-json-formatter, ruby-simplecov, ruby-simplecov-html,
ruby-sorcerer, ruby-unindent): Moved from (gnu packages ruby).
(ruby-asciidoctor/minimal): New variable, to allow more minimal
import of only (gnu packages ruby-check) in a lot of modules.
(ruby-rubocop/minimal): New variable to build cucumber with a lot
less dependencies.
(cucumber-ruby-core)[native-inputs]: Replace ruby-rubocop by
ruby-rubocop/minimal. Remove ruby-coveralls.
* gnu/packages/ruby-xyz.scm: Move all other packages from
(gnu packages ruby).
* gnu/packages/admin.scm
* gnu/packages/bioinformatics.scm
* gnu/packages/databases.scm
* gnu/packages/emacs-xyz.scm
* gnu/packages/gnome-xyz.scm
* gnu/packages/gnome.scm
* gnu/packages/groff.scm
* gnu/packages/kde-systemtools.scm
* gnu/packages/libffi.scm
* gnu/packages/mail.scm
* gnu/packages/maths.scm
* gnu/packages/mpd.scm
* gnu/packages/ntp.scm
* gnu/packages/package-management.scm
* gnu/packages/plotutils.scm
* gnu/packages/protobuf.scm
* gnu/packages/rails.scm
* gnu/packages/ruby-check.scm
* gnu/packages/ruby-xyz.scm
* gnu/packages/ruby.scm
* gnu/packages/shellutils.scm
* gnu/packages/statistics.scm
* gnu/packages/tex.scm
* gnu/packages/virtualization.scm:
Adapt module imports accordingly.
* gnu/packages/backup.scm (btrbk):
* gnu/packages/ccache.scm (ccache):
* gnu/packages/cluster.scm (drbd-utils):
* gnu/packages/compton.scm (picom):
* gnu/packages/cryptsetup.scm (cryptsetup):
* gnu/packages/engineering.scm (kicad-doc):
* gnu/packages/games.scm (warzone2100):
* gnu/packages/irc.scm (open-adventure):
* gnu/packages/ntp.scm (weechat):
* gnu/packages/password-utils.scm (keepassxc):
* gnu/packages/radio.scm (wsjtx, jtdx):
* gnu/packages/syndication.scm (newsboat):
* gnu/packages/task-management.scm (timewarrior):
* gnu/packages/version-control.scm (git-lfs):
[native-inputs]: Replace ruby-asciidoctor by
ruby-asciidoctor/minimal. Adapt module imports accordingly.
* gnu/packages/text-editors.scm: Remove (gnu packages ruby) import.
Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-06-20 20:40:02 +02:00
Sharlatan Hellseher
2075a411aa
gnu: dicedb: Improve package.
...
* gnu/packages/databases.scm (dicedb): As it's a final command, move all
propagated inputs to native-inputs and sort them alphabetically.
[description]: Fix fill column indentation.
Change-Id: Iad0a063653af8d554356631b36c4e9a94cf3849a
2025-06-16 20:06:37 +01:00
Ashvith Shetty
bc7a058f50
gnu: dice: Update to 1.0.10.
...
* gnu/packages/golang-xyz.scm (dice): Update to 1.0.10.
[arguments]<#:build-flags>: Fix config.DiceDBVersion not showing the
current version.
[arguments]<#:test-subdirs>: Remove test folder "internal/querymanager"
Remove non-existent test folders "internal/clientio", "internal/sql",
"internal/worker".
Add test folders "internal/shardmanager", "internal/shardthread",
"internal/types".
Commented failing test folder "internal/auth".
[arguments]: Remove #:test-flags.
[propagated-inputs]: Add go-github-com-wangjia184-sortedset.
Change-Id: I1241b5b234a7b423bef2cd2c3315a57b9b07fbb6
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-06-16 20:06:18 +01:00
Giacomo Leidi
fad5400349
gnu: Add postgresql-backup-scripts.
...
* gnu/packages/databases.scm (postgresql-backup-scripts): New variable.
Change-Id: I3e8516e03fa74779aa397c80f4f1860f5c6d5a01
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-06-12 08:38:10 +01:00
Philippe SWARTVAGHER
7e8f1eabc9
gnu: Add sqlitestudio.
...
* gnu/packages/databases.scm (sqlitestudio): New variable.
Change-Id: I012a189d37661bf70b140048696ae97647bf0a6f
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-06-02 11:20:22 +02:00
Zhu Zihao
8e122651d9
gnu: Add valkey 8.1.1.
...
* gnu/packages/database.scm(valkey-8): New variable.
Change-Id: Ia1899ee41ecdd372d659c02940cc7ca9fbc011d8
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
2025-05-31 04:17:26 +08:00
Zhu Zihao
b14782d750
gnu: Add valkey 7.2.6.
...
* gnu/packages/database.scm(valkey-7): New variable.
Change-Id: Ia1899ee41ecdd372d659c02940cc7ca9fbc011d8
Signed-off-by: Hilton Chain <hako@ultrarare.space>
Modified-by: Hilton Chain <hako@ultrarare.space>
2025-05-31 04:17:24 +08:00
Ashvith Shetty
bff04df003
gnu: Add dicedb.
...
* gnu/packages/databases.scm (dicedb): New variable.
* gnu/packages/patches/dicedb-remove-init-from-config-subpkg.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register patch.
Change-Id: Id5c97d254c35301181593b42c96a83a1ef843131
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-05-27 15:14:11 +02:00
Sharlatan Hellseher
4db91aa852
gnu: packages: Remove redundant (gnu packages golang) from some modules.
...
* gnu/packages/android.scm: Remove redundant (gnu packages golang) from
used modules.
* gnu/packages/bioinformatics.scm: Likewise.
* gnu/packages/check.scm: Likewise.
* gnu/packages/configuration-management.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/file-systems.scm: Likewise.
* gnu/packages/golang-check.scm: Likewise.
* gnu/packages/hardware.scm: Likewise.
* gnu/packages/hyperledger.scm: Likewise.
* gnu/packages/irc.scm: Likewise.
* gnu/packages/mail.scm: Likewise.
* gnu/packages/messaging.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/password-utils.scm: Likewise.
* gnu/packages/radio.scm: Likewise.
* gnu/packages/terminals.scm: Likewise.
* gnu/packages/tor-browsers.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/vpn.scm: Likewise.
Change-Id: I6bb92ac0f7c68644cc9b9cc16834aa54240d8fc9
2025-05-26 16:50:21 +01:00
Ricardo Wurmus
1e8bdc92c9
gnu: python-pyarrow: Update Cython and CMake
...
* gnu/packages/databases.scm (python-pyarrow)[native-inputs]: Replace
cmake-minimal with cmake, and replace python-cython with python-cython-3.
Change-Id: I7a7b685b9f88b7f9058d83cff6470c20487f265d
2025-05-14 11:40:54 +02:00
Ricardo Wurmus
4bd88127aa
gnu: apache-arrow: Update to 20.0.0.
...
* gnu/packages/databases.scm (apache-arrow): Update to 20.0.0.
[arguments]: Use more recent cmake.
Change-Id: I5516906d912f791d39b96aab855b787f07f670b5
2025-05-13 14:50:04 +02:00
Sharlatan Hellseher
4fe4cf9fdd
gnu: python-sadisplay: Skip 2 tests.
...
* gnu/packages/databases.scm (python-sadisplay) [buidl-system]: Switch
to pyproject.
[arguments] <test-flags>: Deselect 2 tests.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I4adf1764309329e5a5dd06e553bbe24036261fd9
2025-04-25 13:13:23 +01:00
Nicolas Graves
40015f816d
gnu: python-redis: Ignore i686 failing test.
...
* gnu/packages/databases.scm (python-redis)
[arguments]{test-flags}: Ignore i686 failing test.
Change-Id: Ifeb08bbfc8dae70d7fff897603985b8b2e382387
Co-authored-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-16 11:46:32 +02:00
Nicolas Graves
8021ffb34c
gnu: python-rq-scheduler: Update to 0.14.
...
* gnu/packages/databases.scm (python-rq-scheduler): Update to 0.14.
[build-system]: Switch to pyproject.
[arguments]{test-flags}: Ignore failing tests. They fail because of
mcron's requirements to be run with root when -u flag is used.
{phases}: Remove 'check phase replacement.
[native-inputs]: Add python-crontab, python-freezegun, python-pytest,
python-setuptools, python-wheel. Remove which.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-16 11:46:29 +02:00
Nicolas Graves
b717b894a0
gnu: python-rq: Update to 2.3.1.
...
* gnu/packages/databases.scm (python-rq): Update to 2.3.1.
[build-system]: Switch to pyproject.
[arguments]{phases}: Delete 'check phase replacement. Improve style.
[native-inputs]: Add python-hatchling.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-04-16 11:46:28 +02:00
Sharlatan Hellseher
5737570c2a
gnu: python-fastparquet: Update to 2024.11.0, fix build.
...
* gnu/packages/databases.scm (python-fastparquet): Update to 2024.11.0.
[native-inputs]: Remove python-pytest-runner; add python-pytest, python-setuptools,
and python-wheel.
Change-Id: I4a798972077cd1646e48cea28b4bc369a7a68fd1
2025-04-16 11:46:22 +02:00
Sharlatan Hellseher
43bd9c7f77
gnu: python-asyncpg: Update to 0.30.0.
...
* gnu/packages/databases.scm (python-asyncpg): Update to 0.30.0. Fix build.
[build-system]: Swap to pyproject-build-system
[propagated-inputs]: Remove python-typing-extensions; add
python-async-timeout.
[native-inputs]: Add python-distro, python-setuptools, and python-wheel.
Change-Id: Icb586671370ac2f6d30577383b257003eda6a4d5
2025-04-16 11:46:15 +02:00
Ricardo Wurmus
64135bd534
gnu: python-sql: Update to 1.5.2.
...
* gnu/packages/databases.scm (python-sql): Update to 1.5.2.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Ida8994508536671319894c5ba134f2246ef1b191
2025-04-16 11:46:10 +02:00
Greg Hogan
3d7b4688e5
gnu: apache-arrow: Update to 19.0.1.
...
* gnu/packages/databases.scm (apache-arrow): Update to 19.0.1.
[arguments]<#:configure-flags>: Disable mimalloc allocator.
Change-Id: Ia4e5d99f6f31911683b3ce424604eafa4700d255
2025-04-16 11:01:12 +02:00
Ricardo Wurmus
f69b870ff2
gnu: duckdb: Update to 1.1.3.
...
* gnu/packages/databases.scm (duckdb): Update to 1.1.3.
Change-Id: Id6cc2b83956a6cc9afc79055e9f082ba5e854f41
2025-04-16 10:59:47 +02:00
Ricardo Wurmus
6c8a27e7c7
gnu: python-pyarrow: Fix typo.
...
* gnu/packages/databases.scm (python-pyarrow): Fix typo in comment.
Change-Id: I6e656714bcf76c05cf32aef388761243507d9a17
2025-04-16 10:59:46 +02:00
Ricardo Wurmus
14cb0eecec
gnu: apache-arrow: Update to 18.1.0.
...
* gnu/packages/databases.scm (apache-arrow): Update to 18.1.0.
Change-Id: I75ba14c36980b73c809e7fcdcc02c41621cc2e8f
2025-04-16 10:59:46 +02:00
Danny Milosavljevic
ce8b2b5ebc
gnu: Add libpg-query.
...
* gnu/packages/databases.scm (libpg-query-17): New variable.
(libpg-query): New variable.
Change-Id: Ida25dcb80cd3c112194b8c49ece39e858466feed
2025-03-30 00:31:45 +01:00
Ricardo Wurmus
3f918321ad
gnu: python-prisma: Use Pydantic 2.
...
* gnu/packages/databases.scm (python-prisma)[propagated-inputs]: Replace
python-pydantic with python-pydantic-2.
Change-Id: I35016e36bab36d68caaa2a6833c2052ccd92d0b5
2025-02-27 09:59:50 +01:00
jgart
40e83f8f72
gnu: python-peewee: Update to 3.17.9.
...
* gnu/packages/databases.scm (python-peewee): Update to 3.17.9.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I9bf350fe9366b53963d244495b22f07883a69fb5
2025-02-20 12:51:56 -06:00
Efraim Flashner
66daf46b41
gnu: Fix some misspellings.
...
Change-Id: I316652aff7418af4b8e83bea24638b1513f8aa97
2025-02-19 11:21:47 +02:00
Sharlatan Hellseher
1ce964ef9c
gnu: python-dogpile-cache: Update to 1.3.4.
...
* gnu/packages/databases.scm (python-dogpile-cache): Update to 1.3.4.
[build-system]: Swap to pyproject-build-system.
[propagated-inputs]: Add python-typing-extensions.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: I782c7697b845c6fb446e49aafb52d34ca824bf0c
2025-02-10 08:47:24 +00:00
Sharlatan Hellseher
8f49a27b36
gnu: python-dogpile.cache: Rename variable.
...
* gnu/packages/databases.scm: (python-dogpile.cache): Rename variable to
python-dogpile-cache.
* gnu/packages/openstack.scm (python-openstacksdk) [propagated-inputs]:
Replace python-dogpile.cache with python-dogpile-cache.
Change-Id: I015c9ec38c14f9899caba05e86ff3f1a03b5c4d5
2025-02-10 08:41:21 +00:00
Sharlatan Hellseher
75437dbb76
Merge remote-tracking branch 'origin/go-team'
...
Change-Id: I3672a7dc248a41b1a83e4c488523f62cf1806710
2025-01-26 20:55:06 +00:00
Felix Gruber
65b9bf2647
gnu: python-sqlite-utils: Update to 3.38.
...
* gnu/packages/databases.scm (python-sqlite-utils): Update to 3.38.
Change-Id: I16347a6b1cb6326d5aaad03a72c3d626477f9280
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-01-25 22:18:08 +00:00
Sharlatan Hellseher
4919b8aefb
gnu: go-github-com-couchbase-gomemcached: Move to golang-xyz.
...
* gnu/packages/databases.scm (go-github-com-couchbase-gomemcached): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I62b77bffa9f6e673ebcedc58599c7e2a0e827f4c
2025-01-22 21:49:44 +00:00
Sharlatan Hellseher
789c1cf9fc
gnu: go-github-com-couchbase-gomemcached: Update to 0.3.2.
...
* gnu/packages/databases.scm (go-github-com-couchbase-gomemcached): Update to 0.3.2.
[arguments] <test-flags>: Skip one tests.
<test-subdirs>: Limit to project root, some submodule requires BSL
licensed dependencies.
[propagated-inputs]: Add go-github-com-pkg-errors.
Change-Id: I661df8055f678f9f05add9785ab827ae11bd1b9e
2025-01-22 21:48:22 +00:00
Sharlatan Hellseher
c79fb232a9
gnu: go-github-com-gomodule-redigo: Move to golang-xyz.
...
* gnu/packages/databases.scm (go-github-com-gomodule-redigo): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I747da14647b1b32756b9f6a4dd0f840e908fcede
2025-01-21 23:47:52 +00:00
Sharlatan Hellseher
d4ba1e30e2
gnu: go-github-com-gomodule-redigo: Update to 1.9.2.
...
* gnu/packages/databases.scm (go-github-com-gomodule-redigo): Update to 1.9.2.
[arguments] <skip-build?>: No go files in project's root.
<import-path>: Set to project's root.
<unpack-path>: Remove as redundant.
<test-flags>: Skip all tests requiring redis CLI and running redis
service.
<phases>: Add 'remove-examples.
[native-inputs]: Remove redis.
Change-Id: Ia87d118ddebc712d7c91d83c3bb707271c86ec16
2025-01-21 23:47:52 +00:00
Sharlatan Hellseher
98f7346225
gnu: go-github-com-bradfitz-gomemcache: Move to golang-xyz.
...
* gnu/packages/databases.scm (go-github-com-bradfitz-gomemcache): Move
from here ...
* gnu/packages/golang-xyz.scm: ... to here.
Change-Id: I0592af69046c5b9aa85f6a3ec0efc56ffe5f1004
2025-01-21 23:47:49 +00:00
Sharlatan Hellseher
98f1850f59
gnu: go-github-com-bradfitz-gomemcache: Update to 0.0.0-20230905024940-24af94b03874.
...
* gnu/packages/databases.scm (go-github-com-bradfitz-gomemcache): Update to 0.0.0-20230905024940-24af94b03874.
[source] <snippet>: Remove it as issue is resolved upstream.
[arguments] <skip-build?>: No go files in project's root.
<import-path>: Set to project's root.
<unpack-path>: Remove as redundant.
Change-Id: I64e002e6e76900f9299839e92fde2c22d3963368
2025-01-21 23:47:49 +00:00
Sharlatan Hellseher
52d33f6eff
gnu: Remove go-gopkg-in-mgo-v2.
...
Not in use by any other packages in Guix. Unmaintained according to
project's about, see <https://github.com/go-mgo/mgo/pull/574 >.
* gnu/packages/databases.scm (go-gopkg-in-mgo-v2): Delete variable.
Change-Id: Idc1e064e20a3263fc62f478bf4fe69b7b39a4dcb
2025-01-21 23:47:47 +00:00
Sharlatan Hellseher
4f18939278
gnu: sqls: Fix build.
...
* gnu/packages/databases.scm (sqls): [arguments] <test-subdirs>: Exclude
"internal/handler" which requires database connection.
Change-Id: I470981f040d2a0dc08d91f1239bbb0eb5ee98b0f
2025-01-21 23:42:12 +00:00
Ricardo Wurmus
0e028beceb
gnu: python-psycopg: Update to 3.2.4.
...
* gnu/packages/databases.scm (python-psycopg): Update to 3.2.4.
[build-system]: Use pyproject-build-system.
[arguments]: Simplify phases; restore 'sanity-check.
[native-inputs]: Add python-setuptools and python-wheel.
Change-Id: Iec2949c7e01e0dff2893181c3a49e8e3a3319446
2025-01-20 21:38:02 +01:00
宋文武
5e1e8bc10d
gnu: python-alembic: Use python-sqlalchemy-2.
...
* gnu/packages/databases.scm (python-alembic)[propagated-inputs]:
Replace python-sqlalchemy with python-sqlalchemy-2.
Change-Id: I49ad961eac3bcba5eaee05083e5299f17a8fae33
2025-01-20 21:37:58 +01:00
Ricardo Wurmus
eee88d70aa
gnu: python-hiredis: Update to 3.1.0.
...
* gnu/packages/patches/python-hiredis-fix-header.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/databases.scm (python-hiredis): Update to 3.1.0.
[source]: Remove patch.
[arguments]: Remove.
Change-Id: I095c89329e4c42316398c7fccc86e1dee0affaea
2025-01-20 21:37:54 +01:00
宋文武
a6f6f5a993
gnu: Remove python-pyodbc-c.
...
Last updated 7 years ago, doesn't work with current python, with error:
undefined symbol: PyUnicode_GetMax
* gnu/packages/databases.scm (python-pyodbc-c): Remove variable.
Change-Id: If51b6589c33129c7097e3219a4c96cb8d95a0edf
2025-01-20 21:37:52 +01:00
Ricardo Wurmus
355bdf406b
gnu: datasette: Update to 1.0a16.
...
* gnu/packages/databases.scm (datasette): Update to 1.0a16.
[arguments]: Enable almost all tests; remove phase 'relax-requirements.
[native-inputs]: Add nss-certs-for-test.
Change-Id: I0b23df8e3d2fadb007f1da21ee9a727228bde43c
2025-01-20 21:37:42 +01:00
Ricardo Wurmus
d9d77f7f98
gnu: python-pypika-tortoise: Add missing input.
...
* gnu/packages/databases.scm (python-pypika-tortoise)[native-inputs]: Add
python-setuptools.
Change-Id: Ibe96738292a0948cae2add596fe76ee349c9dfeb
2025-01-20 21:37:36 +01:00
gemmaro
2bec2b41af
gnu: python-pylibmc: Fix description.
...
* gnu/packages/databases.scm (python-pylibmc)[description]:
Fix Texinfo code markup.
Change-Id: I71cff32e5c2c739de26e0473d57f7fc13e669426
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
2025-01-16 13:40:38 +08:00
Zheng Junjie
1ca065fe68
gnu: Add missing import.
...
This is a followup to 696d949dcc
.
Change-Id: I27ab43de95f976fc255a3dc9f1b85e906b869e52
2024-12-22 22:39:01 +08:00
Antero Mejr
39ad9e546a
gnu: Add perl-test-postgresql.
...
* gnu/packages/databases.scm (perl-test-postgresql): New variable.
Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2024-12-22 13:12:33 +01:00