diff options
Diffstat (limited to 'devel/pymsteams/Makefile')
| -rw-r--r-- | devel/pymsteams/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/pymsteams/Makefile b/devel/pymsteams/Makefile index 600178574c16..8d9144bade2a 100644 --- a/devel/pymsteams/Makefile +++ b/devel/pymsteams/Makefile @@ -1,6 +1,5 @@ PORTNAME= pymsteams -DISTVERSION= 0.2.2 -PORTREVISION= 1 +DISTVERSION= 0.2.5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,11 +10,14 @@ WWW= https://pypi.org/project/pymsteams/ LICENSE= APACHE20 +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.20.0:www/py-requests@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}httpx>=0.18.2:www/py-httpx@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}httpx>=0.28.1:www/py-httpx@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |
