aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-cartopy
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove PYNUMPY and PY_PILLOWSunpoet Po-Chuan Hsieh2021-02-011-4/+4
| | | | Notes: svn path=/head/; revision=563660
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update BUILD_DEPENDSSunpoet Po-Chuan Hsieh2020-11-211-1/+1
| | | | Notes: svn path=/head/; revision=555853
* graphics/proj: Update to 7.2.0Loïc Bartoletti2020-11-181-1/+1
| | | | | | | | Changelog: - https://proj.org/news.html#release-notes Notes: svn path=/head/; revision=555622
* graphics/proj: Update to 7.1.1Loïc Bartoletti2020-11-171-0/+1
| | | | | | | | | | | | | | | | | - Add a pkg-message explaining how to access or sync datum grids from the CDN (disabled by default) - Add curl and tiff dependencies since proj can read datum grids from remote COG (Cloud Optimized Geotiff) - Take maintainer'ship (ok wen@) PR: 245611 Submitted by: wen (first version) Reviewed by: wen, rhurlin Approved by: wen Exp-run by: antoine Notes: svn path=/head/; revision=555543
* Update to 0.18.0Sunpoet Po-Chuan Hsieh2020-05-042-5/+4
| | | | | | | Changes: https://github.com/SciTools/cartopy/releases Notes: svn path=/head/; revision=533958
* Sort RUN_DEPENDS after r529063Sunpoet Po-Chuan Hsieh2020-03-281-2/+2
| | | | Notes: svn path=/head/; revision=529418
* Convert the tree to use PY_PILLOWAntoine Brodin2020-03-241-13/+5
| | | | | | | | With hat: portmgr Originally submitted by: kai Notes: svn path=/head/; revision=529063
* graphics/py-pillow: Update to 7.0.0Kai Knoblich2020-02-241-5/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Repo-Copy the Pillow 6.2.2 release to graphics/py-pillow6 to retain backwards compatibility for Python 2 consumers as the Pillow 7.0.0 release dropped the support for Python 2. * Apply conditional statements to use either Pillow 7.x or Pillow 6.x for consumers that can be built for Python 2 or newer. * Exceptions are ports that can be built only for either Python 2 or Python 3. For the first case, consumers are just assigned to the repo-copied graphics/py-pillow6. * Also remove Pillow from BUILD_DEPENDS of math/py-PyWavelets as it is not listed in setup.py as a build dependency [1] and relax the version requirements of Pillow for www/py-wagtail. Release Notes: * https://pillow.readthedocs.io/en/latest/releasenotes/index.html Backward Incompatible Changes (7.0.0): * https://pillow.readthedocs.io/en/latest/releasenotes/7.0.0.html#backwards-incompatible-changes Detailed Changelog: * https://github.com/python-pillow/Pillow/blob/7.0.0/CHANGES.rst PR: 243665 Submitted by: sunpoet (patch for 7.0.0 and repo-copied version) Reviewed by: koobs [1], sunpoet Approved by: koobs (maintainer) Differential Revision: https://reviews.freebsd.org/D23713 Notes: svn path=/head/; revision=526962
* Add EPSG, OWS and PLOTTING optionsSunpoet Po-Chuan Hsieh2019-07-271-0/+13
| | | | Notes: svn path=/head/; revision=507408
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Cosmetic changeSunpoet Po-Chuan Hsieh2019-06-271-1/+1
| | | | Notes: svn path=/head/; revision=505227
* - Update to 6.1.0 and fix some portsWen Heping2019-06-271-1/+3
| | | | | | | | | | | | | | | - Add missing DEPENDS - Add TEST_TARGET - Take maintainership PR: 237932, 238795 Submitted by: wenheping2000@hotmail.com,rhurlin@gwdg.de Approved by: maintainer(timeout, > 30 days), portmgr@(implicit, fix build) Exp-run by: antoine@ Thanks to: antoine@, sunpoet@, rhurlin@gwdg.de Notes: svn path=/head/; revision=505194
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-0/+1
| | | | | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590 Notes: svn path=/head/; revision=487272
* Update to 0.17.0Sunpoet Po-Chuan Hsieh2018-11-182-5/+5
| | | | | | | Changes: https://github.com/SciTools/cartopy/releases Notes: svn path=/head/; revision=485263
* Fix typoSunpoet Po-Chuan Hsieh2018-09-131-1/+1
| | | | Notes: svn path=/head/; revision=479708
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-3/+3
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Add py-cartopy 0.16.0Sunpoet Po-Chuan Hsieh2018-05-183-0/+46
Cartopy is a Python package designed to make drawing maps for data analysis and visualisation easy. It features: - object oriented projection definitions - point, line, polygon and image transformations between projections - integration to expose advanced mapping in Matplotlib with a simple and intuitive interface - powerful vector data handling by integrating shapefile reading with Shapely capabilities WWW: https://pypi.org/project/Cartopy/ WWW: https://github.com/SciTools/cartopy Notes: svn path=/head/; revision=470330