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-pynetbox NetBox API client library
7.3.3 net-mgmt 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 7.2.0Version of this port present on the latest quarterly branch.
Maintainer: kai@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-10-21 15:36:29
Last Update: 2024-02-29 07:18:32
Commit Hash: 5d4139f
Also Listed In: python
License: APACHE20
WWW:
https://github.com/netbox-community/pynetbox
Description:
This package offers direct access to the API of NetBox and allows to manipulate several objects within a NetBox instance.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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

Packages (timestamps in pop-ups are UTC):
py39-pynetbox
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.3.37.3.3-7.3.37.3.3---
FreeBSD:13:quarterly7.2.07.2.07.1.07.2.07.3.37.2.07.2.07.2.0
FreeBSD:14:latest7.3.37.3.37.0.07.3.37.3.37.0.1-7.0.1
FreeBSD:14:quarterly7.2.07.3.3-7.2.07.3.37.2.07.2.07.2.0
FreeBSD:15:latest7.3.37.3.3n/a7.3.3n/a7.3.37.3.37.3.3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools-scm>0 : devel/py-setuptools-scm@py39
  2. py39-sphinx>=0,1 : textproc/py-sphinx@py39
  3. py39-sphinx_rtd_theme>0<2.0.0 : textproc/py-sphinx_rtd_theme@py39
  4. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  5. python3.9 : lang/python39
Test dependencies:
  1. py39-yaml>0 : devel/py-yaml@py39
  2. py39-pytest>=7,1 : devel/py-pytest@py39
  3. python3.9 : lang/python39
Runtime dependencies:
  1. py39-packaging>0<24 : devel/py-packaging@py39
  2. py39-requests>=2.20<3 : www/py-requests@py39
  3. py39-setuptools>=63.1.0 : devel/py-setuptools@py39
  4. python3.9 : lang/python39
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for py39-pynetbox-7.3.3: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
net-mgmt_py-pynetbox
USES:
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/pynetbox/
  2. https://pypi.org/packages/source/p/pynetbox/
Collapse this list.

Number of commits found: 18

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
7.3.3
29 Feb 2024 07:18:32
commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454commit hash: 5d4139f8bdb67bd6e8328422f9762661bd0d6454 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
devel/py-setuptools-scm: update to 8.0.4

Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.

Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.

Further details: https://wiki.freebsd.org/Python/setuptools

Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288
7.3.3
13 Jan 2024 11:23:49
commit hash: 3400b85743a91ef8db0afcad6f9c58ec106004adcommit hash: 3400b85743a91ef8db0afcad6f9c58ec106004adcommit hash: 3400b85743a91ef8db0afcad6f9c58ec106004adcommit hash: 3400b85743a91ef8db0afcad6f9c58ec106004ad files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Update to 7.3.3

* Pet portlint (= whitespace error) while I'm here.

Changelog since 7.2.0:

https://github.com/netbox-community/pynetbox/compare/v7.2.0...v7.3.3
7.2.0
11 Sep 2023 03:16:06
commit hash: 05c386872e8248339d18bdc7d418cb83a6235f66commit hash: 05c386872e8248339d18bdc7d418cb83a6235f66commit hash: 05c386872e8248339d18bdc7d418cb83a6235f66commit hash: 05c386872e8248339d18bdc7d418cb83a6235f66 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Update to 7.2.0

Changelog:

https://github.com/netbox-community/pynetbox/releases/tag/v7.2.0
7.1.0
28 Aug 2023 13:40:41
commit hash: 56d07880d5c0b3ecd4d288ef26925450ea7907bccommit hash: 56d07880d5c0b3ecd4d288ef26925450ea7907bccommit hash: 56d07880d5c0b3ecd4d288ef26925450ea7907bccommit hash: 56d07880d5c0b3ecd4d288ef26925450ea7907bc files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Update to 7.1.0

Changelog:

https://github.com/netbox-community/pynetbox/releases/tag/v7.1.0

MFH:		2023Q3
7.0.1
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>
7.0.1
23 Feb 2023 16:29:12
commit hash: 6d8f8806f3c0b88cff32eb0255e5b0bf9cc46c73commit hash: 6d8f8806f3c0b88cff32eb0255e5b0bf9cc46c73commit hash: 6d8f8806f3c0b88cff32eb0255e5b0bf9cc46c73commit hash: 6d8f8806f3c0b88cff32eb0255e5b0bf9cc46c73 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Update to 7.0.1

Changelog:

https://github.com/netbox-community/pynetbox/releases/tag/v7.0.1

MFH:		2023Q1
7.0.0
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
7.0.0
12 Dec 2022 12:07:51
commit hash: e2590dda07148ad0389da28b9df9cc1d17dde483commit hash: e2590dda07148ad0389da28b9df9cc1d17dde483commit hash: e2590dda07148ad0389da28b9df9cc1d17dde483commit hash: e2590dda07148ad0389da28b9df9cc1d17dde483 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Update to 7.0.0

