git: 2de2286391e1 - main - devel/py-dj52-graphene-django: Remove expired port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jun 2026 20:20:05 UTC
The branch main has been updated by rene:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2de2286391e19aed82548511bc3fc7119a42d958
commit 2de2286391e19aed82548511bc3fc7119a42d958
Author: Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-06-30 20:20:01 +0000
Commit: Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-06-30 20:20:01 +0000
devel/py-dj52-graphene-django: Remove expired port
2026-06-30 devel/py-dj52-graphene-django: Obsolete, please use devel/py-graphene-django instead
---
MOVED | 1 +
devel/Makefile | 1 -
devel/py-dj52-graphene-django/Makefile | 40 ----------------------
devel/py-dj52-graphene-django/distinfo | 3 --
devel/py-dj52-graphene-django/files/patch-setup.py | 10 ------
devel/py-dj52-graphene-django/pkg-descr | 1 -
6 files changed, 1 insertion(+), 55 deletions(-)
diff --git a/MOVED b/MOVED
index bda1cc579171..e7a3b3b10d85 100644
--- a/MOVED
+++ b/MOVED
@@ -5417,3 +5417,4 @@ www/py-dj52-djangorestframework-guardian|www/py-djangorestframework-guardian|202
www/py-dj52-django-guardian|www/py-django-guardian|2026-06-30|Has expired: Obsolete, please use www/py-django-guardian instead
www/py-dj52-django-celery-results|www/py-django-celery-results|2026-06-30|Has expired: Obsolete, please use www/py-django-celery-results instead
www/py-dj52-drf-writable-nested|www/py-drf-writable-nested|2026-06-30|Has expired: Obsolete, please use www/py-drf-writable-nested instead
+devel/py-dj52-graphene-django|devel/py-graphene-django|2026-06-30|Has expired: Obsolete, please use devel/py-graphene-django instead
diff --git a/devel/Makefile b/devel/Makefile
index f51b9f77cc20..0357c9266513 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4925,7 +4925,6 @@
SUBDIR += py-diskcache
SUBDIR += py-distlib
SUBDIR += py-distributed
- SUBDIR += py-dj52-graphene-django
SUBDIR += py-dj60-django-rq
SUBDIR += py-dj60-strawberry-graphql
SUBDIR += py-django-rq
diff --git a/devel/py-dj52-graphene-django/Makefile b/devel/py-dj52-graphene-django/Makefile
deleted file mode 100644
index e1549f093f5b..000000000000
--- a/devel/py-dj52-graphene-django/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-PORTNAME= graphene-django
-DISTVERSION= 3.2.3
-CATEGORIES= devel python
-MASTER_SITES= PYPI
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52-
-
-MAINTAINER= siva@FreeBSD.org
-COMMENT= Graphene Django integration
-WWW= https://docs.graphene-python.org/projects/django/en/latest/ \
- https://github.com/graphql-python/graphene-django
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-DEPRECATED= Obsolete, please use devel/py-graphene-django instead
-EXPIRATION_DATE=2026-06-30
-
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=3.2:www/py-django52@${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 pep517 pytest
-
-NO_ARCH= yes
-
-CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
-
-OPTIONS_DEFINE= REST_FRAMEWORK
-OPTIONS_DEFAULT=REST_FRAMEWORK
-REST_FRAMEWORK_DESC= REST framework support
-
-REST_FRAMEWORK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dj52-djangorestframework>0:www/py-dj52-djangorestframework@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/devel/py-dj52-graphene-django/distinfo b/devel/py-dj52-graphene-django/distinfo
deleted file mode 100644
index 497daefe2f63..000000000000
--- a/devel/py-dj52-graphene-django/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1742070358
-SHA256 (graphene-django-3.2.3.tar.gz) = d831bfe8e9a6e77e477b7854faef4addb318f386119a69ee4c57b74560f3e07d
-SIZE (graphene-django-3.2.3.tar.gz) = 88393
diff --git a/devel/py-dj52-graphene-django/files/patch-setup.py b/devel/py-dj52-graphene-django/files/patch-setup.py
deleted file mode 100644
index 167679f63d97..000000000000
--- a/devel/py-dj52-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-dj52-graphene-django/pkg-descr b/devel/py-dj52-graphene-django/pkg-descr
deleted file mode 100644
index 1fac522e0ea4..000000000000
--- a/devel/py-dj52-graphene-django/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A Django integration for Graphene.