aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-h3
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove PYNUMPYSunpoet Po-Chuan Hsieh2021-03-031-2/+2
| | | | Notes: svn path=/head/; revision=567174
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Update to 3.7.1Sunpoet Po-Chuan Hsieh2020-12-242-4/+4
| | | | | | | | Changes: https://github.com/uber/h3-py/releases https://github.com/uber/h3-py/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=559115
* Convert to test frameworkSunpoet Po-Chuan Hsieh2020-11-261-0/+5
| | | | Notes: svn path=/head/; revision=556362
* Fix build with Python 2Sunpoet Po-Chuan Hsieh2020-11-151-0/+1
| | | | Notes: svn path=/head/; revision=555321
* Update to 3.7.0Sunpoet Po-Chuan Hsieh2020-10-032-4/+4
| | | | | | | | Changes: https://github.com/uber/h3-py/releases https://github.com/uber/h3-py/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=551284
* Add h3 version check to BUILD_DEPENDSSunpoet Po-Chuan Hsieh2020-09-131-0/+1
| | | | Notes: svn path=/head/; revision=548553
* Add py-h3 3.6.4Sunpoet Po-Chuan Hsieh2020-09-124-0/+60
H3 is a geospatial indexing system using a hexagonal grid that can be (approximately) subdivided into finer and finer hexagonal grids, combining the benefits of a hexagonal grid with S2's hierarchical subdivisions. This port is the Python binding for H3 core library. WWW: https://github.com/uber/h3-py Notes: svn path=/head/; revision=548312