Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2023 10:08:38 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b4e405f106ff - main - www/py-dj40-drf-yasg: Remove expired port:
Message-ID:  <202305201008.34KA8ccq069544@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b4e405f106ff47cfd7c7659bdb42424c906c38f2

commit b4e405f106ff47cfd7c7659bdb42424c906c38f2
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2023-05-20 10:08:08 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2023-05-20 10:08:08 +0000

    www/py-dj40-drf-yasg: Remove expired port:
    
    2023-05-20 www/py-dj40-drf-yasg: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
---
 MOVED                          |  1 +
 www/Makefile                   |  1 -
 www/py-dj40-drf-yasg/Makefile  | 41 -----------------------------------------
 www/py-dj40-drf-yasg/distinfo  |  3 ---
 www/py-dj40-drf-yasg/pkg-descr | 18 ------------------
 5 files changed, 1 insertion(+), 63 deletions(-)

diff --git a/MOVED b/MOVED
index 739d0b004bc3..ff14598c5cba 100644
--- a/MOVED
+++ b/MOVED
@@ -7548,3 +7548,4 @@ www/py-dj40-django-graphiql-debug-toolbar|www/py-dj41-django-graphiql-debug-tool
 www/py-dj40-django-redis|www/py-dj41-django-redis|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
 devel/py-dj40-django-rq|devel/py-dj41-django-rq|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
 www/py-dj40-django-cors-headers|www/py-dj41-django-cors-headers|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
+www/py-dj40-drf-yasg|www/py-dj41-drf-yasg|2023-05-20|Has expired: Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
diff --git a/www/Makefile b/www/Makefile
index 9e779f11c27a..e318685419df 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1470,7 +1470,6 @@
     SUBDIR += py-dj40-django-taggit
     SUBDIR += py-dj40-django-timezone-field
     SUBDIR += py-dj40-djangorestframework
-    SUBDIR += py-dj40-drf-yasg
     SUBDIR += py-dj41-django-auth-ldap
     SUBDIR += py-dj41-django-cors-headers
     SUBDIR += py-dj41-django-debug-toolbar
diff --git a/www/py-dj40-drf-yasg/Makefile b/www/py-dj40-drf-yasg/Makefile
deleted file mode 100644
index 2fe574debfed..000000000000
--- a/www/py-dj40-drf-yasg/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-PORTNAME=	drf-yasg
-DISTVERSION=	1.21.4
-CATEGORIES=	www python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}dj40-
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Yet Another Swagger Generator
-WWW=		https://github.com/axnsan12/drf-yasg
-
-LICENSE=	BSD3CLAUSE
-LICENSE_FILE=	${WRKSRC}/LICENSE.rst
-
-DEPRECATED=	Extended support of Django 4.0 ends April 2023, upgrade to the Django 4.1+ version of this port. See https://www.djangoproject.com/download/
-EXPIRATION_DATE=	2023-05-20
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=3.0.6:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django40>=2.2.16:www/py-django40@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}dj40-djangorestframework>=3.10.3:www/py-dj40-djangorestframework@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}coreapi>=2.3.3:devel/py-coreapi@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}coreschema>=0.0.4:devel/py-coreschema@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}inflection>=0.3.1:devel/py-inflection@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0.16.13:devel/py-ruamel.yaml@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}pytz>=2021.1:devel/py-pytz@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}uritemplate>=3.0.0:net/py-uritemplate@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}packaging>=21.0:devel/py-packaging@${PY_FLAVOR}
-
-USES=		python:3.6+
-USE_PYTHON=	distutils autoplist
-
-CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-NO_ARCH=		yes
-
-OPTIONS_DEFINE=		VALIDATION
-OPTIONS_DEFAULT=	VALIDATION
-
-VALIDATION_DESC=	Enable built-in OpenAPI validation mechanisms
-VALIDATION_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}swagger-spec-validator>=2.1.0:devel/py-swagger-spec-validator@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/www/py-dj40-drf-yasg/distinfo b/www/py-dj40-drf-yasg/distinfo
deleted file mode 100644
index 83df0a2be6b6..000000000000
--- a/www/py-dj40-drf-yasg/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1665308834
-SHA256 (drf-yasg-1.21.4.tar.gz) = 887c9f79e64f46aa48974234e61029b1bea6b12ea628a8fc8a3697589add1d3e
-SIZE (drf-yasg-1.21.4.tar.gz) = 6676926
diff --git a/www/py-dj40-drf-yasg/pkg-descr b/www/py-dj40-drf-yasg/pkg-descr
deleted file mode 100644
index 24652f1fc88d..000000000000
--- a/www/py-dj40-drf-yasg/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Generate real Swagger/OpenAPI 2.0 specifications from a Django Rest
-Framework API.
-
-Features:
-
-- full support for nested serializers and schemas
-- response schemas and descriptions
-- model definitions compatible with codegen tools
-- customization hooks at all points in the spec generation process
-- JSON and YAML format for spec
-- bundles latest version of swagger-ui and redoc for viewing the generated
-  documentation
-- schema view is cacheable out of the box
-- generated Swagger schema can be automatically validated by
-  swagger-spec-validator or flex
-- supports Django REST Framework API versioning with URLPathVersioning
-  and NamespaceVersioning (other DRF or custom versioning schemes are
-  not currently supported)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305201008.34KA8ccq069544>