notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-pandana Python library for network analysis
0.6.1_4 graphics on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.6.1_4Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-03-08 00:39:25
Last Update: 2024-03-09 14:06:09
Commit Hash: 4b1f12d
Also Listed In: python
License: AGPLv3
WWW:
https://udst.github.io/pandana/
https://github.com/UDST/pandana
Description:
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++.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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}pandana>0:graphics/py-pandana@${PY_FLAVOR}
To install the port:
cd /usr/ports/graphics/py-pandana/ && make install clean
To add the package, run one of these commands:
  • pkg install graphics/py-pandana
  • pkg install py39-pandana
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-pandana listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pandana
Package flavors (<flavor>: <package>)
  • py39: py39-pandana
distinfo:
TIMESTAMP = 1620405433 SHA256 (pandana-0.6.1.tar.gz) = 7bcaf6e7bb3faccaf306846bf30838d8e94b3ebd58e971da8c3fe426f1f9288c SIZE (pandana-0.6.1.tar.gz) = 401439

Packages (timestamps in pop-ups are UTC):
py39-pandana
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--------
FreeBSD:13:quarterly------0.6.1_3-
FreeBSD:14:latest0.6.1_40.6.1_4--0.6.1_4---
FreeBSD:14:quarterly0.6.1_40.6.1_4--0.6.1_4-0.6.1_3-
FreeBSD:15:latest0.6.1_40.6.1_4n/a-n/a-0.6.1_40.6.1_4
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-cython3>=0 : lang/cython3@py39
  2. py39-numpy>=1.8,1 : math/py-numpy@py39
  3. py39-setuptools>=0 : devel/py-setuptools@py39
  4. py39-wheel>=0 : devel/py-wheel@py39
  5. python3.9 : lang/python39
  6. py39-build>=0 : devel/py-build@py39
  7. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-numpy>=1.8,1 : math/py-numpy@py39
  2. py39-pandas>=0.17,1 : math/py-pandas@py39
  3. py39-requests>=2.0 : www/py-requests@py39
  4. py39-scikit-learn>=0.18 : science/py-scikit-learn@py39
  5. py39-tables>=3.1 : devel/py-tables@py39
  6. python3.9 : lang/python39
This port is required by:
for Run
  1. graphics/py-urbanaccess

Configuration Options:
No options to configure
Options name:
graphics_py-pandana
USES:
compiler:c++11-lang python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pandana/
  2. https://pypi.org/packages/source/p/pandana/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.6.1_4
09 Mar 2024 14:06:09
commit hash: 4b1f12d8e5a9a2e5b55bb1480644117d58867889commit hash: 4b1f12d8e5a9a2e5b55bb1480644117d58867889commit hash: 4b1f12d8e5a9a2e5b55bb1480644117d58867889commit hash: 4b1f12d8e5a9a2e5b55bb1480644117d58867889 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-pandana: Fix e75633175dd6a376cb4040fbeb89e13e6d08e6f1

- Add missing py-setuptools to BUILD_DEPENDS

py-setuptools is needed for pep517 build.
It is currently brought in via cython3 and py-numpy.
Without it, the build would fail as follows:

* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/local/lib/python3.11/site-packages/pyproject_hooks/_impl.py", line
321, in _call_hook
    raise BackendUnavailable(data.get('traceback', ''))
pyproject_hooks._impl.BackendUnavailable: Traceback (most recent call last):
  File
"/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_process.py",
line 77, in _build_backend
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6.1_4
02 Feb 2024 12:02:46
commit hash: e75633175dd6a376cb4040fbeb89e13e6d08e6f1commit hash: e75633175dd6a376cb4040fbeb89e13e6d08e6f1commit hash: e75633175dd6a376cb4040fbeb89e13e6d08e6f1commit hash: e75633175dd6a376cb4040fbeb89e13e6d08e6f1 files touched by this commit
Wen Heping (wen) search for other commits by this committer
graphics/py-pandana: Fix build with python-3.11

PR:		275494
Approved by:	portmgr(blanket, fix build)
0.6.1_3
11 Oct 2023 12:58:07
commit hash: 672ab62bc4336f85330c88c1316c103b9c6df318commit hash: 672ab62bc4336f85330c88c1316c103b9c6df318commit hash: 672ab62bc4336f85330c88c1316c103b9c6df318commit hash: 672ab62bc4336f85330c88c1316c103b9c6df318 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-pandana: Allow build with py-tables 3.9.0

- Bump PORTREVISION for package change

