sci-libs / cartopy

Python package for geospatial data processing and analysis

Official package sites : https://scitools.org.uk/cartopy ·

Cartopy is a Python package designed for geospatial data processing in order to produce maps and other geospatial data analyses. Key features of cartopy are its object oriented projection definitions, and its ability to transform points, lines, vectors, polygons and i images between those projections.

v0.24.0 :: 0 :: gentoo

Modified
License
BSD
Keywords
~amd64 ~x86
USE flags
debug test

v0.23.0 :: 0 :: gentoo

Modified
License
BSD
Keywords
~amd64 ~x86
USE flags
debug test

General

debug
Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

python_single_target

python3_10
Build for Python 3.10 only
python3_11
Build for Python 3.11 only
python3_12
Build for Python 3.12 only

dev-lang / python : An interpreted, interactive, object-oriented programming language

dev-python / matplotlib : Pure python plotting library with matlab like syntax

dev-python / numpy : Fast array and numerical python library

dev-python / pillow : Python Imaging Library (fork)

dev-python / pyproj : Python interface to the PROJ library

dev-python / scipy : Scientific algorithms library for Python

dev-python / shapely : Geometric objects, predicates, and operations

dev-python / six : Python 2 and 3 compatibility library

sci-libs / gdal : Translator library for raster geospatial data formats (includes OGR support)

sci-libs / pyshp : Pure Python read/write support for ESRI Shapefile format

dev-lang / python : An interpreted, interactive, object-oriented programming language

dev-python / matplotlib : Pure python plotting library with matlab like syntax

dev-python / numpy : Fast array and numerical python library

dev-python / pillow : Python Imaging Library (fork)

dev-python / pyproj : Python interface to the PROJ library

dev-python / scipy : Scientific algorithms library for Python

dev-python / shapely : Geometric objects, predicates, and operations

dev-python / six : Python 2 and 3 compatibility library

sci-libs / gdal : Translator library for raster geospatial data formats (includes OGR support)

sci-libs / pyshp : Pure Python read/write support for ESRI Shapefile format

sci-visualization / pythonprop : Scripts to prepare and plot VOACAP propagation predictions

Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: add 0.24.0
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: drop 0.21.1-r1, 0.22.0
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: add 0.23.0
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: drop 0.21.1
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Thomas Beierlein · gentoo
sci-libs/cartopy: add 0.22.0
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Fix failing tests with >=sci-libs/proj-9.2
See https://github.com/SciTools/cartopy/issues/2145 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Readd '-n' parameter for pytest
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Thomas Beierlein · gentoo
sci-libs/cartopy: Cleanup inherits and add DISTUTILS_EXT
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Use PEP517 build
Furthermore drop unsupported '-n' switch in epytest Closes: https://bugs.gentoo.org/910025 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Rename dev-python/{setuptools_scm → setuptools-scm}
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: enable py3.11
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Thomas Beierlein · gentoo
sci-libs/cartopy: Fix test error for >=dev-python/matplotlib-3.7
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: drop 0.21.0-r1
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Fix dependency
Closes: https://bugs.gentoo.org/891231 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: add 0.21.1
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Thomas Beierlein · gentoo
sci-libs/cartopy: drop 0.20.3-r3
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sci-libs/cartopy: simplify gdal dep
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sci-libs/cartopy: add 0.21.0
- Tighten numpy dep (new bound w/ 0.21.0) - New test dep on dev-python/pytest-mpl - Drop proj dep, upstream moved to just pure pyproj - Use epytest - Use pytest-xdist (tests are fast on my machine but might be useful on other arches) Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
sci-libs/cartopy: needs <matplotlib-3.6
Will do bump now. Bug: https://github.com/SciTools/cartopy/issues/2086 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
sci-libs/cartopy: switch to single-impl Python
This is needed because gdal is single impl now (b/c of various bugs we hit). Signed-off-by: Sam James <sam@gentoo.org>
Andreas Sturmlechner · gentoo
sci-libs/cartopy: Drop 0.20.1-r1, 0.20.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: add 0.20.3
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Move {sci-libs → dev-python}/shapely
Shapely is really primarily a Python package, and it seems that the Python team is effectively going to maintain it going forward, so it fits more naturally in dev-python than sci-libs. Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: drop 0.19.0, 0.20.1
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: add 0.20.2
Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Move some DEPENDS to RDEPENDS
See also: https://bugs.gentoo.org/830016 Tnx Sam for pointing it out. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Fix missing $PYTHON_USEDEP
Closes: https://bugs.gentoo.org/830016 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Version bump
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Drop old
See also bug# 822819 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Fix wrong dependency positioning
Closes: https://bugs.gentoo.org/817293 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Version bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Fix setuptools dep
Closes: https://bugs.gentoo.org/813294 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Add python3_9 support
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Thomas Beierlein · gentoo
sci-libs/cartopy: Drop python3_6 support
As package depends on sci-libs/shapely which no longer provides support for python3_6 we drop it here too. Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
Revert "sci-libs/cartopy: Add python3_9 support and drop 3_6"
This reverts commit be004dc155e56999bfbc34beadf96d565f17a171. This commit broke the tree for sci-visualization/pythonprop. Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Add python3_9 support and drop 3_6
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Dennis Lamm · gentoo
sci-libs/shapely: fixed revdep to renamed package
Signed-off-by: Dennis Lamm <expeditoneer@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/17894 Signed-off-by: Dennis Lamm <expeditioneer@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
Move {sci-libs → dev-python}/scipy
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Add python 3.8 support
Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Fix missing USE dependency
Closes: https://bugs.gentoo.org/739660 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Version bump
Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: Add support for Python3.7
py3.8 has to wait until deps are supporting it. Closes: https://bugs.gentoo.org/718492 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Beierlein · gentoo
sci-libs/cartopy: New package
Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Thomas Beierlein <tomjbe@gentoo.org>