git: f210518b1299 - main - devel/py-dj40-graphene-django: Remove expired port:
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 20 May 2023 10:15:44 UTC
The branch main has been updated by rene: URL: https://cgit.FreeBSD.org/ports/commit/?id=f210518b1299d3ef774ea5e0c7113909c0def497 commit f210518b1299d3ef774ea5e0c7113909c0def497 Author: Rene Ladan <rene@FreeBSD.org> AuthorDate: 2023-05-20 10:15:23 +0000 Commit: Rene Ladan <rene@FreeBSD.org> CommitDate: 2023-05-20 10:15:23 +0000 devel/py-dj40-graphene-django: Remove expired port: 2023-05-20 devel/py-dj40-graphene-django: 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 + devel/Makefile | 1 - devel/py-dj40-graphene-django/Makefile | 37 ---------------------- devel/py-dj40-graphene-django/distinfo | 3 -- devel/py-dj40-graphene-django/files/patch-setup.py | 10 ------ devel/py-dj40-graphene-django/pkg-descr | 1 - 6 files changed, 1 insertion(+), 52 deletions(-) diff --git a/MOVED b/MOVED index 23b2f6bd35f9..31d382ee36a1 100644 --- a/MOVED +++ b/MOVED @@ -7551,3 +7551,4 @@ www/py-dj40-django-cors-headers|www/py-dj41-django-cors-headers|2023-05-20|Has e 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/ www/py-dj40-django-tables2|www/py-dj41-django-tables2|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-taggit|www/py-dj41-django-taggit|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-graphene-django|devel/py-dj41-graphene-django|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/devel/Makefile b/devel/Makefile index da427fa55c82..bace0751d5ed 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4543,7 +4543,6 @@ SUBDIR += py-diskcache SUBDIR += py-distlib SUBDIR += py-distributed - SUBDIR += py-dj40-graphene-django SUBDIR += py-dj41-django-rq SUBDIR += py-dj41-graphene-django SUBDIR += py-django-rq diff --git a/devel/py-dj40-graphene-django/Makefile b/devel/py-dj40-graphene-django/Makefile deleted file mode 100644 index 98a4b293e893..000000000000 --- a/devel/py-dj40-graphene-django/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -PORTNAME= graphene-django -PORTVERSION= 2.15.0 -CATEGORIES= devel python -MASTER_SITES= PYPI -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj40- - -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.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 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django40>=1.11:www/py-django40@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}graphene2>=2.1.7<3:devel/py-graphene2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.1.0<3:devel/py-graphql-core2@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}promise>=2.1:devel/py-promise@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME} - -NO_ARCH= yes - -OPTIONS_DEFINE= REST_FRAMEWORK -OPTIONS_DEFAULT=REST_FRAMEWORK -REST_FRAMEWORK_DESC= REST framework support - -REST_FRAMEWORK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj40-djangorestframework>=3.6.3:www/py-dj40-djangorestframework@${PY_FLAVOR} - -.include <bsd.port.mk> diff --git a/devel/py-dj40-graphene-django/distinfo b/devel/py-dj40-graphene-django/distinfo deleted file mode 100644 index e5dadad3d0d0..000000000000 --- a/devel/py-dj40-graphene-django/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1649270586 -SHA256 (graphene-django-2.15.0.tar.gz) = b78c9b05bc899016b9cc5bf13faa1f37fe1faa8c5407552c6ddd1a28f46fc31a -SIZE (graphene-django-2.15.0.tar.gz) = 67097 diff --git a/devel/py-dj40-graphene-django/files/patch-setup.py b/devel/py-dj40-graphene-django/files/patch-setup.py deleted file mode 100644 index 167679f63d97..000000000000 --- a/devel/py-dj40-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-dj40-graphene-django/pkg-descr b/devel/py-dj40-graphene-django/pkg-descr deleted file mode 100644 index 1fac522e0ea4..000000000000 --- a/devel/py-dj40-graphene-django/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -A Django integration for Graphene.