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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-docker Python library for the Docker Engine API
6.1.3 sysutils 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 6.0.1_1Version of this port present on the latest quarterly branch.
Maintainer: nork@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2017-04-10 21:15:45
Last Update: 2024-02-29 07:18:32
Commit Hash: 5d4139f
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.
Homepage    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}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>)
  • py39: py39-docker
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):
py37-docker
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--3.7.0---3.7.0-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-docker
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest6.1.36.1.3-6.1.36.1.3---
FreeBSD:13:quarterly6.1.36.1.36.0.1_16.1.36.1.3-6.1.36.1.3
FreeBSD:14:latest6.1.36.1.35.0.36.1.36.1.36.0.1_1-6.0.1_1
FreeBSD:14:quarterly6.1.36.1.3-6.1.36.1.3-6.1.36.1.3
FreeBSD:15:latest6.1.36.1.3n/a6.1.3n/a-6.1.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>0 : devel/py-setuptools@py39
  2. py39-setuptools-scm>0 : devel/py-setuptools-scm@py39
  3. py39-wheel>0 : devel/py-wheel@py39
  4. python3.9 : lang/python39
  5. py39-build>=0 : devel/py-build@py39
  6. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-docker-pycreds>=0.4.0 : security/py-docker-pycreds@py39
  2. py39-packaging>=21.3 : devel/py-packaging@py39
  3. py39-paramiko>=2.11.0 : security/py-paramiko@py39
  4. py39-requests>=2.28.1 : www/py-requests@py39
  5. py39-urllib3>=1.26.11 : net/py-urllib3@py39
  6. py39-websocket-client>=1.3.3 : www/py-websocket-client@py39
  7. python3.9 : lang/python39
This port is required by:
for Run
  1. devel/py-dockerpty
  2. misc/py-toil
  3. security/caldera
  4. security/caldera4
  5. 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:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/docker/
  2. https://pypi.org/packages/source/d/docker/
Collapse this list.

Number of commits found: 34

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.1.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
6.1.3
31 Dec 2023 07:26:23
commit hash: 3d06a50291908c938eb9530517592142b0c005b8commit hash: 3d06a50291908c938eb9530517592142b0c005b8commit hash: 3d06a50291908c938eb9530517592142b0c005b8commit hash: 3d06a50291908c938eb9530517592142b0c005b8 files touched by this commit
Wen Heping (wen) search for other commits by this committer
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
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>
6.0.1_1
04 Apr 2023 18:29:11
commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123commit hash: 1730e97e049085a8fe5536788d214cbfc4eb3123 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
USE_PYTHON=pep517: bump PORTREVISION
6.0.1
23 Feb 2023 08:59:52
commit hash: c980f147e886ad1e1d7620134d3fe39318c80d06commit hash: c980f147e886ad1e1d7620134d3fe39318c80d06commit hash: c980f147e886ad1e1d7620134d3fe39318c80d06commit hash: c980f147e886ad1e1d7620134d3fe39318c80d06 files touched by this commit
Norikatsu Shigemura (nork) search for other commits by this committer
sysutils/py-docker: Change MAINTAINERship to myself

