| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
This fixes ‘guix refresh emacs-rec-mode’.
* gnu/packages/databases.scm (emacs-rec-mode): New variable.
(emacs-recutils): Deprecate in favor of emacs-rec-mode.
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/databases.scm (emacs-recutils): Update to 1.8.2.
No longer inherit from recutils.
[source]: Add origin, fetching tarball from ELPA.
[native-inputs]: Add texinfo.
[arguments]: Add ‘make-info’ phase.
[home-page, license]: Fill in missing information no longer inherited.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
|
|
|
|
|
|
|
|
| |
This is the result of running:
./pre-inst-env guix style --input-simplification=safe
and manually undoing changes on a dozen of packages to reduce
rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
|
|
|
|
|
|
|
|
| |
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (apache-arrow): Update to 6.0.1.
[arguments]: Add configuration options to disable micro-architecture
optimizations; also set ARROW_PACKAGE_KIND to Guix.
[inputs]: Move apache-thrift, lz4, zlib, and zstd from here...
[propagated-inputs]: ...to here.
|
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-alembic): Update to 1.7.5.
[propagated-inputs]: Remove PYTHON-IMPORTLIB-RESOURCES.
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-fakeredis): Update to 1.7.0.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (python2-pylibmc): Delete variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (python2-sql): Delete variable.
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (python2-sadisplay): Delete variable.
|
|\| |
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-tinydb): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (litecli): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (mycli)[home-page]: Update.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (mycli): Update to 1.24.1.
[propagated-inputs]: Add python-pyaes and python-pyperclip.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|\| |
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.27.
|
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-psycopg2): Update to 2.9.2.
(python2-psycopg2): Remove variable (no longer supported).
|
| |
| |
| |
| |
| |
| | |
Some of its dependencies no longer support Python 2, so drop it.
* gnu/packages/databases.scm (python2-sqlalchemy-utils): Remove variable.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-aiomysql): Update to 0.17.8. Update
comment about why the tests are disabled.
[native-inputs]: Remove.
[propagated-inputs]{python-pypika, python-typing-extensions}: Remove.
{python-asyncmy, python-asyncpg, python-iso8601, python-pypika-tortoise}
{python-rapidjson, python-uvloop}: New propagated inputs.
[synopsis, description]: Reformat and modify slightly.
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-aiomysql): New variable.
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-asyncmy): New variable.
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-asyncpg): New variable.
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-sphinxcontrib-asyncio): New variable.
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-pypika-tortoise): New variable.
|
| |
| |
| |
| |
| |
| |
| |
| | |
Tests from the perfschema test suite has a high failure rate. Upstream only
tests the main test suite in their CI, so don't try to outdo them.
* gnu/packages/databases.scm (mariadb): Delete trailing #t.
[phases]{check}: Only run the main test suite.
|
|\| |
|
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (unqlite)[description]: Keep the
better-licenced comparisons.
|
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-sqlalchemy)[argument]:
Respect the #:tests? keyword in the custom 'check phase.
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-sqlalchemy): Update to 1.4.26.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-sqlalchemy-1.3): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (rocksdb): Update to 6.25.3.
[inputs]: Change from PYTHON-2 to PYTHON.
[arguments]: Adjust #:make-flags for upstream changes. Use a less arbitrary
test subset. Move the disable-optimizations phase contents to #:make-flags.
Introduce 'clean' phase. While here, fix cross-compilation and remove
trailing #t's.
|
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (mariadb)[arguments]: Only enable parallel
tests when building on x86_64-linux.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (mariadb)[arguments]: Set ‘#:parallel-tests?’
for powerpc64le machines.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|\| |
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-peewee): Update to 3.14.4.
Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
|
|\| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Sorry for the noise, but good riddance. Our nonstandard name for this
package has caused confusion since it was added. For example, the
duplicate python-brotli and python-google-brotli packages added later,
with the latter name making even less sense.
The Python packages will be fixed in the next commit.
* gnu/packages/compression.scm (google-brotli): Redefine as a
deprecated-package, with…
(brotli): …restored to canonical status.
(python-google-brotli)[inherit]: Adjust accordingly.
* gnu/packages/databases.scm (apache-arrow)[inputs]: Adjust accordingly.
* gnu/packages/fontutils.scm (woff2)[inputs]: Likewise.
* gnu/packages/gnome.scm (libsoup)[propagated-inputs]: Likewise.
* gnu/packages/networking (wireshark)[inputs]: Likewise.
* gnu/packages/node.scm (node-lts)[arguments, native-inputs]: Likewise.
* gnu/packages/python-xyz.scm (python-imagecodecs)[inputs]: Likewise.
|
|\| |
|
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (sequeler): Update to 0.8.2.
[arguments]: Don't explicitly return #t from phases.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (redis): Update to 6.2.6.
[source]: Don't explicitly return #t snippet.
[arguments]: Nor from phases.
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (memcached): Update to 1.6.12.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/android.scm: Consolidate copyright lines with the same email address.
* gnu/packages/code.scm: Likewise.
* gnu/packages/cpp.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/file.scm: Likewise.
* gnu/packages/freedesktop.scm: Likewise.
* gnu/packages/gl.scm: Likewise.
* gnu/packages/gps.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/services/web.scm: Likewise.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes <https://bugs.gnu.org/23045>.
* gnu/packages/databases.scm (mysql): Add a 'wrap-mysql_helpers phase to wrap
'mysql_config' and 'mysqld_safe'.
[inputs]: Add 'coreutils', 'gawk', 'grep', 'procps' and 'sed'.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (mariadb): Update to 10.5.12.
[source]: Remove patches.
[arguments]: In custom 'adjust-tests phase, update list of skipped
tests. Also remove tests already listed in mysql-test/unstable-tests.
* gnu/packages/patches/mariadb-CVE-2021-27928.patch,
gnu/packages/patches/mariadb-cmake-compat.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
|
| |
| |
| |
| |
| | |
* gnu/packages/databases.scm (mariadb)[arguments]: In custom 'check
phase honor #:parallel-tests? flag.
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gnu/packages/bioinformatics.scm
gnu/packages/chez.scm
gnu/packages/docbook.scm
gnu/packages/ebook.scm
gnu/packages/gnome.scm
gnu/packages/linux.scm
gnu/packages/networking.scm
gnu/packages/python-web.scm
gnu/packages/python-xyz.scm
gnu/packages/tex.scm
gnu/packages/version-control.scm
gnu/packages/xml.scm
guix/build-system/dune.scm
guix/build-system/go.scm
guix/build-system/linux-module.scm
guix/packages.scm
|
| |
| |
| |
| |
| |
| | |
This package currently fails to build and has no users in Guix.
* gnu/packages/databases.scm (python2-alembic): Remove variable.
|
| |
| |
| |
| | |
* gnu/packages/databases.scm (python-sql): Update to 1.3.0.
|