diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:04:16 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-13 14:04:16 +0000 |
commit | ca251b67ab81418cfc91ac8d44c5ff5e96c6436d (patch) | |
tree | d0cab264dfc0c587c6540c50634cc9b84c9828d2 | |
parent | c617e9d53c3abd83b77fecbc559c7904f878eea8 (diff) | |
download | ports-ca251b67ab81418cfc91ac8d44c5ff5e96c6436d.tar.gz ports-ca251b67ab81418cfc91ac8d44c5ff5e96c6436d.zip |
net/py-errbot: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r-- | net/py-errbot/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/py-errbot/Makefile b/net/py-errbot/Makefile index e768d1e80202..c2df5bd93797 100644 --- a/net/py-errbot/Makefile +++ b/net/py-errbot/Makefile @@ -1,5 +1,6 @@ PORTNAME= errbot PORTVERSION= 6.2.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,8 @@ WWW= https://errbot.readthedocs.io/en/latest/ \ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0.3.6:devel/py-ansi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorlog>=6.7.0:devel/py-colorlog@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}daemonize>=2.5.0:devel/py-daemonize@${PY_FLAVOR} \ @@ -26,7 +29,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ansi>=0.3.6:devel/py-ansi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}webtest>=3.0.0:www/py-webtest@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes |