Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 15:04:51 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r530680 - head/www/py-django-configurations
Message-ID:  <202004041504.034F4p6I034109@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Sat Apr  4 15:04:50 2020
New Revision: 530680
URL: https://svnweb.freebsd.org/changeset/ports/530680

Log:
  - Switch depends on django22
  - Switch to python3

Modified:
  head/www/py-django-configurations/Makefile

Modified: head/www/py-django-configurations/Makefile
==============================================================================
--- head/www/py-django-configurations/Makefile	Sat Apr  4 14:46:59 2020	(r530679)
+++ head/www/py-django-configurations/Makefile	Sat Apr  4 15:04:50 2020	(r530680)
@@ -3,6 +3,7 @@
 
 PORTNAME=	django-configurations
 PORTVERSION=	2.2
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,10 +15,10 @@ LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django111>=1.11:www/py-django111@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
-USES=		python
+USES=		python:3.5+
 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?202004041504.034F4p6I034109>