Port details |
- py-fiona OGR's neat and nimble API for Python programmers
- 1.8.22_3 graphics =2 1.8.22_3Version of this port present on the latest quarterly branch.
- Maintainer: lbartoletti@FreeBSD.org
- Port Added: 2018-06-27 12:32:31
- Last Update: 2024-05-19 17:15:14
- Commit Hash: 4d687e2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://pypi.org/project/Fiona/
- 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+.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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:
- 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 py39-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 py39-Fiona listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-Fiona
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1677057164
SHA256 (Fiona-1.8.22.tar.gz) = a82a99ce9b3e7825740157c45c9fb2259d4e92f0a886aaac25f0db40ffe1eea3
SIZE (Fiona-1.8.22.tar.gz) = 1410390
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.9 : lang/cython@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-cligj>=0.4 : devel/py-cligj@py39
- py39-click-plugins>0 : devel/py-click-plugins@py39
- py39-six>=1.7 : devel/py-six@py39
- py39-munch>0 : devel/py-munch@py39
- py39-shapely>0 : devel/py-shapely@py39
- py39-gdal>0 : graphics/py-gdal@py39
- py39-attrs>=18.2 : devel/py-attrs@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- 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
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8.22_3 19 May 2024 17:15:14 |
Po-Chuan Hsieh (sunpoet) |
graphics/gdal: Update to 3.9.0
- Bump PORTREVISION of dependent ports for shlib change
- databases/postgis31 is skipped due to
- graphics/R-cran-rgdal is skipped due to build failure and removed from CRAN
repository
Changes: https://github.com/OSGeo/gdal/releases
https://github.com/OSGeo/gdal/blob/release/3.9/NEWS.md |
1.8.22_2 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
1.8.22_2 27 May 2023 04:08:05 |
Po-Chuan Hsieh (sunpoet) |
graphics/gdal: Update to 3.7.0
Changes: https://github.com/OSGeo/gdal/releases
https://github.com/OSGeo/gdal/blob/release/3.7/NEWS.md |
1.8.22_1 07 May 2023 16:11:53 |
Po-Chuan Hsieh (sunpoet) |
devel/py-shapely: Fix PORTNAME and WWW
- Bump PORTREVISION for package change
It is to minimize the patch of 2.0.1 update. Upstream also changed the tarball
from Shapely to shapely.
Approved by: portmgr (blanket)
With hat: python |
1.8.22_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.8.22 22 Feb 2023 12:55:20 |
Loïc Bartoletti (lbartoletti) |
graphics/py-fiona: Update to 1.8.22 |
1.8.21_1 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.8.21_1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.8.21_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
1.8.21 01 Apr 2022 15:09:49 |
Dmitry Marakasov (amdmi3) |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
1.8.21 25 Feb 2022 19:16:33 |
Loïc Bartoletti (lbartoletti) |
graphics/py-fiona: Update to 1.8.21
Changes:
- https://github.com/Toblerity/Fiona/blob/1.8.21/CHANGES.txt |
1.8.20 10 Jan 2022 15:15:39 |
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 ) |
1.8.20 04 Jun 2021 05:56:38 |
Loïc Bartoletti (lbartoletti) |
graphics/py-fiona: Update to 1.8.20
Changes:
- https://github.com/Toblerity/Fiona/blob/1.8.20/CHANGES.txt |
1.8.18_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.8.18_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.18_1 23 Feb 2021 05:58:36 |
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 |
1.8.18 10 Jan 2021 14:05:33 |
rene |
Remove empty PY_ENUM34 from ports using Python 3.6+ |
1.8.18 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.8.18 18 Nov 2020 07:27:25 |
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 |
1.8.17_1 11 Nov 2020 13:19:52 |
lbartoletti |
graphics/py-fiona: Add two dependencies
- Add graphics/py-gdal and devel/py-attrs
Reported by: phryk@wzff.de |
1.8.17 11 Sep 2020 15:39:05 |
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). |
1.8.14 02 Sep 2020 14:56:07 |
lbartoletti |
graphics/py-fiona: Update to 1.8.14 |
1.8.13 27 Jun 2020 04:46:22 |
lbartoletti |
graphics/py-fiona: Update to 1.8.13
Reported by: phryk@wzff.de
Differential Revision: https://reviews.freebsd.org/D25471 |
1.7.13_2 22 Jan 2020 06:02:25 |
sunpoet |
Bump PORTREVISION for graphics/gdal shlib change |
1.7.13_1 14 Jan 2020 21:45:15 |
lbartoletti |
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169 |
1.7.13_1 26 Jul 2019 20:46:57 |
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 |
1.7.13 01 Feb 2019 21:43:52 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
1.7.13 16 Jan 2019 05:19:14 |
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 |
1.7.13 11 Jan 2019 20:16:50 |
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 |
1.7.13 22 Aug 2018 14:38:43 |
swills |
graphics/py-fiona: update to 1.7.13
PR: 230809
Submitted by: lbartoletti@tuxfamily.org (maintainer) |
1.7.12 09 Jul 2018 08:45:12 |
mat |
s/FLAVOR/PY_FLAVOR/.
Pointy hat: wen
Sponsored by: Absolight |
1.7.12 27 Jun 2018 12:32:16 |
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 |