]> git.99rst.org Git - openwrt-packages.git/commitdiff
python-dockerpty: drop package
authorAlexandru Ardelean <redacted>
Wed, 15 Jul 2026 08:47:05 +0000 (11:47 +0300)
committerJosef Schlehofer <redacted>
Thu, 16 Jul 2026 06:46:54 +0000 (08:46 +0200)
It's ~12 yrs old.
Probably not even used anymore.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-dockerpty/Makefile [deleted file]

diff --git a/lang/python/python-dockerpty/Makefile b/lang/python/python-dockerpty/Makefile
deleted file mode 100644 (file)
index 8addc13..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-include $(TOPDIR)/rules.mk
-
-PKG_NAME:=python-dockerpty
-PKG_VERSION:=0.4.1
-PKG_RELEASE:=4
-
-PYPI_NAME:=dockerpty
-PKG_HASH:=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce
-
-PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
-PKG_LICENSE:=Apache-2.0
-PKG_LICENSE_FILES:=LICENSE.txt
-
-include ../pypi.mk
-include $(INCLUDE_DIR)/package.mk
-include ../python3-package.mk
-
-define Package/python3-dockerpty
-  SECTION:=lang
-  CATEGORY:=Languages
-  SUBMENU:=Python
-  TITLE:=Python library to use the pseudo-tty of a docker container
-  URL:=https://github.com/d11wtq/dockerpty
-  DEPENDS:=+python3-light +python3-openssl +python3-six
-endef
-
-define Package/python3-dockerpty/description
-  Python library to use the pseudo-tty of a docker container
-endef
-
-$(eval $(call Py3Package,python3-dockerpty))
-$(eval $(call BuildPackage,python3-dockerpty))
-$(eval $(call BuildPackage,python3-dockerpty-src))
git clone https://git.99rst.org/PROJECT