aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/selinux.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-11-25 00:01:09 +0100
committerLudovic Courtès <ludo@gnu.org>2020-11-25 00:02:30 +0100
commit3504e39a5d8661b02a026b6ab3b386e3f49eeeaf (patch)
treed1a2779da3138e9e9cacf88f3999757c618e996f /gnu/packages/selinux.scm
parent325d00e61993ddaa674f6e85e099d570866f8258 (diff)
downloadguix-3504e39a5d8661b02a026b6ab3b386e3f49eeeaf.tar.gz
guix-3504e39a5d8661b02a026b6ab3b386e3f49eeeaf.zip
gnu: base, gcc: Removing trailing #t from snippets.
* gnu/packages/base.scm (libiconv)[source]: Remove trailing #t from 'snippet'. * gnu/packages/gcc.scm (gcc-4.8)[source]: Likewise. (gcc-4.9)[source]: Likewise. (gcc-5)[source]: Likewise.
Diffstat (limited to 'gnu/packages/selinux.scm')
0 files changed, 0 insertions, 0 deletions
pan>Vinicius Monego 2024-06-18gnu: Add python-pytest-rerunfailures-13....* gnu/packages/python-check.scm (python-pytest-rerunfailures-13): New variable. David Elsing 2024-06-18gnu: Add python-expecttest....* gnu/packages/python-check.scm (python-expecttest): New variable. David Elsing 2024-06-18gnu: Add python-pytest-shard....* gnu/packages/python-check.scm (python-pytest-shard): New variable. David Elsing 2024-06-18gnu: Add python-pytest-flakefinder....* gnu/packages/python-check.scm (python-pytest-flakefinder): New variable. David Elsing 2024-05-05gnu: python-pytest-shutil: Disable a test....* gnu/packages/python-check.scm (python-pytest-shutil)[build-system]: Use pyproject-build-system. [arguments]: Disable test_pretty_formatter. Change-Id: I862320feab5b3c6e375bf652deced6a631dfc575 Ricardo Wurmus 2024-05-05gnu: Add python-nbmake....* gnu/packages/python-check.scm (python-nbmake): New variable. Change-Id: If062d0e34329e99b5bb87588e7ddf149c65bfdfb Ricardo Wurmus 2024-04-30gnu: Add python-assay....* gnu/packages/python-check.scm (python-assay): New variable. Change-Id: I0ec910d8c37000ff08119a33e3f42af2269fa494 Sharlatan Hellseher 2024-04-30gnu: python-pytest-socket: Update to 0.7.0....* gnu/packages/python-check.scm (python-pytest-socket): Update to 0.7.0. Change-Id: I879064eba2f4d93d2e2b519ebdf613685d5b5df9 Sharlatan Hellseher 2024-03-29gnu: python-pytest-filter-subpackage: Update to 0.2.0....* gnu/packages/python-check.scm (python-pytest-filter-subpackage): Update to 0.2.0. Change-Id: I04f000b3a75f671340fbd351b06265b99acb3856 Sharlatan Hellseher 2024-03-29gnu: python-pytest-arraydiff: Enable tests....* gnu/packages/python-check.scm (python-pytest-arraydiff): Enable tests. [build-system]: Swap to pyproject-build-system. [arguments] <#:test-flags>: Disable tests requiring python-astropy to break dependencies cycle. Change-Id: I0e4b6681d106a999c6fc12c3fd8c8f084762a92e Sharlatan Hellseher 2024-03-29gnu: python-pytest-arraydiff: Update to 0.6.1....* gnu/packages/python-check.scm (python-pytest-arraydiff): Update to 0.6.1. Change-Id: I6dd911eb38597790f66756a77f6086112329a156 Sharlatan Hellseher 2024-03-29gnu: python-pytest-doctestplus: Update to 1.2.0....* gnu/packages/python-check.scm (python-pytest-doctestplus): Update to 1.2.0. [arguments] <#:test-flags>: Disable one more failing test. [home-page]: Update accordingly with lint warning. Change-Id: I353a671741cf887c348d627d9e071e3fedcc4edc Sharlatan Hellseher 2024-03-28gnu: Add python-pytest-testmon....* gnu/packages/python-check.scm (python-pytest-testmon): New variable. Change-Id: Ia2e6034781898c04bd766145e0352060a975d479 Signed-off-by: Ricardo Wurmus <rekado@elephly.net> nafkhamdc 2024-02-11gnu: python-pytest-socket: Simplify package, enable tests....* gnu/packages/python-check.scm (python-pytest-socket) [build-system]: Swap to pyproject-build-system. [arguments] <#:test-flags>: Disable tests requiring network access. <#:phases>: Use standard phases. Change-Id: Ib7fe0b3dab4e269c00856a10b8ca23acc8c8e180 Sharlatan Hellseher 2024-02-11gnu: python-pyinstrument: Enable tests....* gnu/packages/python-check.scm (python-pyinstrument) [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-greenlet. Change-Id: I1cd0c3e906fbbdc561e66bae9fe35333f61801cf Sharlatan Hellseher 2024-02-11gnu: python-pyinstrument: Update to 4.6.2....* gnu/packages/python-check.scm (python-pyinstrument): Update to 4.6.2. Change-Id: I28e147272f273c04f7221f6d4f70677aee9a3747 Sharlatan Hellseher 2024-02-11gnu: python-pytest-csv: Simplify package....* gnu/packages/python-check.scm (python-pytest-csv) [build-system]: Swap to pyproejct-build-system. [arguments]: Use standard 'check phase. Change-Id: Iae04747b117bf5b5f9fb3c8b57cd40b8822edd77 Sharlatan Hellseher 2024-02-11gnu: python-beartype: Simplify package....* gnu/packages/python-check.scm (python-beartype) [build-system]: Swap to pyproject-build-system. [arguments]: Use standard 'check phase and <#:test-flags>. Change-Id: I372c5be3b142f0e25d15fd2bac20fc9cd4d8030c Sharlatan Hellseher 2024-02-11gnu: Add python-pandas-vet....* gnu/packages/python-xyz.scm (python-pandas-vet): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Troy Figiel