# 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 collection of file fields and associated components to allow for dynamic configuration of storage properties for file-based fields within Django models."

HOMEPAGE="https://github.com/mcclory/django-dynamic-storages"
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-4.0.0[${PYTHON_USEDEP}]
	dev-python/django-storages[${PYTHON_USEDEP}]
	dev-python/django-fernet-fields[${PYTHON_USEDEP}]
	dev-python/django-appconf[${PYTHON_USEDEP}]
	<dev-python/pillow-9.0.0[${PYTHON_USEDEP}]
	dev-python/google-cloud[${PYTHON_USEDEP}]
	<dev-python/apache-libcloud-4.0.0[${PYTHON_USEDEP}]
	dev-python/azure-storage-blob[${PYTHON_USEDEP}]
	<dev-python/boto3-2.0.0[${PYTHON_USEDEP}]
	dev-python/dropbox[${PYTHON_USEDEP}]
	dev-python/google-cloud-storage[${PYTHON_USEDEP}]
	<dev-python/paramiko-3.0.0[${PYTHON_USEDEP}]
	<dev-python/python-magic-0.5.0[${PYTHON_USEDEP}]
	<dev-python/djangorestframework-4.0.0[${PYTHON_USEDEP}]"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"