diff options
Diffstat (limited to 'net-im/py-slackeventsapi')
-rw-r--r-- | net-im/py-slackeventsapi/Makefile | 10 | ||||
-rw-r--r-- | net-im/py-slackeventsapi/distinfo | 6 | ||||
-rw-r--r-- | net-im/py-slackeventsapi/files/patch-setup.py | 11 |
3 files changed, 9 insertions, 18 deletions
diff --git a/net-im/py-slackeventsapi/Makefile b/net-im/py-slackeventsapi/Makefile index e61b39812fd5..7edf7432768b 100644 --- a/net-im/py-slackeventsapi/Makefile +++ b/net-im/py-slackeventsapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= slackeventsapi -PORTVERSION= 3.0.1 +PORTVERSION= 3.0.3 CATEGORIES= net-im python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +11,13 @@ WWW= https://github.com/slackapi/python-slack-events-api LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask>=2:www/py-flask@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyee>=8:devel/py-pyee@${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}flask>=2<4:www/py-flask@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyee11>=8<12:devel/py-pyee11@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/net-im/py-slackeventsapi/distinfo b/net-im/py-slackeventsapi/distinfo index b4287810154c..3d5f1556706c 100644 --- a/net-im/py-slackeventsapi/distinfo +++ b/net-im/py-slackeventsapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1708448844 -SHA256 (slackeventsapi-3.0.1.tar.gz) = 24f8e843a60118b08368161105bae8a998801202f85782239d48f8635e2ead58 -SIZE (slackeventsapi-3.0.1.tar.gz) = 7309 +TIMESTAMP = 1725559879 +SHA256 (slackeventsapi-3.0.3.tar.gz) = 3277b66893bd16f3684b38d860b1fd42af6eca64060c5b7d1f50afbc49eb3b23 +SIZE (slackeventsapi-3.0.3.tar.gz) = 7340 diff --git a/net-im/py-slackeventsapi/files/patch-setup.py b/net-im/py-slackeventsapi/files/patch-setup.py deleted file mode 100644 index 0c965be1a65a..000000000000 --- a/net-im/py-slackeventsapi/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-11-30 08:16:52 UTC -+++ setup.py -@@ -34,7 +34,7 @@ setup(name='slackeventsapi', - long_description_content_type='text/x-rst', - long_description=long_description, - install_requires=[ -- 'flask>=2,<3', -+ 'flask>=2', - 'pyee>=8', - ], - classifiers=[ |