dev-python/aioftp - 0.28.0 (benzene-overlay)

Search

Install

Install this version:

emerge -a =dev-python/aioftp-0.28.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/aioftp-0.28.0

Or alternatively:

emerge --autounmask-write -a =dev-python/aioftp-0.28.0

Package Information

Description:
Ftp client/server for asyncio
Homepage:
https://aioftp.readthedocs.io
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.28.0 8 ~amd64 ~arm64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYPI_VERIFY_REPO=https://github.com/aio-libs/aioftp
PYTHON_COMPAT=( python3_{{11..15},{13..15}t} )
#PYTHON_COMPAT=( python3_{{11..12},{13..15}{,t}} )

inherit distutils-r1 pypi

DESCRIPTION="Ftp client/server for asyncio"
HOMEPAGE="https://aioftp.readthedocs.io"

LICENSE="Apache-2.0"
SLOT="0"
IUSE="socks"
KEYWORDS="~amd64 ~arm64 ~x86"

RDEPEND="socks? ( >=dev-python/siosocks-0.2.0[${PYTHON_USEDEP}] )"
BDEPEND="test? (
		>=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
		dev-python/trustme[${PYTHON_USEDEP}]
		dev-python/siosocks[${PYTHON_USEDEP}]
	)
"

EPYTEST_PLUGINS=( pytest-{asyncio,mock} )
distutils_enable_tests pytest

python_prepare_all() {
	use test && { sed -i -e '/--cov/d' pyproject.toml || die ; }

	distutils-r1_python_prepare_all
}

USE Flags

Manage flags for this package: euse -i <flag> -p dev-python/aioftp | euse -E <flag> -p dev-python/aioftp | euse -D <flag> -p dev-python/aioftp

Global/Standard Flags

Inherited Eclasses

Dependencies

RDEPEND

socks? ( >=dev-python/siosocks-0.2.0[] )

BDEPEND

test? (
		>=dev-python/async-timeout-4.0.2[]
		dev-python/trustme[]
		dev-python/siosocks[]
	)