Port details |
- py-docker-py API client for docker written in Python
- 1.10.6 devel
=0 1.10.6Version of this port present on the latest quarterly branch.
- DEPRECATED: Use devel/py-docker
This port expired on: 2022-06-30
- Maintainer: bofh@FreeBSD.org
- Port Added: 2016-03-15 10:46:29
- Last Update: 2022-06-30 20:11:14
- Commit Hash: fbefc97
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/docker/docker-py
- Description:
- A Python library for the Docker Remote API. It does everything the docker
command does, but from within Python: run containers, manage them, pull/push
images, etc.
WWW: https://github.com/docker/docker-py
- ¦ ¦ ¦ ¦
- 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-py>0:devel/py-docker-py@${PY_FLAVOR}
- No installation instructions:
- This port has been deleted.
- PKGNAME: py38-docker-py
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1655411611
SHA256 (docker-py-1.10.6.tar.gz) = 4c2a75875764d38d67f87bc7d03f7443a3895704efc57962bdf6500b8d4bc415
SIZE (docker-py-1.10.6.tar.gz) = 84129
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:
-
- py38-setuptools>=62.1.0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- Runtime dependencies:
-
- py38-docker-pycreds>=0.2.1 : security/py-docker-pycreds@py38
- py38-requests>=2.5.2 : www/py-requests@py38
- py38-six>=1.4.0 : devel/py-six@py38
- py38-websocket-client>=0.32.0 : www/py-websocket-client@py38
- py38-setuptools>=62.1.0 : devel/py-setuptools@py38
- python3.8 : lang/python38
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-docker-py
- USES:
- python:3.6+
- 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.10.6 30 Jun 2022 20:11:14 |
Rene Ladan (rene) |
cleanup: Remove expired ports:
2022-06-30 www/py-rackspace-monitoring: Python compatibility upto 3.2 and last
release was 3 years ago
2022-06-30 devel/py-apns2: Use devel/py-aioapns
2022-06-30 www/py-hyper: Project abandoned use www/py-httpx
2022-06-30 irc/py-fishcrypt: Abandoned, unmaintained, requires Python 2 and
depends on deprecated pycrypto
2022-06-30 devel/py-stsci.distutils: Upstream abandoned in 2013
2022-06-30 devel/py-docker-py: Use devel/py-docker
2022-06-30 net-im/py-slackclient: Use net-im/py-slack-sdk |
1.10.6 16 Jun 2022 20:35:32 |
Muhammad Moinur Rahman (bofh) |
devel/py-docker-py: Update version 1.7.2=>1.10.6
- This is the last release from py-docker-py before it was switched into
py-docker
Relnotes: https://github.com/docker/docker-py/releases/tag/1.10.6 |
1.7.2_1 09 Jun 2022 17:59:23 |
Muhammad Moinur Rahman (bofh) |
devel/py-docker-py: Mark DEPRECATED
- User devel/py-docker
- Upstream has shifted to py-docker
- Set EXPIRATION_DATE to 2022-06-30 |
1.7.2_1 06 Jun 2022 12:25:36 |
Muhammad Moinur Rahman (bofh) |
all: Take maintainership |
1.7.2_1 06 Jun 2022 11:56:41 |
Rene Ladan (rene) |
all: return wg's ports to the pool after safekeeping his commit bit |
1.7.2_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.7.2_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.2_1 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
1.7.2_1 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 |
1.7.2_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 ) |
1.7.2_1 29 May 2017 14:50:09 |
wg |
devel/py-docker-py: missing run dependency
PR: 219584
Reported by: asomers |
1.7.2 15 Mar 2016 10:46:21 |
wg |
devel/py-docker-py: API client for docker written in Python
A Python library for the Docker Remote API. It does everything the docker
command does, but from within Python: run containers, manage them, pull/push
images, etc.
WWW: https://github.com/docker/docker-py |