Port details |
- py-pyeapi Python client for Arista eAPI
- 1.0.4 net-mgmt =3 1.0.2Version of this port present on the latest quarterly branch.
- Maintainer: kai@FreeBSD.org
- Port Added: 2018-04-05 04:37:09
- Last Update: 2024-08-25 08:43:53
- Commit Hash: fb8f622
- People watching this port, also watch:: bingrep, check_ssl_cert, newsboat, xrdp, pcpustat
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/arista-eosplus/pyeapi
- Description:
- The Python library for Arista's eAPI command API implementation provides a
client API work using eAPI and communicating with EOS nodes. The Python
library can be used to communicate with EOS either locally (on-box) or remotely
(off-box). It uses a standard INI-style configuration file to specify one or
more nodes and connection properties.
The pyeapi library also provides an API layer for building native Python
objects to interact with the destination nodes. The API layer is a convenient
implementation for working with the EOS configuration and is extensible for
developing custom implementations.
- ¦ ¦ ¦ ¦
- 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}pyeapi>0:net-mgmt/py-pyeapi@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/net-mgmt/py-pyeapi/ && make install clean
- To add the package, run one of these commands:
- pkg install net-mgmt/py-pyeapi
- pkg install py311-pyeapi
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 py311-pyeapi listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-pyeapi
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1724493031
SHA256 (pyeapi-1.0.4.tar.gz) = 05920677246823cd3dddf7d4d0f831fbc86fd416f356706a03bc56a291d78f3d
SIZE (pyeapi-1.0.4.tar.gz) = 151406
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:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-netaddr>0 : net/py-netaddr@py311
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- net-mgmt/py-napalm
Configuration Options:
- No options to configure
- Options name:
- net-mgmt_py-pyeapi
- USES:
- 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.0.4 25 Aug 2024 08:43:53 |
Kai Knoblich (kai) |
net-mgmt/py-pyeapi: Update to 1.0.4
Changelog:
https://github.com/arista-eosplus/pyeapi/releases/tag/v1.0.4 |
1.0.2 28 Oct 2023 04:34:06 |
Kai Knoblich (kai) |
net-mgmt/py-pyeapi: Update to 1.0.2
Changelog since 1.0.0:
https://github.com/arista-eosplus/pyeapi/compare/v1.0.0...v1.0.2
MFH: 2023Q4 |
1.0.0 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.0.0 08 Jun 2023 10:29:46 |
Kai Knoblich (kai) |
net-mgmt/py-pyeapi: Update to 1.0.0
* Simplify Makefile by switching to USE_PYTHON=unittest while I'm here.
Changelog:
https://github.com/arista-eosplus/pyeapi/releases/tag/v1.0.0 |
0.8.4 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) |
0.8.4 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 ) |
0.8.4 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.8.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.8.4 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
0.8.4 10 Dec 2020 09:56:27 |
kai |
net-mgmt/py-pyeapi: Update to 0.8.4
Changelog:
https://github.com/arista-eosplus/pyeapi/releases/tag/v0.8.4 |
0.8.3 04 Feb 2020 08:50:16 |
kai |
net-mgmt/py-pyeapi: Update to 0.8.3
* Make USES block separate from non-related variables (as it should be done
for every block according to the PHB).
* Add "do-test" target to make future QA easier.
Changelog:
* Support eapi command revision syntax
* Add ability to use pyeapi with certificates
* Added check for 'match' statement to be valid before parsing regex ACL |
0.8.2 01 Feb 2019 18:55:18 |
kai |
Change my maintainer email address to my new one at the FreeBSD project.
Reviewed by: miwi (mentor)
Approved by: miwi (mentor)
Differential Revision: https://reviews.freebsd.org/D19050 |
0.8.2 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
0.8.2 05 Apr 2018 04:36:59 |
yuri |
New port: net-mgmt/py-pyeapi: Python client for Arista eAPI
PR: 227078
Submitted by: Kai <freebsd_ports@k-worx.org> |