Commit 2de22863 authored by Rene Ladan's avatar Rene Ladan
Browse files

devel/py-dj52-graphene-django: Remove expired port

2026-06-30 devel/py-dj52-graphene-django: Obsolete, please use devel/py-graphene-django instead
parent 881719ad
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −40
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1742070358
SHA256 (graphene-django-3.2.3.tar.gz) = d831bfe8e9a6e77e477b7854faef4addb318f386119a69ee4c57b74560f3e07d
SIZE (graphene-django-3.2.3.tar.gz) = 88393
+0 −10
Original line number Diff line number Diff line
--- 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={
Loading