Commit graph

9 commits

Author SHA1 Message Date
Sandro Jäckel 9bfdf57e13
pythonPackages: deprecate pytestrunner alias 2021-07-21 13:32:49 +02:00
Sandro Jäckel 4209fed914
pythonPackages: deprecate pytestcov alias 2021-07-21 13:32:17 +02:00
Sirio Balmelli e11d511222 python3Packages.scikit-build: 0.10.0 -> 0.11.1
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2020-08-12 17:58:56 +02:00
Drew Risinger c8dd834189 pythonPackages.scikit-build: fix python3.8 bug
Python3.8 removes ``platform.linux_distribution()`` call,
must use ``pythonPackages.distro`` to get same information.
Closes #83305
Upstream PR: https://www.github.com/scikit-build/scikit-build/pull/458
Also formatting.
2020-03-27 20:38:05 -04:00
Kajetan Champlewski 1b8794e623 Remove no longer needed patch. 2020-01-05 17:37:27 +00:00
Frederik Rietdijk 8a0ddbd745 python: scikit-build: 0.8.1 -> 0.10.0 2019-10-27 16:26:53 +01:00
Maximilian Bosch f8c6b826d4
python3Packages.scikit-build: fix build
Build broke as it's attempted to run the cmake configure-phase which
won't work as this package uses cmake, but builds via a `setup.py`
rather than a `CMakeLists.txt`.

ZHF #68361
2019-10-01 11:11:29 +02:00
Robert Scott dbc5bcdb5c pythonPackages.scikit-build: fix build by disabling test_source_distribution test 2019-06-18 11:11:16 +02:00
Florian Franzen c62202c2d8 pythonPackages.scikit-build: init at 0.8.1 2019-02-14 20:45:46 +01:00