]> git.99rst.org Git - openwrt-packages.git/commitdiff
python-docker: drop package
authorAlexandru Ardelean <redacted>
Wed, 15 Jul 2026 08:47:42 +0000 (11:47 +0300)
committerJosef Schlehofer <redacted>
Thu, 16 Jul 2026 06:46:54 +0000 (08:46 +0200)
This has migrated in favor of the Go version of docker tools.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-docker/Makefile [deleted file]
lang/python/python-docker/patches/pyproject.patch [deleted file]

diff --git a/lang/python/python-docker/Makefile b/lang/python/python-docker/Makefile
deleted file mode 100644 (file)
index 3336ecd..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=python-docker
-PKG_VERSION:=7.1.0
-PKG_RELEASE:=2
-
-PYPI_NAME:=docker
-PKG_HASH:=ad8c70e6e3f8926cb8a92619b832b4ea5299e2831c14284663184e200546fa6c
-
-PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
-PKG_LICENSE:=Apache-2.0
-PKG_LICENSE_FILES:=LICENSE
-PKG_CPE_ID:=cpe:/a:docker:docker-py
-
-PKG_BUILD_DEPENDS:=python-setuptools-scm/host
-
-include ../pypi.mk
-include $(INCLUDE_DIR)/package.mk
-include ../python3-package.mk
-
-define Package/python3-docker
-  SECTION:=lang
-  CATEGORY:=Languages
-  SUBMENU:=Python
-  TITLE:=A Python library for the Docker Engine API
-  URL:=https://github.com/docker/docker-py
-  DEPENDS:=\
-         +python3-light +python3-logging +python3-openssl \
-         +python3-packaging +python3-paramiko +python3-six \
-         +python3-requests +python3-urllib3 +python3-websocket-client
-endef
-
-define Package/python3-docker/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.
-endef
-
-$(eval $(call Py3Package,python3-docker))
-$(eval $(call BuildPackage,python3-docker))
-$(eval $(call BuildPackage,python3-docker-src))
diff --git a/lang/python/python-docker/patches/pyproject.patch b/lang/python/python-docker/patches/pyproject.patch
deleted file mode 100644 (file)
index 4d5285b..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,5 +1,5 @@
- [build-system]
--requires = ["hatchling", "hatch-vcs"]
-+requires = []
- build-backend = "hatchling.build"
- [project]
-@@ -7,7 +7,7 @@ name = "docker"
- dynamic = ["version"]
- description = "A Python library for the Docker Engine API."
- readme = "README.md"
--license = "Apache-2.0"
-+license = { text = "Apache-2.0" }
- requires-python = ">=3.8"
- maintainers = [
-     { name = "Docker Inc.", email = "no-reply@docker.com" },
git clone https://git.99rst.org/PROJECT