Commit graph

15 commits

Author SHA1 Message Date
Martin Weinelt 7ec38ab75a python3Packages.GeoAlchemy2: 0.8.4 -> 0.9.0 2021-06-22 13:42:28 +02:00
Sandro Jäckel 89d5f4b3d0
treewide: setuptools_scm -> setuptools-scm 2021-06-03 12:44:33 +02:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +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
R. RyanTM 918a651d2a python27Packages.geoalchemy2: 0.8.3 -> 0.8.4 2020-07-06 09:44:52 -07:00
Edmund Wu ba09be4c69
pythonPackages.geoalchemy2: fix build 2020-06-23 15:54:13 -04:00
Frederik Rietdijk 094e742444 python: GeoAlchemy2: 0.8.0 -> 0.8.3 2020-06-06 08:34:54 +02:00
R. RyanTM 35b91e5519 python27Packages.geoalchemy2: 0.7.0 -> 0.8.0 2020-05-27 11:59:48 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM eb50635ec9 python27Packages.geoalchemy2: 0.6.3 -> 0.7.0 2020-03-25 10:17:46 -07:00
R. RyanTM f22dfeb1cf python37Packages.geoalchemy2: 0.6.2 -> 0.6.3
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-geoalchemy2/versions
2019-06-17 11:14:31 -07:00
R. RyanTM effdf1bf3b python37Packages.geoalchemy2: 0.6.1 -> 0.6.2
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-geoalchemy2/versions
2019-05-05 17:30:14 -07:00
R. RyanTM e9eb32649e python37Packages.geoalchemy2: 0.5.0 -> 0.6.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-geoalchemy2/versions

(cherry picked from commit 0ad2111ce0b40a8a195677dd62118d6c265fc690)
2019-04-07 13:53:42 +02:00
Frederik Rietdijk 0cbf75f3e8 python: GeoAlchemy2: 0.3.0 -> 0.5.0 2018-12-03 16:50:30 +01:00
Chris Ostrouchov be778594c0 pythonPackages.geoalchemy2: refactor move to python-modules 2018-10-27 09:07:23 +02:00