mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-13 17:13:00 -04:00
dev-python/aiosmtplib: update EAPI 7 -> 8
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
|
||||
PYTHON_COMPAT=( python3_{8..9} )
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{8..10} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -18,19 +18,19 @@ KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
test? (
|
||||
dev-python/aiosmtpd
|
||||
dev-python/atpublic
|
||||
dev-python/hypothesis
|
||||
dev-python/pytest-asyncio
|
||||
dev-python/aiosmtpd[${PYTHON_USEDEP}]
|
||||
dev-python/atpublic[${PYTHON_USEDEP}]
|
||||
dev-python/hypothesis[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
RESTRICT="mirror"
|
||||
EPYTEST_DESELECT=( tests/test_connect.py::test_connect_via_socket_path )
|
||||
|
||||
distutils_enable_tests pytest
|
||||
distutils_enable_sphinx docs "dev-python/sphinx-autodoc-typehints"
|
||||
|
||||
distutils_enable_sphinx docs dev-python/sphinx-autodoc-typehints
|
||||
|
||||
python_test() {
|
||||
epytest --event-loop=asyncio \
|
||||
--deselect tests/test_connect.py::test_connect_via_socket_path
|
||||
epytest --event-loop=asyncio
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user