Version: 1.8.21, Package name: py3-fiona-1.8.21 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description Fiona is OGR's neat, nimble, no-nonsense API for Python programmers. Fiona is designed to be simple and dependable. It focuses on reading and writing data in standard Python IO style and relies upon familiar Python types and protocols such as files, dictionaries, mappings, and iterators instead of classes specific to OGR. Fiona can read and write real-world data using multi-layered GIS formats and zipped virtual file systems and integrates readily with other Python GIS packages such as pyproj, Rtree, and Shapely. |
Filesize: 1016.249 KB |
Version History (View Complete History) |
|
2021-11-01 18:01:18 by Stuart Henderson | Files touched by this commit (110) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-07-11 02:10:49 by Landry Breuil | Files touched by this commit (2) |
Log message: geo/py-fiona: update to 1.8.20 |
2021-04-28 07:17:23 by Landry Breuil | Files touched by this commit (2) |
Log message: geo/py-fiona: update to 1.8.19 |
2021-01-18 02:03:39 by Landry Breuil | Files touched by this commit (3) |
Log message: geo/py-fiona: update to 1.8.18, from wen heping, thanks ! |
2021-01-04 07:06:39 by Stuart Henderson | Files touched by this commit (242) |
Log message: regen PLISTs for python ports with .so files that end up renamed due to the EXT_SUFFIX change in Python 3.8.7 |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-03-23 03:42:25 by Landry Breuil | Files touched by this commit (2) |
Log message: Update to fiona 1.8.13 |
2020-02-25 03:05:40 by Landry Breuil | Files touched by this commit (2) |
Log message: Remove python2 FLAVOR, migrate to python3 by default. simplifies Makefile & stop renaming the rio binary while here (woo!) ok sthen@ kmos@ |
2020-01-21 03:22:24 by Stuart Henderson | Files touched by this commit (2) |
Log message: register conflict with benchmarks/fio, only for the py2 version without MODPY_SUFFIX on the script name. uses ${MODPY_2ONLY} to @comment out in the plist which is used elsewhere (e.g. py-ldap) which is probably generally useful enough to factor out into python.port.mk but ENOTIME now. |
2019-12-05 00:26:47 by Kurt Mosiejczuk | Files touched by this commit (1) |
Log message: Fix tests for geo/py-fiona. It uses MODPY_PYTEST and copies the compiled .so files into place in the source tree to get the tests to run. While troubleshooting this, found that py-enum34 and py-mock needed to be added to the python2 RUN_DEPENDS and TEST_DEPENDS respectively. ok landry |
2019-12-04 06:40:53 by Landry Breuil | Files touched by this commit (3) |
Log message: Unbreak by updating to fiona 1.8.11. Sadly it seems tests are broken but i dont remember if it was the case before.. |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-15 06:04:43 by Kurt Mosiejczuk | Files touched by this commit (167) |
Log message: Add RUN_DEPENDS to TEST_DEPENDS automatically for ports using the lang/python port module. I've not yet come up with a port that would not need this and one can always set MODPY_TESTDEP to "no" to prevent the module from touching TEST_DEPENDS. Idea from afresh1 who pointed out the cpan module already does this. aja "I support this move." OK sthen@ |
2019-05-12 02:09:53 by Landry Breuil | Files touched by this commit (1) |
Log message: Temporarly mark BROKEN, it builds fine with gdal 3 but will break at runtime as it uses a removed API, per https://github.com/Toblerity/Fiona/issues/745 |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-25 08:29:53 by Klemens Nanni | Files touched by this commit (70) |
Log message: Convert devel/py-test consumers to new MODPY_PYTEST lang/python/python.port.mk revision 1.102 and 1.103 added MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the usual pytest dance. This removes hand-rolled do-tests from all 70 ports by setting MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV as needed. From Kurt Mosiejczuk <kurt at cranky dot work>, thanks! OK sthen |
2019-03-20 13:50:37 by Landry Breuil | Files touched by this commit (2) |
Log message: Update to fiona 1.8.6 |
2019-01-09 02:36:15 by Landry Breuil | Files touched by this commit (2) |
Log message: Update to fiona 1.8.4 |
2019-01-08 12:07:18 by Landry Breuil | Files touched by this commit (1) |
Log message: Fix HOMEPAGE, noted by danj@ |
2018-12-07 01:41:27 by Landry Breuil | Files touched by this commit (4) |
Log message: Update to fiona 1.8.1 |
2018-10-16 12:06:22 by Daniel Jakots | Files touched by this commit (2) |
Log message: Fix tdep on py3-test and regen patch The Makefile doesn't follow Makefile.template order but Landry (being de facto maintainer as it's in geo ;)) prefers it stays as it is. ok landry@ |
2018-10-16 10:51:08 by Landry Breuil | Files touched by this commit (2) |
Log message: Update to fiona 1.7.13. Switch MASTER_SITES from github to pypi while here. |
2018-10-07 09:30:22 by Landry Breuil | Files touched by this commit (1) |
Log message: Really fix build on non-clang archs by passing -std=c++11 to egcc when building the only .cpp file (generated by cython) that includes cpl_port.h from GDAL (which requires c++11). clang seems to do the right thing. *shrug*. dunno if the actual problem is with language detection in distutils or egcc.. Tested on macppc with ports-gcc & amd64 with base-clang & ports-gcc |
2018-05-20 01:18:15 by Landry Breuil | Files touched by this commit (1) |
Log message: Set COMPILER to unbreak on non-clang archs, needed since the gdal 2.3 update. Probably more to come.. |
2018-02-27 14:47:39 by Marc Espie | Files touched by this commit (36) |
Log message: remove traces of utf8 encoding in pkg/DESCR bump accordingly |