From 7c9730bcb62df7cbf8248c5db9a478aac52c60ea Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 17 Feb 2023 14:07:47 +0000 Subject: gentoo auto-resync : 17:02:2023 - 14:07:46 --- dev-python/dockerpty/Manifest | 2 ++ dev-python/dockerpty/dockerpty-0.4.1-r2.ebuild | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 dev-python/dockerpty/dockerpty-0.4.1-r2.ebuild (limited to 'dev-python/dockerpty') diff --git a/dev-python/dockerpty/Manifest b/dev-python/dockerpty/Manifest index 37d3371146ea..bd515f0df2f3 100644 --- a/dev-python/dockerpty/Manifest +++ b/dev-python/dockerpty/Manifest @@ -1,3 +1,5 @@ +DIST dockerpty-0.4.1.gh.tar.gz 19608 BLAKE2B 1c7229bdd18100bb75a8ec80f0b8a636137efce40affb2bbadf27eef5ee13322ab92f9a3f77db0ef79c35366daf700550eb9a358534f7a1f1c2b92ec2cd4d5d0 SHA512 1f27a1d1cf9bfa21a77f2c0695334ec09a81ed5b70190b16fb23ec0e2ab4cb84af334b5e9275265eff2d8014aac5f96890276bed5775bb805c3f30260c99da70 DIST dockerpty-0.4.1.tar.gz 19608 BLAKE2B 1c7229bdd18100bb75a8ec80f0b8a636137efce40affb2bbadf27eef5ee13322ab92f9a3f77db0ef79c35366daf700550eb9a358534f7a1f1c2b92ec2cd4d5d0 SHA512 1f27a1d1cf9bfa21a77f2c0695334ec09a81ed5b70190b16fb23ec0e2ab4cb84af334b5e9275265eff2d8014aac5f96890276bed5775bb805c3f30260c99da70 EBUILD dockerpty-0.4.1-r1.ebuild 639 BLAKE2B d576afea90bd0448ab8fe3c53abaaa7529592ac5f072d4b4a2099cde9f6d13c910e1f267a195e72577b5b05dba00db2c9e79ab4022d43b6b162e3522ff4e1ee4 SHA512 184c28c37a32f13caef8d741261a9fb771244f52be5facc1b78116367d39c902ca178dfeb029149cadd34156b233edd52c86af110e80f8003fa27efe95f97cca +EBUILD dockerpty-0.4.1-r2.ebuild 664 BLAKE2B 3f60a8191a31d37b02aa523b31044b2c26d7d17138307241d2a8c1b9933313f886a93422d5419a4fe462d7f06465097c579d52ad2ed1dcc5592490dd6c1939e7 SHA512 79af86615a301c8c4e6aee6307877ab1bc6960ca78078ec632d59a445a7a6cadd990b35428e536a4a121004f647d033851c069207b9720b17ba9bf50abb28694 MISC metadata.xml 294 BLAKE2B 3f58557af5c6c3b1efb590535197e0a19a2f487648d9c624bad28f1e9d49fdbe89f821c13f387502380588c702fb13fdbff5b01336a4bc110faaa6c5de34e531 SHA512 a797d25a5b52c202c7cc1772c09f027e6e6fc4a398fa898b88e84597d9190b6c387bb6207ddbe811bc304ca57e3f73f2ac0c4d54e6daf0207ae1fc098d6a354b diff --git a/dev-python/dockerpty/dockerpty-0.4.1-r2.ebuild b/dev-python/dockerpty/dockerpty-0.4.1-r2.ebuild new file mode 100644 index 000000000000..96d7f33b72f1 --- /dev/null +++ b/dev-python/dockerpty/dockerpty-0.4.1-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9..11} ) +inherit distutils-r1 + +DESCRIPTION="Python library to use the pseudo-tty of a docker container" +HOMEPAGE="https://github.com/d11wtq/dockerpty" +SRC_URI="https://github.com/d11wtq/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +BDEPEND=" + test? ( + >=dev-python/docker-py-0.7.0_rc2[${PYTHON_USEDEP}] + >=dev-python/expects-0.4[${PYTHON_USEDEP}] + ) +" +RDEPEND=">=dev-python/six-1.3.0[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest -- cgit v1.2.3