diff --git a/MOVED b/MOVED index 6db4ce1744afa..e9315fd722bae 100644 --- a/MOVED +++ b/MOVED @@ -8296,3 +8296,4 @@ www/py-dj41-django-js-asset|www/py-dj42-django-js-asset|2023-12-31|Has expired: www/py-dj41-django-timezone-field|www/py-dj42-django-timezone-field|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ lang/gcc8||2023-12-31|Has expired: Unsupported by upstream. Use GCC 11 or newer instead. devel/py-dj41-graphene-django|devel/py-dj42-graphene-django|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ +www/py-dj41-drf-spectacular-sidecar|www/py-dj42-drf-spectacular-sidecar|2023-12-31|Has expired: Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ diff --git a/www/Makefile b/www/Makefile index fb7e1d68dd508..dd35a1fcbf61a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1492,7 +1492,6 @@ SUBDIR += py-daphne SUBDIR += py-dj-database-url SUBDIR += py-dj41-djangorestframework - SUBDIR += py-dj41-drf-spectacular-sidecar SUBDIR += py-dj42-django-auth-ldap SUBDIR += py-dj42-django-cors-headers SUBDIR += py-dj42-django-debug-toolbar diff --git a/www/py-dj41-drf-spectacular-sidecar/Makefile b/www/py-dj41-drf-spectacular-sidecar/Makefile deleted file mode 100644 index 8e1a8e0d52fdf..0000000000000 --- a/www/py-dj41-drf-spectacular-sidecar/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -PORTNAME= drf-spectacular-sidecar -DISTVERSION= 2023.8.1 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj41- - -MAINTAINER= kai@FreeBSD.org -COMMENT= Serve self-contained Swagger UI/Redoc distribution builds with Django -WWW= https://github.com/tfranzel/drf-spectacular - -LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Extended support of Django 4.1 ends December 2023, upgrade to the Django 4.2+ version of this port. See https://www.djangoproject.com/download/ -EXPIRATION_DATE= 2023-12-31 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django41>=2.2:www/py-django41@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -NO_ARCH= yes - -.include diff --git a/www/py-dj41-drf-spectacular-sidecar/distinfo b/www/py-dj41-drf-spectacular-sidecar/distinfo deleted file mode 100644 index 5ecc1cf8ba424..0000000000000 --- a/www/py-dj41-drf-spectacular-sidecar/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1692119170 -SHA256 (drf-spectacular-sidecar-2023.8.1.tar.gz) = 79b928d75b8f7c07d2188dda33ea10ca90d4f7234af5788dda58dc4434cd27f8 -SIZE (drf-spectacular-sidecar-2023.8.1.tar.gz) = 2619788 diff --git a/www/py-dj41-drf-spectacular-sidecar/pkg-descr b/www/py-dj41-drf-spectacular-sidecar/pkg-descr deleted file mode 100644 index 34144682bfdc3..0000000000000 --- a/www/py-dj41-drf-spectacular-sidecar/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Serve self-contained distribution builds of Swagger UI and Redoc with Django -either via runserver or collectstatic. - -This Django app is an optional addition to drf-spectacular, but does not depend -on it. It may also be used independently.