v1.2.3'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-check.scm
gnu/packages/photo.scm?id=b819c550383df0735d0683edda97a24fadcb368b'>gnu: rawtherapee: Build with librsvg-for-system....* gnu/packages/photo.scm (rawtherapee)[inputs]: Replace librsvg with librsvg-for-system.
AgeCommit message (Expand)Author
2023-11-05gnu: python-pytest-astropy: Update to 0.11.0....* gnu/packages/python-check (python-pytest-astropy): Update to 0.11.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Sharlatan Hellseher
2023-11-05gnu: python-pytest-doctestplus: Update to 1.0.0....* gnu/packages/python-check (python-pytest-doctestplus): Update to 1.0.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Sharlatan Hellseher
2023-11-05gnu: python-pytest-remotedata: Update to 0.4.1....* gnu/packages/python-check (python-pytest-remotedata): Update to 0.4.1. Signed-off-by: Christopher Baines <mail@cbaines.net> Sharlatan Hellseher
2023-10-25gnu: Add python-assertpy....* gnu/packages/python-check.scm (python-assertpy): New variable. Change-Id: Ia17d256361eebe977a7d663b473e6c907ffe4ec2 Ricardo Wurmus
2023-09-22gnu: Add python-slotscheck....* gnu/packages/python-check.scm (python-slotscheck): New variable. Marius Bakke
2023-09-15gnu: python-mypy: Update to 1.4.1....* gnu/packages/python-check.scm (python-mypy): Update to 1.4.1. [origin]: Switch to PyPI. [arguments]: Don't skip the testImports test. Signed-off-by: Christopher Baines <mail@cbaines.net> Vincent Prat
Efraim Flashner
2023-08-13gnu: entangle: Update package style....* gnu/packages/photo.scm (entangle)[arguments]: Rewrite as G-expressions. Don't explicitly return #t from phases. [native-inputs]: Remove input labels. Tobias Geerinckx-Rice
2023-08-13gnu: entangle: Fix build....* gnu/packages/photo.scm (entangle)[arguments]: Add a new 'build-with-meson-0.60 phase. [native-inputs]: Add itstool. Tobias Geerinckx-Rice
2023-07-16gnu: darktable: Update to 4.4.2....* gnu/packages/photo.scm (darktable): Update to 4.4.2. Tobias Geerinckx-Rice
2023-07-16gnu: lensfun: Update to 0.3.4....* gnu/packages/photo.scm (lensfun): Update to 0.3.4. Tobias Geerinckx-Rice
2023-07-18gnu: Deprecate `texlive-tiny'....At this point, there are three equivalent TeX Live sub-systems: texlive-scheme-basic, texlive-tiny, and (texlive-updmap.cfg). It is confusing to keep so many around. * doc/contributing.texi (Submitting Patches): Remove reference to TEXLIVE-TINY. * gnu/packages/algebra.scm (pari-gp)[native-inputs]: (giac)[native-inputs]: * gnu/packages/chez.scm (chez-sockets)[native-inputs]: * gnu/packages/engineering.scm (fastcap)[native-inputs]: * gnu/packages/gettext.scm (po4a)[native-inputs]: * gnu/packages/maths.scm (cddlib)[native-inputs]: (gnuplot)[native-inputs]: (itpp)[native-inputs]: * gnu/packages/ocaml.scm (unison)[native-inputs]: * gnu/packages/pdf.scm (extractpdfmark)[native-inputs]: * gnu/packages/photo.scm (enblend-enfuse): Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG. * gnu/packages/radio.scm (gnuradio)[native-inputs]: Remove unnecessary TEXLIVE-TINY. * gnu/packages/tex.scm (texlive-tiny): Deprecate it in favor of TEXLIVE-SCHEME-BASIC. (texlive-makecmds)[native-inputs]: Replace TEXLIVE-TINY with a call to TEXLIVE-UPDMAP.CFG. * guix/lint.scm (check-inputs-should-be-native): Check only for "texlive-updmap.cfg" input name. Nicolas Goaziou