# 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="A RESTful e-commerce framework based on Django"

HOMEPAGE="http://www.django-shop.org/"
LICENSE="BSD"
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=""
DEPENDENCIES="<dev-python/django-3.1[${PYTHON_USEDEP}]
	dev-python/django-filer[${PYTHON_USEDEP}]
	dev-python/django-ipware[${PYTHON_USEDEP}]
	dev-python/django-fsm[${PYTHON_USEDEP}]
	dev-python/django-fsm-admin[${PYTHON_USEDEP}]
	<dev-python/djangorestframework-4.0[${PYTHON_USEDEP}]
	dev-python/django-rest-auth[${PYTHON_USEDEP}]
	dev-python/django-angular[${PYTHON_USEDEP}]
	dev-python/django-select2[${PYTHON_USEDEP}]
	dev-python/django-admin-sortable2[${PYTHON_USEDEP}]
	dev-python/django-formtools[${PYTHON_USEDEP}]
	dev-python/django-polymorphic[${PYTHON_USEDEP}]
	dev-python/django-post-office[${PYTHON_USEDEP}]
	dev-python/django-cms[${PYTHON_USEDEP}]
	dev-python/djangocms-cascade[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"