mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-06-30 12:48:08 -07:00
More dependencies need to be updated before these are ready. Revert "dev-python/netaddr: add python3_8" This reverts commit1b8ad93db8. Revert "dev-python/drf-yasg: add python 3.8" This reverts commite0db6ff1fd. Revert "dev-python/djangorestframework: add python3_8 to 3.10.3" This reverts commite28a73813f. Revert "dev-python/django-auth-ldap: add python3_8" This reverts commitfa4c9da309. Revert "dev-python/django-cachops: add python 3.8" This reverts commitbde7ce3d8e. Revert "django-cors-headers: add python3_8" This reverts commit6e59af278b. Revert "dev-python/django-debug-toolbar: add python3_8" This reverts commit229d75f50a. Revert "dev-python/django-filter: add python3_8" This reverts commit70210a8778. Revert "dev-python/django-mptt: add python3_8" This reverts commit99f39a7710. Revert "dev-python/django: add python3_8" This reverts commit11f1441e96. Signed-off-by: Matt Turner <mattst88@gentoo.org>
22 lines
606 B
Bash
22 lines
606 B
Bash
# Copyright 1999-2020 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
PYTHON_COMPAT=( python3_6 python3_7 )
|
|
inherit distutils-r1
|
|
|
|
DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django"
|
|
HOMEPAGE="https://github.com/Suor/django-cacheops"
|
|
SRC_URI="mirror://pypi/${PN:0:1}"/${PN}/${P}.tar.gz
|
|
|
|
LICENSE="BSD"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64"
|
|
|
|
DEPEND=">=dev-python/django-1.8[${PYTHON_USEDEP}]
|
|
>=dev-python/redis-py-2.9.1[${PYTHON_USEDEP}]
|
|
>=dev-python/funcy-1.8[${PYTHON_USEDEP}]
|
|
>=dev-python/six-1.4.0[${PYTHON_USEDEP}]"
|
|
RDEPEND="${DEPEND}"
|