commit:     b6e6a5493fa97e453842c800df9695c2cdc4fd95
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 08:52:40 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 08:52:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6e6a549

dev-python/docker-py: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/docker-py/Manifest               |  1 -
 dev-python/docker-py/docker-py-4.3.1.ebuild | 45 -----------------------------
 2 files changed, 46 deletions(-)

diff --git a/dev-python/docker-py/Manifest b/dev-python/docker-py/Manifest
index 877b4c76fa8..c77f1f1c069 100644
--- a/dev-python/docker-py/Manifest
+++ b/dev-python/docker-py/Manifest
@@ -1,2 +1 @@
-DIST docker-py-4.3.1.tar.gz 236548 BLAKE2B 
2934410e9360ac0a0ea4a038fe75728252804c3ffc2dfb614d217a1771d6c61b50c93b1848df5c34f3bf6b6ad2fb98fc5295165c6a482895b6e7c8ef29bc658a
 SHA512 
f82d8681edc866e73dcc0557a2be7ccfcb68e6add3cfd034d62f9639646c5d396e8e2b29df2b42006ee92adc8b432ca6a80bf2a10b54af42f33fe5ea8ed4a912
 DIST docker-py-4.4.0.tar.gz 246544 BLAKE2B 
d19b923499bb32f85728f88e479db330f442ddc32da06cad6f56cfff3386a020e45a0ede1afff635ce3d0e2d5e9112b0a4022969f75647eb6e57c13ef1bd6cb0
 SHA512 
8882a6547570d64c4cf9db7e1bd5ad13dca9a5b439631f3436587aecc1ed3386b230f9b6f82c07d9614f7d29d918ec6a3733fa6af6d8784a698e1b8459d4dcbc

diff --git a/dev-python/docker-py/docker-py-4.3.1.ebuild 
b/dev-python/docker-py/docker-py-4.3.1.ebuild
deleted file mode 100644
index 4e9ea658044..00000000000
--- a/dev-python/docker-py/docker-py-4.3.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{6..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python client for Docker"
-HOMEPAGE="https://github.com/docker/docker-py";
-SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-
-RDEPEND="
-       !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]
-       >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-       >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-       >=dev-python/websocket-client-0.32.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-       test? (
-               >=dev-python/mock-1.0.1[${PYTHON_USEDEP}]
-               >=dev-python/paramiko-2.4.2[${PYTHON_USEDEP}]
-       )
-"
-
-distutils_enable_sphinx docs \
-       'dev-python/recommonmark' \
-       '>=dev-python/sphinx-1.4.6'
-distutils_enable_tests pytest
-
-src_prepare() {
-       # localhost has a better chance of being in /etc/hosts
-       sed -e 's:socket[.]gethostname():"localhost":' \
-               -i tests/unit/api_test.py || die
-
-       distutils-r1_src_prepare
-}
-
-python_test() {
-       pytest -vv tests/unit/ || die "tests failed under ${EPYTHON}"
-}

Reply via email to