# 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=wheel

inherit python-r1 gs-pypi

DESCRIPTION="Base mixins and utilities for clinicedc/edc projects. [wheel]"

HOMEPAGE="http://github.com/clinicedc/edc-base"
LICENSE="GPL license, see LICENSE"
SRC_URI="https://files.pythonhosted.org/packages/py3/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}-py3-none-any.whl"
RESTRICT="test"

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

IUSE=""
DEPENDENCIES="dev-python/arrow[${PYTHON_USEDEP}]
	dev-python/django[${PYTHON_USEDEP}]
	dev-python/django-environ[${PYTHON_USEDEP}]
	dev-python/django-extensions[${PYTHON_USEDEP}]
	dev-python/django-js-reverse[${PYTHON_USEDEP}]
	dev-python/django-logentry-admin[${PYTHON_USEDEP}]
	dev-python/django-simple-history[${PYTHON_USEDEP}]
	dev-python/django-crypto-fields[${PYTHON_USEDEP}]
	dev-python/django-revision[${PYTHON_USEDEP}]
	dev-python/edc-constants[${PYTHON_USEDEP}]
	dev-python/edc-dashboard[${PYTHON_USEDEP}]
	dev-python/edc-model-fields[${PYTHON_USEDEP}]
	dev-python/edc-navbar[${PYTHON_USEDEP}]
	dev-python/edc-protocol[${PYTHON_USEDEP}]
	dev-python/mysqlclient[${PYTHON_USEDEP}]
	dev-python/python-dateutil[${PYTHON_USEDEP}]
	dev-python/python-memcached[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]
	dev-python/tqdm[${PYTHON_USEDEP}]
	virtual/allow-pypi-wheels"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"