Port details |
- py-docker Python library for the Docker Engine API
- 6.1.3_1 sysutils =2 6.1.3_1Version of this port present on the latest quarterly branch.
- Maintainer: nork@FreeBSD.org
- Port Added: 2017-04-10 21:15:45
- Last Update: 2024-05-20 10:33:03
- Commit Hash: b66e494
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/docker/docker-py
- Description:
- A Python library for the Docker Engine API. It lets you do anything the
docker command does, but from within Python apps: run containers,
manage containers, manage Swarms, etc.
- ¦ ¦ ¦ ¦
- 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}docker>0:sysutils/py-docker@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/py-docker/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-docker
- pkg install py39-docker
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-docker listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-docker
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1704007225
SHA256 (docker-6.1.3.tar.gz) = aa6d17830045ba5ef0168d5eaa34d37beeb113948c413affe1d5991fc11f9a20
SIZE (docker-6.1.3.tar.gz) = 259301
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:
-
- py39-setuptools>0 : devel/py-setuptools@py39
- py39-setuptools-scm>0 : devel/py-setuptools-scm@py39
- py39-wheel>0 : devel/py-wheel@py39
- python3.9 : lang/python39
- py39-build>=0 : devel/py-build@py39
- py39-installer>=0 : devel/py-installer@py39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-docker-pycreds>=0.4.0 : security/py-docker-pycreds@py39
- py39-packaging>=21.3 : devel/py-packaging@py39
- py39-paramiko>=2.11.0 : security/py-paramiko@py39
- py39-requests>=2.28.1 : www/py-requests@py39
- py39-urllib3>=1.26.11 : net/py-urllib3@py39
- py39-websocket-client>=1.3.3 : www/py-websocket-client@py39
- python3.9 : lang/python39
- This port is required by:
- for Run
-
- devel/py-dockerpty
- misc/py-toil
- security/caldera
- security/caldera4
- sysutils/docker-compose
Configuration Options:
- No options to configure
- Options name:
- sysutils_py-docker
- 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 |
6.1.3_1 20 May 2024 10:33:03 |
Vsevolod Stakhov (vsevolod) |
security/libsodium: update to 1.0.19, bump dependent ports
PR: 278259
Reported by: Andrey Korobkov <alster-vinterdalen.se> |
6.1.3 29 Feb 2024 07:18:32 |
Charlie Li (vishwin) |
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 |
6.1.3 31 Dec 2023 07:26:23 |
Wen Heping (wen) |
sysutils/py-docker: Update to 6.1.3
PR: 275494
Reported by: wen@(via email)
Approved by: maintainer |
6.0.1_1 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> |
6.0.1_1 04 Apr 2023 18:29:11 |
Antoine Brodin (antoine) |
USE_PYTHON=pep517: bump PORTREVISION |
6.0.1 23 Feb 2023 08:59:52 |
Norikatsu Shigemura (nork) |
sysutils/py-docker: Change MAINTAINERship to myself
Approved by: hrs (mentor) |
6.0.1 05 Feb 2023 19:05:02 |
Charlie Li (vishwin) |
Revert "Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install
bytecode"
Despite installer's default behaviour to compile and install bytecode,
we are not doing so going forward at stage/package time. [0] During
initial development and qualification of PEP-517 framework support,
compiling and installing bytecode at stage/package time was considered,
but was found problematic, fragile and ultimately unreliable, both
currently and historically (with USE_PYTHON=distutils), due to our
fixed plist requirement. While the living binary distribution format
(wheel) specification [1] says to compile bytecode, that is in the
pure Python package management context (pip, etc); nuance always
exists when interacting with "system" package management.
Additionally, "bytecode is an implementation detail of the CPython
interpreter. No guarantees are made that bytecode will not be added, (Only the first 15 lines of the commit message are shown above ) |
6.0.1_1 05 Feb 2023 18:16:47 |
Po-Chuan Hsieh (sunpoet) |
Mk/Uses/python.mk: Fix USE_PYTHON=pep517: always compile and install bytecode
- While I'm here, use long options for easier reading [1][2]
- Bump PORTREVISION of dependent ports (USE_PYTHON=pep517) for package change
It fixes build_fs_violation of dependent ports in poudriere (with -t flag).
It is also the default behavior of installer [2].
from py-sphinx log:
=>> Checking for staging violations... done
=>> Error: Filesystem touched during stage (files must install to ${STAGEDIR}):
extra: usr/local/lib/python3.9/site-packages/importlib_metadata/__pycache__
=>> Cleaning up wrkdir
from installer documentation:
--compile-bytecode
Possible choices: 0, 1, 2
generate bytecode for the specified optimization level(s) (default=0, 1)
--no-compile-bytecode
don’t generate bytecode for installed modules
Default: False
With hat: python
Reference: https://pypa-build.readthedocs.io/en/stable/ [1]
https://installer.pypa.io/en/stable/cli/installer/ [2] |
6.0.1 12 Jan 2023 10:02:54 |
Nuno Teixeira (eduardo) Author: Norikatsu Shigemura |
sysutils/py-docker: Adopt/Update to 6.0.1
- Submitter becomes maintainer
- Switch to pep517 build
ChangeLog: https://github.com/docker/docker-py/compare/5.0.3...6.0.1
PR: 266681 |
5.0.3 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
5.0.3 13 Oct 2022 08:30:08 |
Guangyuan Yang (ygy) |
sysutils/py-docker: Release maintainership |
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) |
5.0.3 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 ) |
5.0.3 08 Oct 2021 04:40:27 |
Guangyuan Yang (ygy) |
sysutils/py-docker: Update to 5.0.3
Changelog: https://github.com/docker/docker-py/releases/tag/5.0.3 |
5.0.2 07 Sep 2021 05:44:23 |
Guangyuan Yang (ygy) |
sysutils/py-docker: Update to 5.0.2
Changelog: https://github.com/docker/docker-py/releases/tag/5.0.2 |
5.0.0 16 Jun 2021 22:21:08 |
Guangyuan Yang (ygy) |
sysutils/py-docker: Update to 5.0.0 and take maintainership
Approved by: lwhsu (mentor) |
3.7.0 04 May 2021 16:57:55 |
Rene Ladan (rene) |
*: reset lifanov's ports after safekeeping their ports bit.
Hat: portmgr-secretary |
3.7.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.7.0 12 Jan 2021 22:22:22 |
rene |
Simplify ports using PYTHON_SUFFIX and Python 3.6+ |
3.7.0 10 Jan 2021 16:04:33 |
rene |
Remove empty PY_IPADDRESS from ports using Python 3.6+
Also remove one manual declaration (net-mgmt/py-aggregate6) |
3.7.0 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
3.7.0 10 Jan 2019 21:47:57 |
zi |
- Update to 3.7.0
- Unbreak
Submitted by: Kevin Day <kevin@your.org> |
2.7.0 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 |
2.7.0 10 Feb 2018 19:59:12 |
sunpoet |
Simplify Makefile: use PY_IPADDRESS
- Add NO_ARCH
With hat: python |
2.7.0 27 Dec 2017 20:09:54 |
lifanov |
update sysutils/py-docker to 2.7.0 |
2.6.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.6.1 14 Nov 2017 15:25:01 |
lifanov |
update sysutils/py-docker to 2.6.1 |
2.5.1 25 Aug 2017 13:52:04 |
lifanov |
update sysutils/py-docker to 2.5.1 |
2.5.0 18 Aug 2017 13:40:29 |
lifanov |
update sysutils/py-docker to 2.5.0 |
2.4.2 29 Jun 2017 15:42:42 |
lifanov |
update sysutils/py-docker to 2.4.2
This contains a couple of bugfixes. |
2.4.0 28 Jun 2017 13:39:57 |
lifanov |
update sysutils/py-docker to 2.4.0
Changes: https://github.com/docker/docker-py/releases/tag/2.4.0 |
2.3.0 17 May 2017 16:42:45 |
lifanov |
update sysutils/py-docker to 2.3.0
Changelog: https://github.com/docker/docker-py/releases/tag/2.3.0 |
2.2.1 11 Apr 2017 14:53:39 |
lifanov |
fix sysutils/py-docker: uses pip in setup.py
Reported by: pkg-fallout |
2.2.1 10 Apr 2017 21:15:37 |
lifanov |
add sysutils/py-docker: Docker SDK for Python |