Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2024 00:01:59 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: 5fea95bcf9c4 - main - www/py-channels: Update to 4.1.0
Message-ID:  <202404060001.43601x3V077003@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=5fea95bcf9c48056354cac8c10b77f8342d8a3e0

commit 5fea95bcf9c48056354cac8c10b77f8342d8a3e0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 23:58:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 23:58:19 +0000

    www/py-channels: Update to 4.1.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/django/channels/blob/main/CHANGELOG.txt
                    https://github.com/django/channels/tree/main/docs/releases
                    https://channels.readthedocs.io/en/latest/releases/index.html
---
 www/py-channels/Makefile | 10 ++++++----
 www/py-channels/distinfo |  6 +++---
 2 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/www/py-channels/Makefile b/www/py-channels/Makefile
index 6b674b6e0989..44915164c870 100644
--- a/www/py-channels/Makefile
+++ b/www/py-channels/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	channels
-PORTVERSION=	4.0.0
+PORTVERSION=	4.1.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,11 +12,13 @@ WWW=		https://channels.readthedocs.io/en/latest/ \
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgiref>=3.5.0<4:www/py-asgiref@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}django32>=3.2:www/py-django32@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}asgiref>=3.6.0<4:www/py-asgiref@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-channels/distinfo b/www/py-channels/distinfo
index 5b1a85e8267d..f206d36ae277 100644
--- a/www/py-channels/distinfo
+++ b/www/py-channels/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1696904100
-SHA256 (channels-4.0.0.tar.gz) = 0ce53507a7da7b148eaa454526e0e05f7da5e5d1c23440e4886cf146981d8420
-SIZE (channels-4.0.0.tar.gz) = 24446
+TIMESTAMP = 1712330625
+SHA256 (channels-4.1.0.tar.gz) = e0ed375719f5c1851861f05ed4ce78b0166f9245ca0ecd836cb77d4bb531489d
+SIZE (channels-4.1.0.tar.gz) = 26132



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