| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
|
|
- replace the hardcoded references to /tmp with $TMPDIR
- disable a PDF-related cairo test
|
|
The import checks didn't pass because of a boost binding problem solved
by https://github.com/boostorg/python/pull/385.
|
|
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.
|
|
|
|
when they already rely on SRI hashes.
|
|
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.
|
|
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>
|
|
|
|
|
|
|
|
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).
|
|
|
|
|
|
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
|
|
|
|
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.
|
|
* treewide: remove unused variables
* making ofborg happy
|
|
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
|
|
fallout of https://github.com/NixOS/nixpkgs/pull/54182
|
|
|