diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-10-16 15:18:53 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2023-10-16 15:59:49 +0000 |
commit | aabfd2b67c03bac306e9c881df476d07a90fe13b (patch) | |
tree | 1bff12a98a1684f7bfe4922cf15c05c2c657ef5e | |
parent | 5112363e973d888be8fdf3e05bbe8c3c20a1b7b8 (diff) |
devel/py-python-engineio: Update to 4.8.0
- Convert to USE_PYTHON=pep517
Changes: https://github.com/miguelgrinberg/python-engineio/releases
https://github.com/miguelgrinberg/python-engineio/blob/main/CHANGES.md
-rw-r--r-- | devel/py-python-engineio/Makefile | 6 | ||||
-rw-r--r-- | devel/py-python-engineio/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/devel/py-python-engineio/Makefile b/devel/py-python-engineio/Makefile index 114eb689ac03..58b52492f98f 100644 --- a/devel/py-python-engineio/Makefile +++ b/devel/py-python-engineio/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-engineio -PORTVERSION= 4.7.1 +PORTVERSION= 4.8.0 CATEGORIES= devel net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ WWW= https://github.com/miguelgrinberg/python-engineio LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.2:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simple-websocket>=0.10.0:www/py-simple-websocket@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-python-engineio/distinfo b/devel/py-python-engineio/distinfo index 84c538925266..b49fcbfcb219 100644 --- a/devel/py-python-engineio/distinfo +++ b/devel/py-python-engineio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1695143329 -SHA256 (python-engineio-4.7.1.tar.gz) = a8422e345cd9a21451303380b160742ff02197975b1c3a02cef115febe2b1b20 -SIZE (python-engineio-4.7.1.tar.gz) = 44115 +TIMESTAMP = 1697463112 +SHA256 (python-engineio-4.8.0.tar.gz) = 2a32585d8fecd0118264fe0c39788670456ca9aa466d7c026d995cfff68af164 +SIZE (python-engineio-4.8.0.tar.gz) = 88626 |