summaryrefslogtreecommitdiff
path: root/dev-python/dockerpty
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-03-29 09:05:51 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-03-29 09:05:51 +0000
commit43548ca1ba1490c2ac86a77ab7b71007d22de1f6 (patch)
treec112ac49d582a0a3f376e53a242cf5783bf0900c /dev-python/dockerpty
parent5c2e8b0dbdfde27f6def9ee5585c6611860d93da (diff)
downloadbaldeagleos-repo-43548ca1ba1490c2ac86a77ab7b71007d22de1f6.tar.gz
baldeagleos-repo-43548ca1ba1490c2ac86a77ab7b71007d22de1f6.tar.xz
baldeagleos-repo-43548ca1ba1490c2ac86a77ab7b71007d22de1f6.zip
Adding metadata
Diffstat (limited to 'dev-python/dockerpty')
-rw-r--r--dev-python/dockerpty/dockerpty-0.4.1-r3.ebuild35
1 files changed, 35 insertions, 0 deletions
diff --git a/dev-python/dockerpty/dockerpty-0.4.1-r3.ebuild b/dev-python/dockerpty/dockerpty-0.4.1-r3.ebuild
new file mode 100644
index 000000000000..164db52f2d31
--- /dev/null
+++ b/dev-python/dockerpty/dockerpty-0.4.1-r3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9,10,11,12,13} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python library to use the pseudo-tty of a docker container"
+HOMEPAGE="
+ https://github.com/d11wtq/dockerpty/
+ https://pypi.org/project/dockerpty/
+"
+SRC_URI="
+ https://github.com/d11wtq/dockerpty/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+ >=dev-python/six-1.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+ test? (
+ >=dev-python/docker-0.7.0_rc2[${PYTHON_USEDEP}]
+ >=dev-python/expects-0.4[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest