Commit graph

21 commits

Author SHA1 Message Date
Nikolay Korotkiy e13f126c4b python3Packages.geopandas: 0.8.1 → 0.9.0 2021-06-27 23:02:34 -07:00
Sandro Jäckel 32c1d619ec
pythonPackages.geopandas: Disable tests on darwin 2021-01-11 12:12:31 +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
Robert T. McGibbon 107c9a7909 python3Packages.geopandas: fix build with fiona >= 1.8.16 2020-12-30 17:57:48 -05:00
Josef Kemetmüller dc2e45e3e5 python.pkgs.geopandas: 0.8.0 -> 0.8.1
This fixes the geopandas build, which did break with the update of
pandas from 1.0.5 to 1.1.0.
2020-09-13 09:31:07 -07:00
R. RyanTM f166a133ae python37Packages.geopandas: 0.7.0 -> 0.8.0 2020-07-06 09:38:17 -07:00
Konrad Borowski ed1136b879 pythonPackages.geopandas: update homepage link to use HTTPS 2020-04-24 19:44:59 -07:00
Jonathan Ringer 63697ed0c2 python3Packages.geopandas: 0.6.3 -> 0.7.0 2020-03-19 12:51:17 -07:00
R. RyanTM af6336aa34 python27Packages.geopandas: 0.6.2 -> 0.6.3 2020-02-09 10:38:51 +01:00
R. RyanTM 80cd01707d python27Packages.geopandas: 0.6.1 -> 0.6.2 2019-12-24 17:53:10 -08:00
c0bw3b 69b393ace5 Treewide: update some problematic homepages
These URLs are reported as problematic by Repology.
It could be a permanent redirection
or the page does not exist anymore
2019-12-08 10:21:29 -08:00
Robin Gloster b870b3a153
python37Packages.geopandas: 0.6.0 -> 0.6.1 2019-10-16 00:07:07 +02:00
R. RyanTM d4af2fe8b1 python37Packages.geopandas: 0.5.1 -> 0.6.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-geopandas/versions
2019-10-07 22:25:56 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM baa4768dbe python37Packages.geopandas: 0.5.0 -> 0.5.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-geopandas/versions
2019-07-16 01:45:15 -07:00
R. RyanTM 315be87440
python37Packages.geopandas: 0.4.1 -> 0.5.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-geopandas/versions
2019-05-11 23:28:23 -05:00
R. RyanTM c6ed0f964b python37Packages.geopandas: 0.4.0 -> 0.4.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-geopandas/versions
2019-03-11 14:48:50 -04:00
Chris Ostrouchov 1d6fd65957 pythonPackages.geopandas: 0.3.0 -> 0.4.0
Additionally fix issue with tests failing for 18.09 release.

Tests required url fetch. Disabled with "not web".
2018-09-06 18:50:11 +02:00
adisbladis d99378654f pythonPackages: Add version and pname attributes to packages 2017-11-23 17:49:43 +01:00
Jörg Thalheim 1dbe68a5e8 python.pkgs.geopandas: fix tests 2017-09-05 08:20:30 +01:00
Josef Kemetmueller 05ac3f9520 pythonPackages.geopandas: init at 0.3.0 2017-09-04 22:23:41 +02:00