Search Criteria
Package Details: python-mapnik 3.0.16-2
Git Clone URL: | https://aur.archlinux.org/python-mapnik.git (read-only, click to copy) |
---|---|
Package Base: | python-mapnik |
Description: | Python3 bindings for Mapnik |
Upstream URL: | https://github.com/mapnik/python-mapnik |
Licenses: | |
Submitter: | geosam |
Maintainer: | geosam |
Last Packager: | geosam |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2017-04-06 14:57 |
Last Updated: | 2018-10-21 19:08 |
Latest Comments
fupduck commented on 2019-03-26 20:16
Hi! Would you consider bringing back pycairo support? Adding a PYCAIRO_NO_IMPORT define and PYCAIRO=true will do the trick. Thx!
CFLAGS+=' -DPYCAIRO_NO_IMPORT'
PYCAIRO=true python setup.py install --root="$pkgdir" --optimize=1
andi5 commented on 2018-08-15 22:37
Looks like that multiple definition was fixed with https://github.com/mapnik/python-mapnik/pull/190.
timosa commented on 2018-04-25 13:22
Linking phase fails with error: multiple definition of `Pycairo_CAPI'
eggix commented on 2018-03-27 09:54
Needs for example boost/version.hpp provided by the package boost, but not boost-libs. You might want to add boost as dependency.
sikmir commented on 2017-07-07 08:28
What about patch within this package? https://pastebin.com/ny4XQRK7
gileri commented on 2017-06-02 21:03
If you hit this exception during runtime :
ImportError: dynamic module does not define module export function (PyInit__mapnik)
Check out this issue :
https://github.com/mapnik/python-mapnik/issues/148