Skip to content

Commit

Permalink
devel/py-graphene-django: Update to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed May 2, 2023
1 parent d49db5a commit 02a8821
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 deletions devel/py-graphene-django/Makefile
@@ -1,6 +1,5 @@
PORTNAME= graphene-django
PORTVERSION= 2.15.0
PORTREVISION= 2
PORTVERSION= 3.0.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
Expand All @@ -12,14 +11,14 @@ WWW= https://github.com/graphql-python/graphene-django
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=1.11:www/py-django32@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}graphene2>=2.1.7<3:devel/py-graphene2@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.1.0<3:devel/py-graphql-core2@${PY_FLAVOR} \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${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}six>=1.10.0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}text-unidecode>=0:converters/py-text-unidecode@${PY_FLAVOR}

USES= python:3.5+
USES= python:3.7+
USE_PYTHON= autoplist concurrent distutils

CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}*${PORTNAME}
Expand Down
6 changes: 3 additions & 3 deletions devel/py-graphene-django/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1609953907
SHA256 (graphene-django-2.15.0.tar.gz) = b78c9b05bc899016b9cc5bf13faa1f37fe1faa8c5407552c6ddd1a28f46fc31a
SIZE (graphene-django-2.15.0.tar.gz) = 67097
TIMESTAMP = 1682903084
SHA256 (graphene-django-3.0.1.tar.gz) = d12f60563336b6f12a73acc7dc7bed366262ae0bd796b01119037076c170f20c
SIZE (graphene-django-3.0.1.tar.gz) = 76726

0 comments on commit 02a8821

Please sign in to comment.