From owner-svn-ports-head@freebsd.org Wed Jun 27 12:32:18 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3197A102185D; Wed, 27 Jun 2018 12:32:18 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D43087B785; Wed, 27 Jun 2018 12:32:17 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B54E323150; Wed, 27 Jun 2018 12:32:17 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5RCWHoo037486; Wed, 27 Jun 2018 12:32:17 GMT (envelope-from wen@FreeBSD.org) Received: (from wen@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5RCWGHo037482; Wed, 27 Jun 2018 12:32:17 GMT (envelope-from wen@FreeBSD.org) Message-Id: <201806271232.w5RCWGHo037482@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: wen set sender to wen@FreeBSD.org using -f From: Wen Heping Date: Wed, 27 Jun 2018 12:32:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473437 - in head/graphics: . py-fiona X-SVN-Group: ports-head X-SVN-Commit-Author: wen X-SVN-Commit-Paths: in head/graphics: . py-fiona X-SVN-Commit-Revision: 473437 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jun 2018 12:32:18 -0000 Author: wen Date: Wed Jun 27 12:32:16 2018 New Revision: 473437 URL: https://svnweb.freebsd.org/changeset/ports/473437 Log: 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 Added: head/graphics/py-fiona/ head/graphics/py-fiona/Makefile (contents, props changed) head/graphics/py-fiona/distinfo (contents, props changed) head/graphics/py-fiona/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Jun 27 12:24:27 2018 (r473436) +++ head/graphics/Makefile Wed Jun 27 12:32:16 2018 (r473437) @@ -892,6 +892,7 @@ SUBDIR += py-exif SUBDIR += py-exifread SUBDIR += py-exiv2 + SUBDIR += py-fiona SUBDIR += py-freeimagepy SUBDIR += py-gd SUBDIR += py-gdal Added: head/graphics/py-fiona/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-fiona/Makefile Wed Jun 27 12:32:16 2018 (r473437) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= Fiona +DISTVERSION= 1.7.12 +#DISTVERSIONSUFFIX= .post2 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= lbartoletti@tuxfamily.org +COMMENT= OGR's neat and nimble API for Python programmers + +LICENSE= BSD3CLAUSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cligj>=0.4:devel/py-cligj@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click-plugins>0:devel/py-click-plugins@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=1.7:devel/py-six@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}munch>0:devel/py-munch@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Shapely>0:devel/py-shapely@${FLAVOR} \ + ${PY_ENUM34} +LIB_DEPENDS+= libgdal.so:graphics/gdal + +USES= python +USE_PYTHON= autoplist distutils cython + +.include Added: head/graphics/py-fiona/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-fiona/distinfo Wed Jun 27 12:32:16 2018 (r473437) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530101810 +SHA256 (Fiona-1.7.12.tar.gz) = 8b54eb8422d7c502bb7776b184018186bede1a489cf438a7a47f992ade6a0e51 +SIZE (Fiona-1.7.12.tar.gz) = 727409 Added: head/graphics/py-fiona/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-fiona/pkg-descr Wed Jun 27 12:32:16 2018 (r473437) @@ -0,0 +1,9 @@ +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