svn commit: r519703 - head/devel/py-django-rq

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 10 17:11:16 UTC 2019


Author: sunpoet
Date: Tue Dec 10 17:11:15 2019
New Revision: 519703
URL: https://svnweb.freebsd.org/changeset/ports/519703

Log:
  Add PORTSCOUT

Modified:
  head/devel/py-django-rq/Makefile

Modified: head/devel/py-django-rq/Makefile
==============================================================================
--- head/devel/py-django-rq/Makefile	Tue Dec 10 17:11:10 2019	(r519702)
+++ head/devel/py-django-rq/Makefile	Tue Dec 10 17:11:15 2019	(r519703)
@@ -30,6 +30,9 @@ NO_ARCH=	yes
 
 CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}dj22-django-rq
 
+# django-rq 2.2.0+ requires Django 2.0+
+PORTSCOUT=	limit:^2\.1\.
+
 # https://github.com/rq/django-rq/blob/master/Makefile
 do-test:
 	cd ${WRKSRC} && coverage-${PYTHON_VER} run ${LOCALBASE}/bin/django-admin.py test django_rq --settings=django_rq.tests.settings --pythonpath=.


More information about the svn-ports-all mailing list