Revert a bunch of python3_8 additions.

More dependencies need to be updated before these are ready.

Revert "dev-python/netaddr: add python3_8"

This reverts commit 1b8ad93db8.

Revert "dev-python/drf-yasg: add python 3.8"

This reverts commit e0db6ff1fd.

Revert "dev-python/djangorestframework: add python3_8 to 3.10.3"

This reverts commit e28a73813f.

Revert "dev-python/django-auth-ldap: add python3_8"

This reverts commit fa4c9da309.

Revert "dev-python/django-cachops: add python 3.8"

This reverts commit bde7ce3d8e.

Revert "django-cors-headers: add python3_8"

This reverts commit 6e59af278b.

Revert "dev-python/django-debug-toolbar: add python3_8"

This reverts commit 229d75f50a.

Revert "dev-python/django-filter: add python3_8"

This reverts commit 70210a8778.

Revert "dev-python/django-mptt: add python3_8"

This reverts commit 99f39a7710.

Revert "dev-python/django: add python3_8"

This reverts commit 11f1441e96.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2020-02-11 13:44:02 -08:00
parent 85dcad322a
commit e8001a0d4f
10 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
PYTHON_COMPAT=( python3_6 python3_7 )
inherit distutils-r1
DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django"