summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-mapnik
AgeCommit message (Collapse)Author
2024-01-01python311Packages.python-mapnik: unstable-2020-09-08 -> unstable-2023-02-23David Hummel
2023-12-29python311Packages.python-mapnik: use consistent version of boostRobert Schütz
2023-12-07python3.pkgs.*: Explicitly pass buildPythonPackage format parameteradisbladis
Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda
2023-12-03python3Packages.python-mapnik: disable more failing testsIvan Mincik
2023-05-29python310Packages.python-mapnik: don't use lib.optional with a listfigsoda
2023-05-14python3Packages.python-mapnik: fix tests on darwinPaul Dettorer Hervot
- replace the hardcoded references to /tmp with $TMPDIR - disable a PDF-related cairo test
2023-05-13python311Packages.python-mapnik: use boost182 instead of the defaultPaul Dettorer Hervot
The import checks didn't pass because of a boost binding problem solved by https://github.com/boostorg/python/pull/385.
2023-05-13python310Packages.python-mapnik: disable the OGR testPaul Dettorer Hervot
The OGR test fails since a gdal update at af10ec1c5b7af7106a5b5ea2b633275d549d7e8c. Upstream tests are still considered unreliable according to https://github.com/mapnik/python-mapnik/issues/255.
2023-04-03remove myself (erictapen) from packages which I don't use anymoreKerstin Humm
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt
when they already rely on SRI hashes.
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-10-29python3Packages.python-mapnik: unstable-2020-02-24 -> unstable-2020-09-08Kerstin Humm
Also: - use libxml2 for xml parsing - use newest boost - patch to find libmapnik{json,wkt}.a - fix license - add erictapen as maintainer - use same harfbuzz as mapnik - use pytestCheckHook, disable failing tests Co-Authored-by: Robert Schütz <nix@dotlambda.de>
2021-11-15python3Packages.python-mapnik: add erictapen as maintainerKerstin Humm
2021-07-27python39Packages.python-mapnik: cleanup, remove pkgs from input, remove aliasSandro Jäckel
2021-05-27python3Packages.python-mapnik: add pythonImportsCheckRobert Schütz
2021-05-11python-mapnik: fix pycairo supportBruce Toll
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 Rusnak
2021-01-24pkgs/development/python-modules: stdenv.lib -> libPavol Rusnak
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch
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 Reilly
2020-03-03python-mapnik: 3.0.16 -> unstable-2020-02-24Bruce Toll
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)volth
* treewide: remove unused variables * making ofborg happy
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer
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ütz
fallout of https://github.com/NixOS/nixpkgs/pull/54182
2018-10-17pythonPackages.python-mapnik: refactor move to python-modulesChris Ostrouchov