summaryrefslogblamecommitdiff
path: root/dev-python/django-celery-results/django-celery-results-2.5.1.ebuild
blob: 236c79ac0313bb8d6acd89676e977b409754f57d (plain) (tree)
1
2
3
4
5
6
7
8
9





                                                                  
                                  
 
                         



                                                                          




                      

        
                                                   
                                                
                                                    









                                                                  
 
                              





                                
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )

inherit distutils-r1 pypi

MY_P=${PN//-/_}-${PV}
DESCRIPTION="Celery Result Backends using the Django ORM/Cache framework."
HOMEPAGE="https://github.com/celery/django-celery-results"
S="${WORKDIR}/${MY_P}"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
	>=dev-python/celery-5.2.7[${PYTHON_USEDEP}]
	<dev-python/celery-6.0[${PYTHON_USEDEP}]
	>=dev-python/django-3.2.18[${PYTHON_USEDEP}]
"

DOCS=( README.rst )

#BDEPEND="
#	test? (
#		>=dev-python/pytest-django-4.5.2[${PYTHON_USEDEP}]
#		dev-python/pytz[${PYTHON_USEDEP}]
#	)
#"

#distutils_enable_tests pytest
distutils_enable_sphinx docs \
	dev-python/sphinx-celery

#python_test() {
#	epytest -m "not network"
#}