git: f9b245d1918b - main - www/py-django-rest-swagger: Deprecate and set to expire
Kai Knoblich
kai at FreeBSD.org
Tue Aug 10 16:09:43 UTC 2021
The branch main has been updated by kai:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f9b245d1918b51bf446e963b196f33d621116e4d
commit f9b245d1918b51bf446e963b196f33d621116e4d
Author: Kai Knoblich <kai at FreeBSD.org>
AuthorDate: 2021-08-10 15:27:06 +0000
Commit: Kai Knoblich <kai at FreeBSD.org>
CommitDate: 2021-08-10 15:44:48 +0000
www/py-django-rest-swagger: Deprecate and set to expire
Upstream has discontinued the development and recommends using
www/py-drf-yasg as a replacement.
---
www/py-django-rest-swagger/Makefile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/www/py-django-rest-swagger/Makefile b/www/py-django-rest-swagger/Makefile
index aacacbd191f5..5d09d69f92eb 100644
--- a/www/py-django-rest-swagger/Makefile
+++ b/www/py-django-rest-swagger/Makefile
@@ -10,6 +10,9 @@ COMMENT= Swagger UI for Django REST framework
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Has expired: Upstream no longer maintained, please use www/py-drf-yasg instead
+EXPIRATION_DATE= 2021-09-15
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coreapi>0:devel/py-coreapi@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}djangorestframework>0:www/py-djangorestframework@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openapi-codec>0:devel/py-openapi-codec@${PY_FLAVOR} \
More information about the dev-commits-ports-all
mailing list