Skip to content

Commit

Permalink
www/py-channels: Update to 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 5, 2024
1 parent 619405e commit 5fea95b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions 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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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

0 comments on commit 5fea95b

Please sign in to comment.