about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-mapnik
AgeCommit message (Collapse)AuthorFilesLines
2021-11-15python3Packages.python-mapnik: add erictapen as maintainerKerstin Humm1-1/+1
2021-07-27python39Packages.python-mapnik: cleanup, remove pkgs from input, remove aliasSandro Jäckel1-22/+23
2021-05-27python3Packages.python-mapnik: add pythonImportsCheckRobert Schütz1-0/+2
2021-05-11python-mapnik: fix pycairo supportBruce Toll2-0/+24
Fully enable pycairo support by exporting PYCAIRO=true and using pkg-config to locate the pycairo library (with included patch). The patch restores the use of pkg-config to find pycairo. This code was present upstream, but commented out; it has been re-enabled and modified to support both pycairo and py3cairo (the python3 version of pycairo).
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-03python-mapnik: 3.0.16 -> unstable-2020-02-24Bruce Toll1-3/+3
Update to fix build errors with mapnik 3.0.23, along with other pending upstream commits. Upstream has not tagged a python-mapnik release since 2017. This unstable commit, however, is also the basis for the python-mapnik package in Debian testing.
2019-06-16treewide: remove unused variables (#63177)volth1-1/+0
* treewide: remove unused variables * making ofborg happy
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer1-1/+1
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2019-03-21python.pkgs.python-mapnik: fix buildRobert Schütz1-20/+29
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2018-10-17pythonPackages.python-mapnik: refactor move to python-modulesChris Ostrouchov1-0/+58