Date: Sun, 18 Oct 2020 20:25:18 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r552688 - head/devel/py-graphene-django Message-ID: <202010182025.09IKPI2X084400@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Oct 18 20:25:17 2020 New Revision: 552688 URL: https://svnweb.freebsd.org/changeset/ports/552688 Log: Fix RUN_DEPENDS - Bump PORTREVISION for dependency change Modified: head/devel/py-graphene-django/Makefile Modified: head/devel/py-graphene-django/Makefile ============================================================================== --- head/devel/py-graphene-django/Makefile Sun Oct 18 20:25:12 2020 (r552687) +++ head/devel/py-graphene-django/Makefile Sun Oct 18 20:25:17 2020 (r552688) @@ -3,6 +3,7 @@ PORTNAME= graphene-django PORTVERSION= 2.13.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,7 +19,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www ${PYTHON_PKGNAMEPREFIX}graphene>=2.1.7<3:devel/py-graphene@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}graphql-core2>=2.1.0<3:devel/py-graphql-core2@${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}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}unidecode>=1.1.1<2:converters/py-unidecode@${PY_FLAVOR} USES= python:3.5+ USE_PYTHON= autoplist concurrent distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010182025.09IKPI2X084400>