diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-28 06:22:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-28 06:22:09 +0200 |
commit | 491487b46c53278ea7c963123f2247a466bcb324 (patch) | |
tree | bd1dea8a44dc9d23edbd73c3e91f2e18c3972c21 /dev-python/dockerpty | |
parent | dev-python/cbor: Remove old (diff) | |
download | gentoo-491487b46c53278ea7c963123f2247a466bcb324.tar.gz gentoo-491487b46c53278ea7c963123f2247a466bcb324.tar.bz2 gentoo-491487b46c53278ea7c963123f2247a466bcb324.zip |
dev-python/dockerpty: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dockerpty')
-rw-r--r-- | dev-python/dockerpty/Manifest | 1 | ||||
-rw-r--r-- | dev-python/dockerpty/dockerpty-0.4.1-r1.ebuild | 27 |
2 files changed, 0 insertions, 28 deletions
diff --git a/dev-python/dockerpty/Manifest b/dev-python/dockerpty/Manifest index 5421f5685cf6..d5528775f24e 100644 --- a/dev-python/dockerpty/Manifest +++ b/dev-python/dockerpty/Manifest @@ -1,2 +1 @@ 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 diff --git a/dev-python/dockerpty/dockerpty-0.4.1-r1.ebuild b/dev-python/dockerpty/dockerpty-0.4.1-r1.ebuild deleted file mode 100644 index ded0fcc09c61..000000000000 --- a/dev-python/dockerpty/dockerpty-0.4.1-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{9..10} ) - -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}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm64" -IUSE="test" - -DEPEND=" - 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 |