Date: Sat, 31 Jan 2026 14:20:52 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a06d382428a0 - main - sysutils/py-python-on-whales: Add py-python-on-whales 0.80.0 Message-ID: <697e0fc4.31ab1.639c418f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a06d382428a099134a83db97229c1a7da9e6db43 commit a06d382428a099134a83db97229c1a7da9e6db43 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-31 13:11:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-31 14:14:46 +0000 sysutils/py-python-on-whales: Add py-python-on-whales 0.80.0 A Docker client for Python, designed to be fun and intuitive! Works on Linux, macOS and Windows, for Python 3.8 and above. --- sysutils/Makefile | 1 + sysutils/py-python-on-whales/Makefile | 27 +++++++++++++++++++++++++++ sysutils/py-python-on-whales/distinfo | 3 +++ sysutils/py-python-on-whales/pkg-descr | 3 +++ 4 files changed, 34 insertions(+) diff --git a/sysutils/Makefile b/sysutils/Makefile index e89702fb6b98..fdfb5d6e1740 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1100,6 +1100,7 @@ SUBDIR += py-python-consul SUBDIR += py-python-crontab SUBDIR += py-python-nomad + SUBDIR += py-python-on-whales SUBDIR += py-pytsk SUBDIR += py-pywatchman SUBDIR += py-pyznap diff --git a/sysutils/py-python-on-whales/Makefile b/sysutils/py-python-on-whales/Makefile new file mode 100644 index 000000000000..9c47ddf87f67 --- /dev/null +++ b/sysutils/py-python-on-whales/Makefile @@ -0,0 +1,27 @@ +PORTNAME= python-on-whales +PORTVERSION= 0.80.0 +CATEGORIES= sysutils python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= python_on_whales-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Docker client for Python, designed to be fun and intuitive +WWW= https://gabrieldemarmiesse.github.io/python-on-whales/ \ + https://github.com/gabrieldemarmiesse/python-on-whales + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= podman:sysutils/podman \ + ${PYTHON_PKGNAMEPREFIX}pydantic2>=2<3:devel/py-pydantic2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/sysutils/py-python-on-whales/distinfo b/sysutils/py-python-on-whales/distinfo new file mode 100644 index 000000000000..ba01c2ff91ca --- /dev/null +++ b/sysutils/py-python-on-whales/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1768625563 +SHA256 (python_on_whales-0.80.0.tar.gz) = 0f18dda93a621dc34c5c26d0dbdc20003dca07a02114c4ce60910c4afb12c1ac +SIZE (python_on_whales-0.80.0.tar.gz) = 114918 diff --git a/sysutils/py-python-on-whales/pkg-descr b/sysutils/py-python-on-whales/pkg-descr new file mode 100644 index 000000000000..e9830914316f --- /dev/null +++ b/sysutils/py-python-on-whales/pkg-descr @@ -0,0 +1,3 @@ +A Docker client for Python, designed to be fun and intuitive! + +Works on Linux, macOS and Windows, for Python 3.8 and above.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e0fc4.31ab1.639c418f>
