Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Aug 2023 09:31:09 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c8d5164d4ce4 - main - www/py-django-allauth: Update to 0.55.0
Message-ID:  <202308260931.37Q9V9xT090796@gitrepo.freebsd.org>

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

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

commit c8d5164d4ce434031293e326960e46336a98d3ed
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-08-26 09:27:57 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-08-26 09:27:57 +0000

    www/py-django-allauth: Update to 0.55.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/pennersr/django-allauth/blob/master/ChangeLog.rst
---
 www/py-django-allauth/Makefile | 10 ++++++----
 www/py-django-allauth/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/www/py-django-allauth/Makefile b/www/py-django-allauth/Makefile
index e3600fd90ff1..56490de3001f 100644
--- a/www/py-django-allauth/Makefile
+++ b/www/py-django-allauth/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	django-allauth
-PORTVERSION=	0.54.0
+PORTVERSION=	0.55.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,14 +12,16 @@ WWW=		https://www.intenct.nl/projects/django-allauth/ \
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=2.0:www/py-django32@${PY_FLAVOR} \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}django32>=3.1:www/py-django32@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyjwt>=1.7:www/py-pyjwt@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}python3-openid>=3.0.8:security/py-python3-openid@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}requests>=2.0.0:www/py-requests@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.3.0:www/py-requests-oauthlib@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-django-allauth/distinfo b/www/py-django-allauth/distinfo
index 4176f7152e64..c7c246970ace 100644
--- a/www/py-django-allauth/distinfo
+++ b/www/py-django-allauth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1680726218
-SHA256 (django-allauth-0.54.0.tar.gz) = 120e265f802b65738899c6cb627b827fde46a4d03067034c633f516c2adf3e3e
-SIZE (django-allauth-0.54.0.tar.gz) = 737122
+TIMESTAMP = 1692812449
+SHA256 (django-allauth-0.55.0.tar.gz) = 6b9dee8bbfa4b9e4c346a1cda3b880c230c98fbe71253d7c48ae0df0d86a2642
+SIZE (django-allauth-0.55.0.tar.gz) = 780478



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