aboutsummaryrefslogtreecommitdiff
ModeNameSize
-rw-r--r--.dir-locals.el7906logplainabout
-rw-r--r--.gitignore2604logplainabout
-rw-r--r--.guix-authorizations5933logplainabout
-rw-r--r--.guix-channel182logplainabout
-rw-r--r--.mailmap4477logplainabout
-rw-r--r--AUTHORS472logplainabout
-rw-r--r--CODE-OF-CONDUCT3273logplainabout
-rw-r--r--COPYING35147logplainabout
-rw-r--r--ChangeLog163logplainabout
-rw-r--r--HACKING748logplainabout
-rw-r--r--Makefile.am33486logplainabout
-rw-r--r--NEWS367448logplainabout
-rw-r--r--README4886logplainabout
-rw-r--r--ROADMAP3237logplainabout
-rw-r--r--THANKS2381logplainabout
-rw-r--r--TODO4360logplainabout
-rwxr-xr-xbootstrap906logplainabout
d---------build-aux644logplain
-rw-r--r--config-daemon.ac4743logplainabout
-rw-r--r--configure.ac8339logplainabout
d---------doc452logplain
d---------etc844logplain
-rw-r--r--gnu.scm5289logplainabout
d---------gnu697logplain
-rw-r--r--guix.scm1357logplainabout
d---------guix3237logplain
d---------m435logplain
d---------nix282logplain
d---------po96logplain
d---------scripts35logplain
d---------tests4443logplain
gnu: python-apispec: Update to 6.0.2....* gnu/packages/python-xyz.scm (python-apispec): Update to 6.0.2. [build-system]: Use pyproject-build-system. [arguments]: Disable test through test-flags, not by replacing the 'check phase. [propagated-inputs]: Remove python-pyyaml; add python-packaging. [native-inputs]: Add python-flake8, python-flake8-bugbear, python-mypy, python-pre-commit, and python-pyyaml. Ricardo Wurmus 2022-12-13gnu: python-marshmallow: Update to 3.19.0....* gnu/packages/python-xyz.scm (python-marshmallow): Update to 3.19.0. [build-system]: Use pyproject-build-system. [propagated-inputs]: Remove python-dateutil and python-simplejson; add python-packaging. [native-inputs]: Add python-flake8, python-flake8-bugbear, python-mypy, python-pre-commit, and python-simplejson. Ricardo Wurmus 2022-12-13gnu: python-flask-restful: Update to 0.3.9....* gnu/packages/python-web.scm (python-flask-restful): Update to 0.3.9. [source]: Remove patch. [build-system]: Use pyproject-build-system. [arguments]: Disable "test_redirect" test; remove 'fix-imports phase. [native-inputs]: Replace python-nose with python-pytest. * gnu/local.mk (dist_patch_DATA): Remove patch. * gnu/packages/patches/python-flask-restful-werkzeug-compat.patch: Remove file. Ricardo Wurmus 2022-12-13gnu: python-cgatcore: Update to 0.6.14....* gnu/packages/bioinformatics.scm (python-cgatcore): Update to 0.6.14. [build-system]: Use pyproject-build-system. [arguments]: Disable broken tests with #:test-flags; do not replace 'check phase; add phase 'sqlite-compatibility. [native-inputs]: Drop input labels. Ricardo Wurmus 2022-12-13gnu: python-apsw: Update to 3.40.0.0....* gnu/packages/databases.scm (python-apsw): Update to 3.40.0.0. [source]: Remove obsolete patch. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-cython. [arguments]: Move build-extensions phase before build phase. * gnu/local.mk (dist_patch_DATA): Remove patch. * gnu/packages/patches/python-apsw-3.39.2.1-test-fix.patch: Remove file. Ricardo Wurmus 2022-12-13gnu: python-bokeh: Skip failing PIL test....The test compares base64-encoded gifs; the gifs look identical but the base64-encoded data differs. Since the result seems fine, disabling this PIL test is probably okay. * gnu/packages/python-xyz.scm (python-bokeh)[arguments]: Ignore failing test_transform_PIL test. Ricardo Wurmus 2022-12-13gnu: python-dna-features-viewer: Update to 3.1.1....* gnu/packages/bioinformatics.scm (python-dna-features-viewer): Update to 3.1.1. [build-system]: Use pyproject-build-system. [arguments]: Add build phase to fix a compatibility problem with biopython. [propagated-inputs]: Add python-packaging. Ricardo Wurmus 2022-12-13gnu: python-hicexplorer: Update to 3.7.2....* gnu/packages/bioinformatics.scm (python-hicexplorer): Update to 3.7.2. [build-system]: Use pyproject-build-system. [arguments]: Use gexp; remove phase "loosen-up-requirements"; add test-flags to skip some tests; add phase "remove-dependency-on-krbalancing" to remove a dependency on an unlicensed package; add phase "fix-references"; add phase "run-only-low-mem-tests". [propagated-inputs]: Remove python-configparser and python-six; add python-biopython, python-cleanlab-1, python-fit-nbinom, python-graphviz, python-hic2cool, python-hicmatrix, python-hyperopt, python-imbalanced-learn, python-ipykernel, python-psutil, python-pybedtools, python-pygenometracks, python-scikit-learn, and python-tqdm. [native-inputs]: Add graphviz. Ricardo Wurmus 2022-12-13gnu: python-pygenometracks: Update to 3.5....* gnu/packages/bioinformatics.scm (python-pygenometracks): Update to 3.5. [build-system]: Use pyproject-build-system. [arguments]: Quote phases instead of full list of arguments; remove trailing #T from build phase. Ricardo Wurmus 2022-12-13gnu: python-hicmatrix: Update to 16....* gnu/packages/bioinformatics.scm (python-hicmatrix): Update to 16. [build-system]: Use pyproject-build-system. [arguments]: Shuffle the quote. Ricardo Wurmus 2022-12-13gnu: python-biopython: Update to 1.80....* gnu/packages/bioinformatics.scm (python-biopython): Update to 1.80. [build-system]: Use pyproject-build-system. [arguments]: Remove trailing #T from build phase. Ricardo Wurmus 2022-12-13gnu: python-hyperopt: Update to 0.2.7....* gnu/packages/machine-learning.scm (python-hyperopt): Update to 0.2.7. [arguments]: Adjust check phase; disable test_distribution_rvs test. [build-system]: Use pyproject-build-system. [propagated-inputs]: Add python-py4j. [native-inputs]: Remove python-ipython and python-ipyparallel. Ricardo Wurmus 2022-12-13gnu: python-graphviz: Update to 0.20.1....* gnu/packages/graphviz.scm (python-graphviz): Update to 0.20.1. [build-system]: Use pyproject-build-system. [arguments]: Remove custom "check" phase; add "prepare-check" phase. [native-inputs]: Remove python-mock. Ricardo Wurmus 2022-12-12gnu: python-anndata: Use pyproject-build-system....* gnu/packages/python-xyz.scm (python-anndata)[build-system]: Use pyproject-build-system. [arguments]: Replace custom 'build phase with 'set-version phase; remove custom 'install phase; disable doctest via build phase 'disable-doctests and the #:test-flags property. [propagated-inputs]: Add python-scikit-learn. [native-inputs]: Add python-boltons. Ricardo Wurmus 2022-12-12gnu: python-zarr: Update to 2.13.3....* gnu/packages/python-xyz.scm (python-zarr): Update to 2.13.3. Ricardo Wurmus 2022-12-12gnu: python-numcodecs: Update to 0.10.2....* gnu/packages/python-xyz.scm (python-numcodecs): Update to 0.10.2. [build-system]: Use pyproject-build-system. [arguments]: Enable tests; add phase 'build-extensions; remove custom 'check phase. [propagated-inputs]: Add python-entrypoints and python-typing-extensions-next. Ricardo Wurmus 2022-12-12gnu: python-typer: Simplify by using pyproject-build-system....* gnu/packages/python-xyz.scm (python-typer)[build-system]: Use pyproject-build-system. [arguments]: Remove extra quoting; remove custom 'build phase; remove custom 'install phase; remove custom 'check phase; add 'pre-check phase. [synopsis]: Pull onto the same line. [description]: Reformat. Ricardo Wurmus