# 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="Implementation of localized model fields using PostgreSQL HStore fields. [top-max 6.8_beta5]"

HOMEPAGE="https://github.com/SectorLabs/django-localized-fields"
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="analysis docs test"
DEPENDENCIES=">=dev-python/django-2.0[${PYTHON_USEDEP}]
	dev-python/django-postgres-extra[${PYTHON_USEDEP}]
	~dev-python/deprecation-2.0.7[${PYTHON_USEDEP}]
	analysis? ( ~dev-python/black-19.3_beta0[${PYTHON_USEDEP}] )
	analysis? ( ~dev-python/flake8-3.7.7[${PYTHON_USEDEP}] )
	analysis? ( dev-python/autoflake[${PYTHON_USEDEP}] )
	analysis? ( ~dev-python/autopep8-1.4.4[${PYTHON_USEDEP}] )
	analysis? ( ~dev-python/isort-4.3.20[${PYTHON_USEDEP}] )
	analysis? ( dev-python/sl-docformatter[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-2.2.0[${PYTHON_USEDEP}] )
	docs? ( ~dev-python/sphinx-rtd-theme-0.4.3[${PYTHON_USEDEP}] )
	test? ( ~dev-python/tox-3.14.3[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-5.3.2[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-django-3.7.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/pytest-cov-2.8.1[${PYTHON_USEDEP}] )
	test? ( ~dev-python/dj-database-url-0.5.0[${PYTHON_USEDEP}] )
	test? ( dev-python/django-autoslug[${PYTHON_USEDEP}] )
	test? ( dev-python/django-bleach[${PYTHON_USEDEP}] )
	test? ( dev-python/psycopg2[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"