Reference:	https://github.com/UDST/pandana/commit/0e82a24d11606cf49832e25caaef9a6615a58fac
0.6.1_2
09 Jul 2023 10:19:35
commit hash: d6d6ddeab9d5a44761478c9e9cbbd9b3461a0319commit hash: d6d6ddeab9d5a44761478c9e9cbbd9b3461a0319commit hash: d6d6ddeab9d5a44761478c9e9cbbd9b3461a0319commit hash: d6d6ddeab9d5a44761478c9e9cbbd9b3461a0319 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-pandana: Clean up
0.6.1_2
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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>
0.6.1_2
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
0.6.1_1
05 Apr 2023 17:30:42
commit hash: 402e7768734448e8a625954a98ef33c3aecce703commit hash: 402e7768734448e8a625954a98ef33c3aecce703commit hash: 402e7768734448e8a625954a98ef33c3aecce703commit hash: 402e7768734448e8a625954a98ef33c3aecce703 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-pandana: Update WWW and clean up pkg-descr
0.6.1_1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
0.6.1_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.6.1_1
24 Jul 2022 01:32:22
commit hash: edaa8d6eaf225fbb0217798536ad1555d261240acommit hash: edaa8d6eaf225fbb0217798536ad1555d261240acommit hash: edaa8d6eaf225fbb0217798536ad1555d261240acommit hash: edaa8d6eaf225fbb0217798536ad1555d261240a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
graphics/py-pandana: Broken on systems where OpenMP isn't enabled

 Reported by:	fallout
Approved by:	portmgr (blanket)
0.6.1_1
20 Jul 2022 14:22:04
commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98commit hash: 022e658bd10b8753ede87b3dfda087efabddac98 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
graphics: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Waitman Gobble" <uzimac@da3m0n8t3r.com>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Abel Chow <ozsanh45vds001@sneakemail.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Ade Lovett <ade@lovett.com>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Aldis Berjoza <aldis@bsdroot.lv>
  *  Alex Hayward <xelah@xelah.com>
  *  Alex Ivasyuv <siegerstein@pochta.ru>
  *  Alex Samorukov <samm@os2.kiev.ua>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.6.1_1
23 Jan 2022 18:50:18
commit hash: b24a5b230220d1266c81b2af8c50bac190d007e1commit hash: b24a5b230220d1266c81b2af8c50bac190d007e1commit hash: b24a5b230220d1266c81b2af8c50bac190d007e1commit hash: b24a5b230220d1266c81b2af8c50bac190d007e1 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-pandana: Allow build with py-tables 3.7.0

- Bump PORTREVISION for package change
0.6.1
05 Nov 2021 19:14:15
commit hash: b45d9f417481b3ae4dba61188df4eb76459fac85commit hash: b45d9f417481b3ae4dba61188df4eb76459fac85commit hash: b45d9f417481b3ae4dba61188df4eb76459fac85commit hash: b45d9f417481b3ae4dba61188df4eb76459fac85 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-pandana: Cosmetic change
0.6.1
11 May 2021 21:47:15
commit hash: e8d80ad4d1d4009ffa7b06377b66728be413cc71commit hash: e8d80ad4d1d4009ffa7b06377b66728be413cc71commit hash: e8d80ad4d1d4009ffa7b06377b66728be413cc71commit hash: e8d80ad4d1d4009ffa7b06377b66728be413cc71 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
graphics/py-pandana: Update to 0.6.1

Changes:	https://github.com/UDST/pandana/releases
0.6
21 Apr 2021 07:43:16
commit hash: e8c9857f5d7d32b517418fb317e827718430442bcommit hash: e8c9857f5d7d32b517418fb317e827718430442bcommit hash: e8c9857f5d7d32b517418fb317e827718430442bcommit hash: e8c9857f5d7d32b517418fb317e827718430442b files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
graphics/py-pandana: Fix packaging with Python 3.8+

* Apply the same fix as in 9cb5898561b302d952fec8e2fac66a945a2c4915 by
  stripping libraries by wildcard paths.

* Also use PYTHONPREFIX_SITELIBDIR instead PYTHON_SITELIBDIR to make
  the port PREFIX safe while I'm here.

PR:		253815
Approved by:	python (with hat)
0.6
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.6
15 Mar 2021 17:18:50
Revision:568475Original commit files touched by this commit
pkubaj search for other commits by this committer
graphics/py-pandana: fix build on non-x86

cpuid is amd64/i386-only.
0.6
07 Mar 2021 22:09:43
Revision:567605Original commit files touched by this commit
sunpoet search for other commits by this committer
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

Number of commits found: 19