dev-python/django-cacheback - 4.0.0 (pypi)

Search

Package Information

Description:
Caching library for Django that uses Celery or RQ to refresh cache items asynchronously
Homepage:
https://github.com/codeinthehole/django-cacheback
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
4.0.0 8 ~amd64 ~x86 0
View Raw Ebuild
# 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="Caching library for Django that uses Celery or RQ to refresh cache items asynchronously"

HOMEPAGE="https://github.com/codeinthehole/django-cacheback"
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="celery docs rq"
DEPENDENCIES=">=dev-python/django-5.2[${PYTHON_USEDEP}]
	celery? ( dev-python/celery[${PYTHON_USEDEP}] )
	rq? ( dev-python/django-rq[${PYTHON_USEDEP}] )
	docs? ( <dev-python/sphinx-4.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"

USE Flags

rq

Dependencies

RDEPEND

>=dev-python/django-5.2[${PYTHON_USEDEP}]
	celery? ( dev-python/celery[${PYTHON_USEDEP}] )
	rq? ( dev-python/django-rq[${PYTHON_USEDEP}] )
	docs? ( <dev-python/sphinx-4.0[${PYTHON_USEDEP}] )

BDEPEND

>=dev-python/django-5.2[${PYTHON_USEDEP}]
	celery? ( dev-python/celery[${PYTHON_USEDEP}] )
	rq? ( dev-python/django-rq[${PYTHON_USEDEP}] )
	docs? ( <dev-python/sphinx-4.0[${PYTHON_USEDEP}] )