Commit 7ac0b461 authored by Rene Ladan's avatar Rene Ladan
Browse files

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
parent 95c1a472
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −41
Original line number Diff line number Diff line
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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1686153295
SHA256 (graphene-django-3.0.0.tar.gz) = 018a8dc4736d99b5bb4a15d7fd0b46c98010e9201cb52a290f6d1f16ae6fefda
SIZE (graphene-django-3.0.0.tar.gz) = 77525
+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