/gnu/bootloader/

/td> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
pan>
AgeCommit message (Expand)Author
2024-06-10gnu: texlive-latexindent: Fix runtime error....* gnu/packages/tex.scm (texlive-latexindent)[arguments]<#:phases>: Wrap Perl script so it can find Perl libraries. [inputs]: Add PERL-FILE-HOMEDIR and PERL-YAML-TINY. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Change-Id: I428c20f0c8aa49cc8273f41512f37b3622347ecc Aria Nolan
2024-03-24gnu: Fix spelling of "This package" in various package descriptions....* gnu/packages/cran.scm (r-formula-tools): Fix spelling of "This package" in description. * gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Likewise. * gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-go-sysinfo): Likewise. * gnu/packages/tex.scm (texlive-breakcites, texlive-psgo, texlive-footnpag, texlive-pdfpc, texlive-phfcc): Likewise. Vagrant Cascadian
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