dev-python/docker: treeclean duplicate

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-01-04 16:07:13 +05:00
parent 0228226298
commit 0cb915fcbb
3 changed files with 0 additions and 45 deletions

View File

@@ -1 +0,0 @@
DIST docker-7.0.0.tar.gz 258536 BLAKE2B 366bdcfc2bb2683a8e7ee367c8a5b027ff2f9fca1f77c44de21a3fcfe5320a6230d29d11b13978826b22d7698b8023147157314f17500744eaefdedd5f2d7505 SHA512 e5063e46c733c1544cea9fea0383f74c665985abb4677bc81986ad7a8eb082304c9db8f12cc7d7ec28274b427f898365be661e8a3c61dd8a1002dcbbbb3b3921

View File

@@ -1,29 +0,0 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1 pypi
MY_P=docker-py-${PV}
DESCRIPTION="A Python library for the Docker Engine API."
HOMEPAGE="
https://github.com/docker/docker-py
https://pypi.org/project/docker/
"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
IUSE="websockets"
RDEPEND="
>=dev-python/requests-2.26.0[${PYTHON_USEDEP}]
>=dev-python/urllib3-1.26.0[${PYTHON_USEDEP}]
websockets? ( >=dev-python/websocket-client-1.3.0[${PYTHON_USEDEP}] )
"
distutils_enable_tests pytest

View File

@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>dev@dyama.net</email>
<name>Daichi Yamamoto</name>
</maintainer>
<upstream>
<remote-id type="github">docker/docker-py</remote-id>
<remote-id type="pypi">docker</remote-id>
</upstream>
<use>
<flag name="websockets">Using websockets</flag>
</use>
</pkgmetadata>