b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | include $(TOPDIR)/rules.mk |
| 2 | |
| 3 | PKG_NAME:=python-dockerpty |
| 4 | PKG_VERSION:=0.4.1 |
| 5 | PKG_RELEASE:=4 |
| 6 | |
| 7 | PYPI_NAME:=dockerpty |
| 8 | PKG_HASH:=69a9d69d573a0daa31bcd1c0774eeed5c15c295fe719c61aca550ed1393156ce |
| 9 | |
| 10 | PKG_MAINTAINER:=Javier Marcet <javier@marcet.info> |
| 11 | PKG_LICENSE:=Apache-2.0 |
| 12 | PKG_LICENSE_FILES:=LICENSE.txt |
| 13 | |
| 14 | include ../pypi.mk |
| 15 | include $(INCLUDE_DIR)/package.mk |
| 16 | include ../python3-package.mk |
| 17 | |
| 18 | define Package/python3-dockerpty |
| 19 | SECTION:=lang |
| 20 | CATEGORY:=Languages |
| 21 | SUBMENU:=Python |
| 22 | TITLE:=Python library to use the pseudo-tty of a docker container |
| 23 | URL:=https://github.com/d11wtq/dockerpty |
| 24 | DEPENDS:=+python3-light +python3-openssl +python3-six |
| 25 | endef |
| 26 | |
| 27 | define Package/python3-dockerpty/description |
| 28 | Python library to use the pseudo-tty of a docker container |
| 29 | endef |
| 30 | |
| 31 | $(eval $(call Py3Package,python3-dockerpty)) |
| 32 | $(eval $(call BuildPackage,python3-dockerpty)) |
| 33 | $(eval $(call BuildPackage,python3-dockerpty-src)) |