# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Higher level Datagram support for Asyncio"

HOMEPAGE="https://github.com/mishamyrt/asyncio-datagram"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="test"
DEPENDENCIES="dev-python/setuptools[${PYTHON_USEDEP}]
	test? ( >=dev-python/black-20.8_beta1[${PYTHON_USEDEP}] )
	test? ( >=dev-python/flake8-3.8.3[${PYTHON_USEDEP}] )
	test? ( >=dev-python/mypy-extensions-0.4.3[${PYTHON_USEDEP}] )
	test? ( >=dev-python/mypy-0.812[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-asyncio-0.14.0[${PYTHON_USEDEP}] )
	test? ( >=dev-python/pytest-5.4.3[${PYTHON_USEDEP}] )
	test? ( dev-python/typed-ast[${PYTHON_USEDEP}] )
	test? ( >=dev-python/typing-extensions-3.10.0.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"