# 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="IoC framework driven by annotations and type hints"

HOMEPAGE="https://github.com/gmaybrun/touchstone"
LICENSE=""
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="dist django django_celery djangorestframework tests"
DEPENDENCIES="dev-python/dataclasses[${PYTHON_USEDEP}]
	dist? ( >=dev-python/setuptools-38.6.0[${PYTHON_USEDEP}] )
	dist? ( >=dev-python/wheel-0.31.0[${PYTHON_USEDEP}] )
	dist? ( >=dev-python/twine-1.11.0[${PYTHON_USEDEP}] )
	django? ( ~dev-python/django-2.0[${PYTHON_USEDEP}] )
	django_celery? ( ~dev-python/django-2.0[${PYTHON_USEDEP}] )
	django_celery? ( dev-python/celery[${PYTHON_USEDEP}] )
	djangorestframework? ( ~dev-python/django-2.0[${PYTHON_USEDEP}] )
	djangorestframework? ( ~dev-python/djangorestframework-3.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/pytest-5.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/tox-3.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/black-19.3_beta0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/isort-4.0[${PYTHON_USEDEP}] )
	tests? ( ~dev-python/flake8-3.6[${PYTHON_USEDEP}] )
	tests? ( dev-python/flake8-tuple[${PYTHON_USEDEP}] )
	tests? ( dev-python/mypy[${PYTHON_USEDEP}] )
	tests? ( dev-python/docutils[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"