Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2022 03:15:37 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 0b72bba3953e - main - www/py-django-configurations: Update to 2.3.1
Message-ID:  <202201100315.20A3Fbvi073812@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by wen:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0b72bba3953e32faf4fdfa81c3c7c4b7050dae45

commit 0b72bba3953e32faf4fdfa81c3c7c4b7050dae45
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2022-01-10 03:13:49 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2022-01-10 03:13:49 +0000

    www/py-django-configurations: Update to 2.3.1
---
 www/py-django-configurations/Makefile | 11 ++++++-----
 www/py-django-configurations/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/www/py-django-configurations/Makefile b/www/py-django-configurations/Makefile
index f785497d56b2..0e105d809983 100644
--- a/www/py-django-configurations/Makefile
+++ b/www/py-django-configurations/Makefile
@@ -1,8 +1,7 @@
 # Created by: Tom Judge <tj@FreeBSD.org>
 
 PORTNAME=	django-configurations
-PORTVERSION=	2.2
-PORTREVISION=	1
+PORTVERSION=	2.3.1
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,11 +12,12 @@ COMMENT=	Django project configuration using the composability of Python classes
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
 
-USES=		python:3.5+
+USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
@@ -25,7 +25,8 @@ NO_ARCH=	yes
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
-DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=1.4,1:textproc/py-sphinx@${PY_FLAVOR}
+DOCS_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sphinx>=1.4,1:textproc/py-sphinx@${PY_FLAVOR} \
+			${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>=0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR}
 DOCS_VARS=		PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
 
 post-install-DOCS-on:
diff --git a/www/py-django-configurations/distinfo b/www/py-django-configurations/distinfo
index 5a3e10ca991c..841e59443927 100644
--- a/www/py-django-configurations/distinfo
+++ b/www/py-django-configurations/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1581415325
-SHA256 (django-configurations-2.2.tar.gz) = 9e3bcea1355ac50a4c9f854f751d214cb17e5f8adf18405a4488d0a1e8945915
-SIZE (django-configurations-2.2.tar.gz) = 44673
+TIMESTAMP = 1641783252
+SHA256 (django-configurations-2.3.1.tar.gz) = e2ca25530e184f0ee3b7f5ae69563461a93a8914493306ee0bf6d71e7d8ad1d0
+SIZE (django-configurations-2.3.1.tar.gz) = 42396



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