git: 843b864f4072 - main - www/py-dj42-django-graphiql-debug-toolbar: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Jun 2024 18:21:54 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=843b864f4072fab34c0885c3544bf8669d0cab64 commit 843b864f4072fab34c0885c3544bf8669d0cab64 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2024-06-15 18:20:04 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2024-06-15 18:20:55 +0000 www/py-dj42-django-graphiql-debug-toolbar: Remove expired port 2024-06-15 www/py-dj42-django-graphiql-debug-toolbar: Obsolete, please use www/py-django-graphiql-debug-toolbar instead --- MOVED | 1 + www/Makefile | 1 - www/py-dj42-django-graphiql-debug-toolbar/Makefile | 29 ---------------------- www/py-dj42-django-graphiql-debug-toolbar/distinfo | 3 --- .../pkg-descr | 2 -- 5 files changed, 1 insertion(+), 35 deletions(-) diff --git a/MOVED b/MOVED index e6df4d30717e..7b8cbd5f68ce 100644 --- a/MOVED +++ b/MOVED @@ -3332,3 +3332,4 @@ www/py-dj42-django-filter|www/py-django-filter|2024-06-15|Has expired: Obsolete, www/py-dj42-drf-spectacular|www/py-drf-spectacular|2024-06-15|Has expired: Obsolete, please use www/py-drf-spectacular instead www/py-dj42-drf-spectacular-sidecar|www/py-drf-spectacular-sidecar|2024-06-15|Has expired: Obsolete, please use www/py-drf-spectacular-sidecar instead www/py-dj42-django-timezone-field|www/py-django-timezone-field|2024-06-15|Has expired: Obsolete, please use www/py-django-timezone-field instead +www/py-dj42-django-graphiql-debug-toolbar|www/py-django-graphiql-debug-toolbar|2024-06-15|Has expired: Obsolete, please use www/py-django-graphiql-debug-toolbar instead diff --git a/www/Makefile b/www/Makefile index 2bfa1c003c14..ecd8c134eec9 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1486,7 +1486,6 @@ SUBDIR += py-dj42-django-crispy-forms SUBDIR += py-dj42-django-debug-toolbar SUBDIR += py-dj42-django-extensions - SUBDIR += py-dj42-django-graphiql-debug-toolbar SUBDIR += py-dj42-django-modelcluster SUBDIR += py-dj42-django-redis SUBDIR += py-dj42-django-rich diff --git a/www/py-dj42-django-graphiql-debug-toolbar/Makefile b/www/py-dj42-django-graphiql-debug-toolbar/Makefile deleted file mode 100644 index eed88d0087bb..000000000000 --- a/www/py-dj42-django-graphiql-debug-toolbar/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= django-graphiql-debug-toolbar -DISTVERSION= 0.2.0 -PORTREVISION= 1 -CATEGORIES= www python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42- - -MAINTAINER= kai@FreeBSD.org -COMMENT= Django Debug Toolbar for GraphiQL IDE -WWW= https://github.com/flavors/django-graphiql-debug-toolbar - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -DEPRECATED= Obsolete, please use www/py-django-graphiql-debug-toolbar instead -EXPIRATION_DATE=2024-06-15 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}graphene-django300>=2.0.0:devel/py-graphene-django300@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj42-django-debug-toolbar>=3.1:www/py-dj42-django-debug-toolbar@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist distutils - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -NO_ARCH= yes - -.include <bsd.port.mk> diff --git a/www/py-dj42-django-graphiql-debug-toolbar/distinfo b/www/py-dj42-django-graphiql-debug-toolbar/distinfo deleted file mode 100644 index 559e6602138b..000000000000 --- a/www/py-dj42-django-graphiql-debug-toolbar/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1630337959 -SHA256 (django-graphiql-debug-toolbar-0.2.0.tar.gz) = aec7a9e096594123d9fc359a583da794a0020b5391d941dda584ce1e667e0afd -SIZE (django-graphiql-debug-toolbar-0.2.0.tar.gz) = 5000 diff --git a/www/py-dj42-django-graphiql-debug-toolbar/pkg-descr b/www/py-dj42-django-graphiql-debug-toolbar/pkg-descr deleted file mode 100644 index cb6e9ccf41b5..000000000000 --- a/www/py-dj42-django-graphiql-debug-toolbar/pkg-descr +++ /dev/null @@ -1,2 +0,0 @@ -This package is an extension for Django Debug Toolbar which enables support -for debugging GraphiQL queries in Django Projects.