git: ab6e061cff4b - main - devel/py-graphene-django300: Deprecate/Set to expire

From: Kai Knoblich <kai_at_FreeBSD.org>
Date: Fri, 06 Feb 2026 13:48:47 UTC
The branch main has been updated by kai:

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

commit ab6e061cff4b75d425565175091da199e4d266b1
Author:     Kai Knoblich <kai@FreeBSD.org>
AuthorDate: 2026-02-05 17:38:57 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2026-02-06 13:48:24 +0000

    devel/py-graphene-django300: Deprecate/Set to expire
    
    * The port was used as a temporary solution in 547ee8e902f4 due to
      compatibility issues with net-mgmt/netbox and it's bound to Django 4.2.
    
      It no longer has any consumers, thus deprecate it accordingly as part
      of the Django 4.2 -> 5.2 migration.
    
    * Although www/py-django42 will not reach its EoL until April, set the
      EXPIRATION_DATE accordingly at the end of 2026Q1 to get a clean cut
      with regard to the quarterly branch.
    
    PR:             291707
---
 devel/py-graphene-django300/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/py-graphene-django300/Makefile b/devel/py-graphene-django300/Makefile
index a5d77866d673..24fb72464b3d 100644
--- a/devel/py-graphene-django300/Makefile
+++ b/devel/py-graphene-django300/Makefile
@@ -13,6 +13,9 @@ 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} \