freebsd-ports/devel/py-dj42-graphene-django/Makefile
Kai Knoblich 178f4991ec net-mgmt/netbox: Create Django 4.2 consumers
* Django 3.2 is currently the "default" version in the ports tree due
  its long term support until April 2024.  Thus ports that are assigned
  to that version will exist until then.

The following ports are required to make the upgrade of
net-mgmt/netbox to the 3.6 release possible because it requires
Django 4.2.

All of the ports listed below were created on the basis of their
respective original ports:

- devel/py-dj42-django-rq
- devel/py-dj42-graphene-django
- www/py-dj42-django-auth-ldap
- www/py-dj42-django-cors-headers
- www/py-dj42-django-debug-toolbar
- www/py-dj42-django-filter
- www/py-dj42-django-graphiql-debug-toolbar
- www/py-dj42-django-js-asset
- www/py-dj42-django-mptt
- www/py-dj42-django-prometheus
- www/py-dj42-django-redis
- www/py-dj42-django-rich
- www/py-dj42-django-tables2
- www/py-dj42-django-taggit
- www/py-dj42-django-timezone-field
- www/py-dj42-djangorestframework
- www/py-dj42-drf-spectacular
- www/py-dj42-drf-spectacular-sidecar

Differential Revision:	https://reviews.freebsd.org/D41664
2023-09-10 15:15:32 +02:00

36 lines
1.2 KiB
Makefile

PORTNAME= graphene-django
PORTVERSION= 3.0.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj42-
MAINTAINER= kai@FreeBSD.org
COMMENT= Graphene Django integration
WWW= https://github.com/graphql-python/graphene-django
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
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}dj42-djangorestframework>=3.6.3:www/py-dj42-djangorestframework@${PY_FLAVOR}
.include <bsd.port.mk>