aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/databases.scm
blob: 3eeee9fadfd0e58da89a53a155dadc70b1ddb675 (about) (plain)
blob size (208KB) exceeds display size limit (100KB).
> 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 2023-06-25gnu: python-mypy-extensions: Fix style...* gnu/packages/python-check.scm (python-mypy-extensions): Fix style Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vincent Prat 2023-06-25gnu: python-mypy-extensions: Update to 1.0.0...* gnu/packages/python-check.scm (python-mypy-extensions): Update to 1.0.0 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vincent Prat 2023-05-23gnu: Add python-vulture....* gnu/packages/python-check.scm (python-vulture): New variable. Signed-off-by: jgart <jgart@dismail.de> Antero Mejr 2023-05-14gnu: python-pytest-httpx: Update to 0.22.0, fix build....* gnu/packages/python-check.scm (python-pytest-httpx): Update to 0.22.0. [build-system]: Switch to pyproject-build-system. [arguments]: Do not override the 'check phase. Signed-off-by: Vinicius Monego <monego@posteo.net> Sharlatan Hellseher 2023-05-11Revert "gnu: Add python-pytest-enabler."...This reverts commit 0a8c46e89f095a9ec3632d43920ac3cce49f16d5. An older version of python-pytest-enabler already exists in (gnu packages check). Ricardo Wurmus 2023-05-11gnu: Add python-pytest-enabler....* gnu/packages/python-check.scm (python-pytest-enabler): New variable. Ricardo Wurmus 2023-05-08gnu: python-pytest-mpl: Update to 0.16.1....* gnu/packages/python-check.scm (python-pytest-mpl): Update to 0.16.1. [build-system]: Use pyproject-build-system. [arguments]<phases>: Simplify phases by removing redundant modification and use <test-flags> instead. [propagated-inputs]: Add python-jinja2, python-packaging. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher 2023-05-08gnu: python-pytest-arraydiff: Update to 0.5.0....* gnu/packages/python-check.scm (python-pytest-arraydiff): Update to 0.5.0. [native-inputs]: Add python-setuptools-scm. [propagated-inputs]: Remove python-six. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher 2023-05-08gnu: python-pytest-remotedata: Update to 0.4.0....* gnu/packages/python-check.scm (python-pytest-remotedata): Update to 0.4.0. [build-system]: Use pyproject-build-system. [arguments]<phases>: Simplify by removing not required phase modification and use <test-flags> instead. [native-inputs]: Add python-setuptools-scm. [propagated-inputs]: Delete python-six, add python-packaging. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher 2023-05-08gnu: python-pytest-astropy: Simplify package....* gnu/package/python-check.scm (python-pytest-astropy): Simplify package. [arguments]<phases>: Remove remove-requirement phase. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher 2023-05-08gnu: python-pytest-filter-subpackage: Update to 0.1.2....* gnu/packages/python-check.scm (python-pytest-filter-subpackage): Update to 0.1.2. [build-system]: Use pyproject-build-system. [arguments]: Drop no more required phases. [native-inputs]: Add python-setuptools-scm. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher 2023-05-08gnu: python-pytest-doctestplus: Update to 0.12.1....* gnu/packages/python-check.scm (python-pytest-doctestplus): Update to 0.12.1. [build-system]: Use pyproject-build-system. [arguments]<phases>: Remove modify-phases and add test-flags option instead. [native-inputs]: Add python-numpy. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher 2023-05-07gnu: Add python-memory-profiler....* gnu/packages/python-check.scm (python-memory-profiler): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sharlatan Hellseher