git: ff584098a632 - main - devel/py-dj41-graphene-django: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 31 Dec 2023 00:09:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ff584098a6329b850b3efb9c2e8db90ad133ff82 commit ff584098a6329b850b3efb9c2e8db90ad133ff82 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-12-30 08:21:38 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-12-31 00:06:39 +0000 devel/py-dj41-graphene-django: Remove expired port 2023-12-31 devel/py-dj41-graphene-django: 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/ --- MOVED | 1 + devel/Makefile | 1 - devel/py-dj41-graphene-django/Makefile | 40 ---------------------- devel/py-dj41-graphene-django/distinfo | 3 -- devel/py-dj41-graphene-django/files/patch-setup.py | 10 ------ devel/py-dj41-graphene-django/pkg-descr | 1 - 6 files changed, 1 insertion(+), 55 deletions(-) diff --git a/MOVED b/MOVED index ac2230447150..6db4ce1744af 100644 --- a/MOVED +++ b/MOVED @@ -8295,3 +8295,4 @@ net/wireguard-kmod||2023-12-31|Has expired: Only useful for FreeBSD 12 which is www/py-dj41-django-js-asset|www/py-dj42-django-js-asset|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-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/ diff --git a/devel/Makefile b/devel/Makefile index fb7509776485..4f839aec4cb4 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4602,7 +4602,6 @@ SUBDIR += py-diskcache SUBDIR += py-distlib SUBDIR += py-distributed - SUBDIR += py-dj41-graphene-django SUBDIR += py-dj42-django-rq SUBDIR += py-dj42-graphene-django SUBDIR += py-django-rq diff --git a/devel/py-dj41-graphene-django/Makefile b/devel/py-dj41-graphene-django/Makefile deleted file mode 100644 index efa9700fe17e..000000000000 --- a/devel/py-dj41-graphene-django/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -PORTNAME= graphene-django -PORTVERSION= 3.0.0 -PORTEPOCH= 1 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj41- - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Graphene Django integration -WWW= https://github.com/graphql-python/graphene-django - -LICENSE= MIT -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>=3.2:www/py-django41@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}graphene>=3.0<4:devel/py-graphene@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}graphql-core>=3.1.0<4:devel/py-graphql-core@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}graphql-relay>=3.1.1<4:devel/py-graphql-relay@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}promise>=2.1:devel/py-promise@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR} - -USES= python -USE_PYTHON= autoplist concurrent distutils - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -NO_ARCH= yes - -PORTSCOUT= ignore:1 - -OPTIONS_DEFINE= REST_FRAMEWORK -OPTIONS_DEFAULT=REST_FRAMEWORK -REST_FRAMEWORK_DESC= REST framework support - -REST_FRAMEWORK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj41-djangorestframework>=3.6.3:www/py-dj41-djangorestframework@${PY_FLAVOR} - -.include <bsd.port.mk> diff --git a/devel/py-dj41-graphene-django/distinfo b/devel/py-dj41-graphene-django/distinfo deleted file mode 100644 index 0b2ced22678e..000000000000 --- a/devel/py-dj41-graphene-django/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1686153295 -SHA256 (graphene-django-3.0.0.tar.gz) = 018a8dc4736d99b5bb4a15d7fd0b46c98010e9201cb52a290f6d1f16ae6fefda -SIZE (graphene-django-3.0.0.tar.gz) = 77525 diff --git a/devel/py-dj41-graphene-django/files/patch-setup.py b/devel/py-dj41-graphene-django/files/patch-setup.py deleted file mode 100644 index 167679f63d97..000000000000 --- a/devel/py-dj41-graphene-django/files/patch-setup.py +++ /dev/null @@ -1,10 +0,0 @@ ---- setup.py.orig 2020-12-31 06:55:53 UTC -+++ setup.py -@@ -68,7 +68,6 @@ setup( - "promise>=2.1", - "text-unidecode", - ], -- setup_requires=["pytest-runner"], - tests_require=tests_require, - rest_framework_require=rest_framework_require, - extras_require={ diff --git a/devel/py-dj41-graphene-django/pkg-descr b/devel/py-dj41-graphene-django/pkg-descr deleted file mode 100644 index 1fac522e0ea4..000000000000 --- a/devel/py-dj41-graphene-django/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A Django integration for Graphene.