aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-01-31 13:11:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-01-31 14:14:46 +0000
commita06d382428a099134a83db97229c1a7da9e6db43 (patch)
treef9ec286c3c5347b6e5050b88261ffede5cb69329
parent9f5fc48e0cf4c7371ea6aa208162709043051a31 (diff)
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.
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/py-python-on-whales/Makefile27
-rw-r--r--sysutils/py-python-on-whales/distinfo3
-rw-r--r--sysutils/py-python-on-whales/pkg-descr3
4 files changed, 34 insertions, 0 deletions
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.