Port details |
- py-fiona OGR's neat and nimble API for Python programmers
- 1.8.21 graphics
=0 1.8.21Version of this port present on the latest quarterly branch. - Maintainer: lbartoletti@FreeBSD.org
 - Port Added: 2018-06-27 12:32:31
- Last Update: 2022-04-01 15:09:49
- Commit Hash: 7b4d1f0
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- 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. Fiona is supported only on CPython versions 2.7 and 3.4+.
WWW: https://pypi.org/project/Fiona/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}Fiona>0:graphics/py-fiona@${PY_FLAVOR}
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/graphics/py-fiona/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/py-fiona
- pkg install py38-Fiona
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.NOTE: This is a Python port. Instead of py38-Fiona listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py38-Fiona
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1645816239
SHA256 (Fiona-1.8.21.tar.gz) = 3a0edca2a7a070db405d71187214a43d2333a57b4097544a3fcc282066a58bfc
SIZE (Fiona-1.8.21.tar.gz) = 1040639
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cython-3.8 : lang/cython@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-cligj>=0.4 : devel/py-cligj@py38
- py38-click-plugins>0 : devel/py-click-plugins@py38
- py38-six>=1.7 : devel/py-six@py38
- py38-munch>0 : devel/py-munch@py38
- py38-Shapely>0 : devel/py-shapely@py38
- py38-gdal>0 : graphics/py-gdal@py38
- py38-attrs>=18.2 : devel/py-attrs@py38
- py38-setuptools>0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Library dependencies:
-
- libgdal.so : graphics/gdal
- This port is required by:
- for Run
-
- graphics/py-geopandas
- graphics/py-rasterstats
- graphics/qgis
- graphics/qgis-ltr
- Configuration Options:
- No options to configure
- Options name:
- graphics_py-fiona
- USES:
- compiler:c++11-lang python:3.6+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
01 Apr 2022 15:09:49 1.8.21
|
Dmitry Marakasov (amdmi3)  |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
25 Feb 2022 19:16:33 1.8.21
|
Loïc Bartoletti (lbartoletti)  |
graphics/py-fiona: Update to 1.8.21
Changes:
- https://github.com/Toblerity/Fiona/blob/1.8.21/CHANGES.txt |
10 Jan 2022 15:15:39 1.8.20
|
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
04 Jun 2021 05:56:38 1.8.20
|
Loïc Bartoletti (lbartoletti)  |
graphics/py-fiona: Update to 1.8.20
Changes:
- https://github.com/Toblerity/Fiona/blob/1.8.20/CHANGES.txt |
07 Apr 2021 08:09:01 1.8.18_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.8.18_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Feb 2021 05:58:36
1.8.18_1
|
lbartoletti  |
graphics/gdal: Set the default options as a workable set
- reinstate r552962 (was reverted in r553000)
- remove pkg-message from qgis and qgis-ltr
- Bump PORTREVSION on all consumers
PR: 224004
Approved by: portmgr |
10 Jan 2021 14:05:33
1.8.18
|
rene  |
Remove empty PY_ENUM34 from ports using Python 3.6+ |
28 Dec 2020 23:02:15
1.8.18
|
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
18 Nov 2020 07:27:25
1.8.18
|
lbartoletti  |
graphics/py-fiona: Update to 1.8.18
- The precision option of transform has been fixed for the case of
GeometryCollections.
- Added missing --co (creation) option to fio-load.
- If the certifi package can be imported, its certificate store location will
be passed to GDAL during import of fiona._env unless CURL_CA_BUNDLE is
already set.
- Warn when feature fields named "" are found.
Reported by: portscout |
11 Nov 2020 13:19:52
1.8.17_1
|
lbartoletti  |
graphics/py-fiona: Add two dependencies
- Add graphics/py-gdal and devel/py-attrs
Reported by: phryk@wzff.de |
11 Sep 2020 15:39:05
1.8.17
|
lbartoletti  |
graphics/py-fiona: Update to 1.8.17
Changelog:
- 1.8.17 (2020-09-09)
- To fix issue #952 the fio-cat command no longer cuts feature geometries at
the anti-meridian by default.
- A cut-at-antimeridian option has been added to allow cutting of geometries
in a geographic destination coordinate reference system.
- 1.8.16 (2020-09-04)
- More OGR errors and warnings arising in calls to GDAL C API functions are
surfaced (#946).
- A circular import introduced in some cases in 1.8.15 has been fixed (#945).
- 1.8.15 (2020-09-03)
- Change shim functions to not return tuples (#942) as a solution for the
packaging problem reported in #941.
- Raise a Python exception when VSIFOpenL fails (#937). |
02 Sep 2020 14:56:07
1.8.14
|
lbartoletti  |
graphics/py-fiona: Update to 1.8.14 |
27 Jun 2020 04:46:22
1.8.13
|
lbartoletti  |
graphics/py-fiona: Update to 1.8.13
Reported by: phryk@wzff.de
Differential Revision: https://reviews.freebsd.org/D25471 |
22 Jan 2020 06:02:25
1.7.13_2
|
sunpoet  |
Bump PORTREVISION for graphics/gdal shlib change |
14 Jan 2020 21:45:15
1.7.13_1
|
lbartoletti  |
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169 |
26 Jul 2019 20:46:57
1.7.13_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
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 |
01 Feb 2019 21:43:52
1.7.13
|
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
16 Jan 2019 05:19:14
1.7.13
|
linimon  |
This port requires a C++11-compatible compiler. Add USES=compiler:c++11-lang
to fix build on GCC-based architectures.
PR: 234946
Submitted by: Piotr Kubaj
Approved by: maintainer |
11 Jan 2019 20:16:50
1.7.13
|
sunpoet  |
Update to 2.4.0
- Update MASTER_SITES
- Add ZSTD option
Changes: https://trac.osgeo.org/gdal/wiki/Release/2.3.0-News
https://trac.osgeo.org/gdal/wiki/Release/2.3.1-News
https://trac.osgeo.org/gdal/wiki/Release/2.3.2-News
https://trac.osgeo.org/gdal/wiki/Release/2.3.3-News
https://trac.osgeo.org/gdal/wiki/Release/2.4.0-News
PR: 231629
Exp-run by: antoine |
22 Aug 2018 14:38:43
1.7.13
|
swills  |
graphics/py-fiona: update to 1.7.13
PR: 230809
Submitted by: lbartoletti@tuxfamily.org (maintainer) |
09 Jul 2018 08:45:12
1.7.12
|
mat  |
s/FLAVOR/PY_FLAVOR/.
Pointy hat: wen
Sponsored by: Absolight |
27 Jun 2018 12:32:16
1.7.12
|
wen  |
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. Fiona is supported only on CPython versions 2.7 and 3.4+.
WWW: https://pypi.python.org/pypi/fiona
PR: 228665
Submitted by: lbartoletti@tuxfamily.org |