Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2020 19:03:16 +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: r525582 - head/www/py-django-bulk-update
Message-ID:  <202002081903.018J3GTP072327@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Feb  8 19:03:16 2020
New Revision: 525582
URL: https://svnweb.freebsd.org/changeset/ports/525582

Log:
  Relax USES=python
  
  - Update version requirement of RUN_DEPENDS

Modified:
  head/www/py-django-bulk-update/Makefile

Modified: head/www/py-django-bulk-update/Makefile
==============================================================================
--- head/www/py-django-bulk-update/Makefile	Sat Feb  8 19:03:11 2020	(r525581)
+++ head/www/py-django-bulk-update/Makefile	Sat Feb  8 19:03:16 2020	(r525582)
@@ -12,10 +12,10 @@ COMMENT=	Bulk update using a single query over Django 
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR}
 
-USES=		python:-3.4
-USE_PYTHON=	autoplist distutils
+USES=		python
+USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002081903.018J3GTP072327>