| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-aiohttp)[source]: Add snippet to
remove generated cythonized files.
[arguments]: Add phase to generate cythonized files.
[native-inputs]: Add python-cython.
|
|
|
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-uvicorn): Update to 0.13.2.
[propagated-inputs]: Remove python-wsproto.
[native-inputs]: Remove python-black, python-codecov, python-flake8, python-isort,
python-mypy, and python-pytest-cov; add python-trustme and
python-wsproto.
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-asgiref)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
|
|
|
|
| |
* gnu/packages/python-web.scm (python-asgiref): Update to 3.4.1.
|
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-watchgod): Update to 0.7.
[native-inputs]: Remove python-docutils, python-flake8, python-isort,
python-pycodestyle, python-pyflakes, and python-pytest-aiohttp; add
python-pytest-asyncio.
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-aiohttp)[native-inputs]: Sort
inputs alphabetically.
|
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-aiohttp)[arguments]: Adjust custom
'check phase to not load uninstalled code.
[native-inputs]: Replace python-pytest with python-pytest-6.1.
|
|
|
|
| |
* gnu/packages/check.scm (python-pytest-6.1): New variable.
|
|
|
|
|
|
|
| |
* gnu/packages/check.scm (python-pytest-mock)[propagated-inputs]: Move
python-pytest-asyncio ...
[native-inputs]: ... to here.
(python2-pytest-mock): Adjust to ensure package remains unchanged.
|
|
|
|
|
| |
* gnu/packages/python-check.scm (python-pytest-toolbox)[arguments]:
Adjust custom 'check phase to honor the #:tests? flag.
|
|
|
|
|
|
|
|
| |
* gnu/packages/python-check.scm (python-pytest-toolbox)[arguments]:
Adjust custom 'check phase to remove obsolete pytest flag.
[native-inputs]: Remove python-coverage, python-docutils, python-flake8,
python-isort, python-pyflakes, python-pygments, python-pytest-cov,
python-pytest-mock, python-pytest-sugar.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-joblib)[arguments]: Adjust custom
'check phase to run the test suite sequentially.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-joblib)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
|
|
|
|
|
| |
* gnu/packages/databases.scm (mariadb)[arguments]: Only enable parallel
tests when building on x86_64-linux.
|
|
|
|
| |
* gnu/packages/image.scm (zimg): Update to 3.0.3.
|
|
|
|
|
|
|
| |
* gnu/packages/databases.scm (mariadb)[arguments]: Set ‘#:parallel-tests?’
for powerpc64le machines.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
| |
* gnu/packages/python-science.scm (python-pandas): Update to 1.3.4.
|
|
|
|
|
| |
* gnu/packages/python-science.scm (python-pandas)[arguments]: In custom
'check phase adjust to not fail tests with missing test data.
|
|
|
|
|
| |
* gnu/packages/python-science.scm (python-pandas)[arguments]: Adjust
custom 'check phase to honor the #:tests? flag.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-cython)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.24.
[arguments]: Adjust custom 'check phase to skip one test. Remove
trailing #t from phases.
|
|
|
|
|
| |
* gnu/packages/radio.scm (gnuradio)[arguments]: Add qa_rotator_cc to the list
of disabled tests.
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-pyqtgraph)[arguments]: Add test_reload
to list of disabled tests.
|
|
|
|
|
| |
* gnu/packages/messaging.scm (hexchat)[arguments]: Use GUIX_PYTHONPATH instead
of PYTHONPATH in 'wrap-program' phase.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-cisd-args4j)[arguments]: Do not unpack
build-resources input; just copy the contents.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (sailfish)[inputs]: Replace tbb with
tbb-2020.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Remove trailing #T in
build phases...
[inputs]: ...and in the origin snippet of "rapmap".
|
|
|
|
|
|
|
|
| |
patch-and-repack no longer outputs a compressed archive when the input was a
directory.
* gnu/packages/bioinformatics.scm (sailfish)[arguments]: Adjust build phase
'prepare-rapmap.
|
|
|
|
|
|
|
|
| |
These bindings no longer build and we have no package that would need them.
* gnu/packages/bioinformatics.scm (jellyfish)[outputs]: Remove "ruby" output.
[arguments]: Remove option for building Ruby bindings.
[native-inputs]: Remove ruby.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (cutadapt)[arguments]: Add phase
'always-cythonize.
|
|
|
|
|
| |
* gnu/packages/python-web.scm (python-requests-unixsocket)[arguments]: Do not
run tests with --pep8 option; only run tests when enabled.
|
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-mpmath): Update to 1.2.1.
[source]: Fetch from git.
[arguments]: Run tests directly with pytest; set the version with setuptools.
[native-inputs]: Add python-setuptools-scm.
|
|
|
|
|
| |
* gnu/packages/java.scm (java-commons-io)[arguments]: Do not use
%build-inputs; use gexp with this-package-native-inputs instead.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-dnaio): Update to 0.6.0.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-xopen): Update to 0.8.2.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (macs)[arguments]: Add build phase to set
HOME variable.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Remove trailing #T
from build phase.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (methyldackel)[arguments]: Add -fcommon to
CFLAGS.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (flexbar)[inputs]: Replace tbb with
tbb-2020.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (flexbar)[arguments]: Remove trailing #T
from all build phases.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (bwa)[arguments]: Remove trailing #T in
build phase.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (bwa)[arguments]: Add -fcommon option to
CFLAGS.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (bowtie1)[inputs]: Replace tbb with
tbb-2020.
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (bowtie)[arguments]: Replace invalid quotes
with straight quotes in the 'configure phase.
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (bowtie)[arguments]: Remove trailing #T from
build phases...
[source]: ...and from the snippet.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (bowtie)[inputs]: Replace tbb with tbb-2020.
|
|
|
|
| |
* gnu/packages/diffoscope.scm (diffoscope): Update to 188.
|
|
|
|
|
|
| |
* gnu/packages/diffoscope.scm (diffoscope)[arguments]: Rename build phase
'remove-berkeley-test to 'remove-broken-file-type-detection-test and delete
another test that is broken due to our `file' package.
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-magic): Update to 0.4.24.
|
|
|
|
|
| |
* gnu/packages/graphics.scm (blender)[inputs]: Replace tbb with tbb-2020.
[arguments]: Don't set CPATH; set C_INCLUDE_PATH and CPLUS_INCLUDE_PATH instead.
|