Approved by: hrs (mentor)
6.0.1
05 Feb 2023 19:05:02
commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50commit hash: f5890bd3cbc66a805bfc04a1a45688b5a3e68c50 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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 View all of this commit message)
6.0.1_1
05 Feb 2023 18:16:47
commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383commit hash: de6965254c3a007efcf697c3d455b54d2aeb2383 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 8bd80665ccad01c95a2ffd078c8853c103901ca9commit hash: 8bd80665ccad01c95a2ffd078c8853c103901ca9commit hash: 8bd80665ccad01c95a2ffd078c8853c103901ca9commit hash: 8bd80665ccad01c95a2ffd078c8853c103901ca9 files touched by this commit
Nuno Teixeira (eduardo) search for other commits by this committer
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
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
5.0.3
13 Oct 2022 08:30:08
commit hash: 03c4657c670ae4090e51efa5800f7385e3334463commit hash: 03c4657c670ae4090e51efa5800f7385e3334463commit hash: 03c4657c670ae4090e51efa5800f7385e3334463commit hash: 03c4657c670ae4090e51efa5800f7385e3334463 files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
sysutils/py-docker: Release maintainership
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)
5.0.3
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)
5.0.3
08 Oct 2021 04:40:27
commit hash: a6fe3520c8a283094ea3ce4e724b655b51f4d5becommit hash: a6fe3520c8a283094ea3ce4e724b655b51f4d5becommit hash: a6fe3520c8a283094ea3ce4e724b655b51f4d5becommit hash: a6fe3520c8a283094ea3ce4e724b655b51f4d5be files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
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
commit hash: 9a75931bc0bf4274e4b8b1edd63473ce801fa07ccommit hash: 9a75931bc0bf4274e4b8b1edd63473ce801fa07ccommit hash: 9a75931bc0bf4274e4b8b1edd63473ce801fa07ccommit hash: 9a75931bc0bf4274e4b8b1edd63473ce801fa07c files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
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
commit hash: 7a4b8225f171c1f3ea7d0a551f780bb5cdbd618dcommit hash: 7a4b8225f171c1f3ea7d0a551f780bb5cdbd618dcommit hash: 7a4b8225f171c1f3ea7d0a551f780bb5cdbd618dcommit hash: 7a4b8225f171c1f3ea7d0a551f780bb5cdbd618d files touched by this commit
Guangyuan Yang (ygy) search for other commits by this committer
sysutils/py-docker: Update to 5.0.0 and take maintainership

Approved by:	lwhsu (mentor)
3.7.0
04 May 2021 16:57:55
commit hash: a568582e026df32a6499996002ab73d4ecfe04b3commit hash: a568582e026df32a6499996002ab73d4ecfe04b3commit hash: a568582e026df32a6499996002ab73d4ecfe04b3commit hash: a568582e026df32a6499996002ab73d4ecfe04b3 files touched by this commit
Rene Ladan (rene) search for other commits by this committer
*: reset lifanov's ports after safekeeping their ports bit.

Hat:	portmgr-secretary
3.7.0
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
3.7.0
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.
3.7.0
12 Jan 2021 22:22:22
Revision:561398Original commit files touched by this commit
rene search for other commits by this committer
Simplify ports using PYTHON_SUFFIX and Python 3.6+
3.7.0
10 Jan 2021 16:04:33
Revision:561083Original commit files touched by this commit
rene search for other commits by this committer
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
Revision:559531Original commit files touched by this commit
antoine search for other commits by this committer
Drop python 2.7 support from a few ports

With hat:	portmgr
3.7.0
10 Jan 2019 21:47:57
Revision:489922Original commit files touched by this commit
zi search for other commits by this committer
- Update to 3.7.0
- Unbreak

Submitted by:	Kevin Day <kevin@your.org>
2.7.0
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:461425Original commit files touched by this commit
sunpoet search for other commits by this committer
Simplify Makefile: use PY_IPADDRESS

- Add NO_ARCH

With hat:	python
2.7.0
27 Dec 2017 20:09:54
Revision:457421Original commit files touched by this commit
lifanov search for other commits by this committer
update sysutils/py-docker to 2.7.0
2.6.1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
2.6.1
14 Nov 2017 15:25:01
Revision:454179Original commit files touched by this commit
lifanov search for other commits by this committer
update sysutils/py-docker to 2.6.1
2.5.1
25 Aug 2017 13:52:04
Revision:448718Original commit files touched by this commit
lifanov search for other commits by this committer
update sysutils/py-docker to 2.5.1
2.5.0
18 Aug 2017 13:40:29
Revision:448231Original commit files touched by this commit
lifanov search for other commits by this committer
update sysutils/py-docker to 2.5.0
2.4.2
29 Jun 2017 15:42:42
Revision:444650Original commit files touched by this commit
lifanov search for other commits by this committer
update sysutils/py-docker to 2.4.2

This contains a couple of bugfixes.
2.4.0
28 Jun 2017 13:39:57
Revision:444577Original commit files touched by this commit
lifanov search for other commits by this committer
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
Revision:441087Original commit files touched by this commit
lifanov search for other commits by this committer
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
Revision:438269Original commit files touched by this commit
lifanov search for other commits by this committer
fix sysutils/py-docker: uses pip in setup.py

Reported by:	pkg-fallout
2.2.1
10 Apr 2017 21:15:37
Revision:438212Original commit files touched by this commit
lifanov search for other commits by this committer
add sysutils/py-docker: Docker SDK for Python

Number of commits found: 34