Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Mar 2026 16:16:19 +0000
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: 7ac0b461d158 - main - devel/py-graphene-django300: Remove expired port
Message-ID:  <69cbf353.3c60b.12b750a7@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by rene:

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

commit 7ac0b461d158265dbe6b409f0f88d8558eb08b6e
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2026-03-31 16:16:15 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2026-03-31 16:16:15 +0000

    devel/py-graphene-django300: Remove expired port
    
    2026-03-31 devel/py-graphene-django300: Obsolete, was used as temporary solution due compatibility issues. Please use devel/py-graphene-django instead
---
 MOVED                                            |  1 +
 devel/Makefile                                   |  1 -
 devel/py-graphene-django300/Makefile             | 41 ------------------------
 devel/py-graphene-django300/distinfo             |  3 --
 devel/py-graphene-django300/files/patch-setup.py | 10 ------
 devel/py-graphene-django300/pkg-descr            |  1 -
 6 files changed, 1 insertion(+), 56 deletions(-)

diff --git a/MOVED b/MOVED
index f0b702dcbc94..93386716bc1d 100644
--- a/MOVED
+++ b/MOVED
@@ -5185,3 +5185,4 @@ devel/loki||2026-03-31|Has expired: dead upstream, sole consumer removed from tr
 mail/missey||2026-03-31|Has expired: mail/missey has been abandoned for many years
 devel/jsl||2026-03-31|Has expired: No more upstream, use JSLint instead
 security/snortsam||2026-03-31|Has expired: dead upstream, broken on FreeBSD 15
+devel/py-graphene-django300|devel/py-graphene-django|2026-03-31|Has expired: Obsolete, was used as temporary solution due compatibility issues. Please use devel/py-graphene-django instead
diff --git a/devel/Makefile b/devel/Makefile
index f23016a23570..6ca1f4f151b6 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5031,7 +5031,6 @@
     SUBDIR += py-grab
     SUBDIR += py-graphene
     SUBDIR += py-graphene-django
-    SUBDIR += py-graphene-django300
     SUBDIR += py-graphene-sqlalchemy
     SUBDIR += py-graphene2
     SUBDIR += py-graphql-core
diff --git a/devel/py-graphene-django300/Makefile b/devel/py-graphene-django300/Makefile
deleted file mode 100644
index 24fb72464b3d..000000000000
--- a/devel/py-graphene-django300/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-PORTNAME=	graphene-django
-PORTVERSION=	3.0.0
-PORTREVISION=	1
-CATEGORIES=	devel python
-MASTER_SITES=	PYPI
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX=	300
-
-MAINTAINER=	kai@FreeBSD.org
-COMMENT=	Graphene Django integration
-WWW=		https://github.com/graphql-python/graphene-django
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-DEPRECATED=	Obsolete, was used as temporary solution due compatibility issues. Please use devel/py-graphene-django instead
-EXPIRATION_DATE=2026-03-31
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${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}djangorestframework>=3.6.3:www/py-djangorestframework@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/devel/py-graphene-django300/distinfo b/devel/py-graphene-django300/distinfo
deleted file mode 100644
index 0b2ced22678e..000000000000
--- a/devel/py-graphene-django300/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-graphene-django300/files/patch-setup.py b/devel/py-graphene-django300/files/patch-setup.py
deleted file mode 100644
index 167679f63d97..000000000000
--- a/devel/py-graphene-django300/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-graphene-django300/pkg-descr b/devel/py-graphene-django300/pkg-descr
deleted file mode 100644
index 1fac522e0ea4..000000000000
--- a/devel/py-graphene-django300/pkg-descr
+++ /dev/null
@@ -1 +0,0 @@
-A Django integration for Graphene.


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69cbf353.3c60b.12b750a7>