Date: Tue, 10 Aug 2021 16:09:42 GMT From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f9b245d1918b - main - www/py-django-rest-swagger: Deprecate and set to expire Message-ID: <202108101609.17AG9gd3094873@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kai: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9b245d1918b51bf446e963b196f33d621116e4d commit f9b245d1918b51bf446e963b196f33d621116e4d Author: Kai Knoblich <kai@FreeBSD.org> AuthorDate: 2021-08-10 15:27:06 +0000 Commit: Kai Knoblich <kai@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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108101609.17AG9gd3094873>