Commit graph

23 commits

Author SHA1 Message Date
Fabian Affolter cf33ca630d python3Packages.shapely: fix build 2021-02-27 18:51:46 +01:00
Frederik Rietdijk c456a2512f Merge master into staging-next 2021-02-26 10:25:13 +01:00
Sandro Jäckel 18370cd9d0
pythonPackages.shapely: fix tests, switch to pytestCheckHook 2021-02-23 15:58:33 +01:00
qq af15d4f74f python38Packages.shapely: fix failing test
The test_svg fails on checkPhase so the package can't be build.
2021-02-22 23:00:13 +03:00
Robert T. McGibbon e63d450456 python3Packages.shapely: fix build with geos 3.9.0 2021-02-03 23:27:18 -05:00
Pavol Rusnak a4bbfba80d
pkgs/development/python-modules: stdenv.lib -> lib 2021-01-24 01:29:22 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Mario Rodas c5a59b1cdd python3Packages.shapely: fix build on darwin 2020-12-28 04:20:00 +00:00
Sebastian Jordan 27a63acd7a pythonPackages.shapely: Set minimum python version to 3.5 2020-11-22 15:13:40 +01:00
Nicolai Kellerer ef92fe9c43 pythonPackages.Shapely: 1.7.0 -> 1.7.1 2020-10-25 10:12:41 +01:00
Raphael Borun Das Gupta 4bbb0e83b1 python: Shapely: 1.6.4.post2 -> 1.7.0 2020-03-30 18:57:34 -07:00
Robert Schütz 5ee0125268
python.pkgs.shapely: fix tests on Darwin (#57630) 2019-03-14 10:28:43 +01:00
Robert Schütz 83ec5c102b pythonPackages.shapely: use patch to set library paths 2019-02-25 15:10:45 +01:00
Frederik Rietdijk d82950ad1f python: Shapely: 1.6.4.post1 -> 1.6.4.post2 2018-07-26 12:43:09 +02:00
Frederik Rietdijk ced21f5e1a pythonPackages: remove name attribute`
The `buildPython*` function computes name from `pname` and `version`.
This change removes `name` attribute from all expressions in
`pkgs/development/python-modules`.

While at it, some other minor changes were made as well, such as
replacing `fetchurl` calls with `fetchPypi`.
2018-06-23 18:14:26 +02:00
Josef Kemetmüller 74b81ea91c pythonPackages.shapely: fix darwin build 2018-03-12 01:29:44 +01:00
Frederik Rietdijk 6d256b8e79 python: Shapely: 1.6.3 -> 1.6.4.post1 2018-02-03 17:43:30 +01:00
Frederik Rietdijk 7a5b23a358 python: Shapely: 1.6.2.post1 -> 1.6.3 2017-12-31 10:55:19 +01:00
Frederik Rietdijk 9c5bf726e5 python.pkgs: maintenance updates 2017-11-05 20:11:43 +01:00
Lancelot SIX 1392d2a74b
pythonPackages.shapely. 1.5.15 -> 1.6.1 2017-10-09 22:16:43 +02:00
Lancelot SIX 953ce94826
pythonPackages.shapely: fix patchPhase 2017-10-09 22:15:17 +02:00
John Ericson 5aec3f96a2 treewide: Use *Platform.extensions 2017-09-13 11:16:10 -04:00
Jörg Thalheim 85011d7084 python.pkgs.shapely: fix library extension
there was one dot too much
2017-09-05 08:38:02 +01:00