From owner-svn-ports-all@freebsd.org Sun Mar 7 22:09:47 2021 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1936157607C; Sun, 7 Mar 2021 22:09:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Dtwcp43hgz3tb9; Sun, 7 Mar 2021 22:09:46 +0000 (UTC) (envelope-from sunpoet@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 3D77D1DBDB; Sun, 7 Mar 2021 22:09:44 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 127M9hja026628; Sun, 7 Mar 2021 22:09:43 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 127M9hCn026624; Sun, 7 Mar 2021 22:09:43 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202103072209.127M9hCn026624@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 7 Mar 2021 22:09:43 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r567605 - in head/graphics: . py-pandana X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/graphics: . py-pandana X-SVN-Commit-Revision: 567605 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Mar 2021 22:09:47 -0000 Author: sunpoet Date: Sun Mar 7 22:09:42 2021 New Revision: 567605 URL: https://svnweb.freebsd.org/changeset/ports/567605 Log: Add py-pandana 0.6 Pandana is a Python library for network analysis that uses contraction hierarchies to calculate super-fast travel accessibility metrics and shortest paths. The numerical code is in C++. WWW: https://udst.github.io/pandana/ WWW: https://github.com/UDST/pandana Added: head/graphics/py-pandana/ head/graphics/py-pandana/Makefile (contents, props changed) head/graphics/py-pandana/distinfo (contents, props changed) head/graphics/py-pandana/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sun Mar 7 22:09:35 2021 (r567604) +++ head/graphics/Makefile Sun Mar 7 22:09:42 2021 (r567605) @@ -851,6 +851,7 @@ SUBDIR += py-openimageio SUBDIR += py-openshadinglanguage SUBDIR += py-osmnet + SUBDIR += py-pandana SUBDIR += py-photocollage SUBDIR += py-piexif SUBDIR += py-pillow Added: head/graphics/py-pandana/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pandana/Makefile Sun Mar 7 22:09:42 2021 (r567605) @@ -0,0 +1,32 @@ +# Created by: Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= pandana +PORTVERSION= 0.6 +CATEGORIES= graphics python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python library for network analysis + +LICENSE= AGPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cython>=0.25.2:lang/cython@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=1.8,1:math/py-numpy@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.8,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=0.17,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scikit-learn>=0.18:science/py-scikit-learn@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tables>=3.1<3.7:devel/py-tables@${PY_FLAVOR} + +USES= compiler:c++11-lang python:3.7+ +USE_PYTHON= autoplist concurrent cython distutils + +CFLAGS+= -DNO_TR1_MEMORY + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pandana/cyaccess.so + +.include Added: head/graphics/py-pandana/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pandana/distinfo Sun Mar 7 22:09:42 2021 (r567605) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614794178 +SHA256 (pandana-0.6.tar.gz) = 2166974da455d5217a7a248af1f34a94a4b895fc6cc85c2b0002431eccef532a +SIZE (pandana-0.6.tar.gz) = 410810 Added: head/graphics/py-pandana/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pandana/pkg-descr Sun Mar 7 22:09:42 2021 (r567605) @@ -0,0 +1,6 @@ +Pandana is a Python library for network analysis that uses contraction +hierarchies to calculate super-fast travel accessibility metrics and shortest +paths. The numerical code is in C++. + +WWW: https://udst.github.io/pandana/ +WWW: https://github.com/UDST/pandana