* Switch from USES=pytest to USE_PYTHON=pytest while I'm here.

Changelog:

https://github.com/netbox-community/pynetbox/releases/tag/v7.0.0
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)
6.6.2
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)
6.6.2
30 Apr 2022 09:42:58
commit hash: ed1fda01ecc880b35a8949413a8a66aba45121bacommit hash: ed1fda01ecc880b35a8949413a8a66aba45121bacommit hash: ed1fda01ecc880b35a8949413a8a66aba45121bacommit hash: ed1fda01ecc880b35a8949413a8a66aba45121ba files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Update to 6.6.2

Changelog:

https://github.com/netbox-community/pynetbox/compare/v6.6.1...v6.6.2

MFH:		2022Q2
6.6.1
30 Apr 2022 09:42:58
commit hash: f635085ab0acfb44763f4ac41db852e1b54a5627commit hash: f635085ab0acfb44763f4ac41db852e1b54a5627commit hash: f635085ab0acfb44763f4ac41db852e1b54a5627commit hash: f635085ab0acfb44763f4ac41db852e1b54a5627 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Switch to USES=pytest

* Adjust/remove relevant entries that are handled by Uses/pytest.mk.
6.6.1
25 Feb 2022 06:39:47
commit hash: 482e5d0d28e308e3e1839f627c41ffb88add3faacommit hash: 482e5d0d28e308e3e1839f627c41ffb88add3faacommit hash: 482e5d0d28e308e3e1839f627c41ffb88add3faacommit hash: 482e5d0d28e308e3e1839f627c41ffb88add3faa files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Update to 6.6.1

Changelog:
https://github.com/netbox-community/pynetbox/releases/tag/v6.6.1

MFH:		2022Q1
6.6.0
13 Feb 2022 11:59:08
commit hash: f474f10892b88cd9b2a65381cb30a7376d060f70commit hash: f474f10892b88cd9b2a65381cb30a7376d060f70commit hash: f474f10892b88cd9b2a65381cb30a7376d060f70commit hash: f474f10892b88cd9b2a65381cb30a7376d060f70 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Update to 6.6.0

Changelog:

https://github.com/netbox-community/pynetbox/compare/v6.5.0...v6.6.0

MFH:		2022Q1
6.5.0
15 Jan 2022 17:37:59
commit hash: c8faf6a38737b1e94669e73b906f7d72c63637d0commit hash: c8faf6a38737b1e94669e73b906f7d72c63637d0commit hash: c8faf6a38737b1e94669e73b906f7d72c63637d0commit hash: c8faf6a38737b1e94669e73b906f7d72c63637d0 files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Update to 6.5.0

Changelog:

https://github.com/netbox-community/pynetbox/compare/v6.4.1...v6.5.0

MFH:		2022Q1
6.4.1
08 Jan 2022 13:16:03
commit hash: 0b7d4b674bc0a8b869e3c4892293a4b702794ecacommit hash: 0b7d4b674bc0a8b869e3c4892293a4b702794ecacommit hash: 0b7d4b674bc0a8b869e3c4892293a4b702794ecacommit hash: 0b7d4b674bc0a8b869e3c4892293a4b702794eca files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Update to 6.4.1

Changelog since 6.2.0:

https://github.com/netbox-community/pynetbox/compare/v6.2.0...v6.4.1

MFH:		2022Q1
6.2.0
02 Nov 2021 11:49:59
commit hash: b33ef0f2d7216c39d936e17b445b81ffd8ac995bcommit hash: b33ef0f2d7216c39d936e17b445b81ffd8ac995bcommit hash: b33ef0f2d7216c39d936e17b445b81ffd8ac995bcommit hash: b33ef0f2d7216c39d936e17b445b81ffd8ac995b files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Update to 6.2.0

Changelog:

https://github.com/netbox-community/pynetbox/compare/v6.1.3...v6.2.0
6.1.3
21 Oct 2021 15:32:12
commit hash: b1320aa72b302dc02838cdcb62fe1e944f55e37dcommit hash: b1320aa72b302dc02838cdcb62fe1e944f55e37dcommit hash: b1320aa72b302dc02838cdcb62fe1e944f55e37dcommit hash: b1320aa72b302dc02838cdcb62fe1e944f55e37d files touched by this commit
Kai Knoblich (kai) search for other commits by this committer
net-mgmt/py-pynetbox: Add new port

This package offers direct access to the API of NetBox and allows to
manipulate several objects within a NetBox instance.

WWW: https://github.com/netbox-community/pynetbox

Number of commits found: 18