aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:31:20 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-07-31 16:40:01 +0000
commit396264401077bb1035e0aa484136cc89271cd8d0 (patch)
treed38e4fa948ba74aee70f6951b7b654621b3ebe98
parentbb09a0f65bd100f0d1c123050eed55f35a28c1d5 (diff)
downloadports-396264401077bb1035e0aa484136cc89271cd8d0.tar.gz
ports-396264401077bb1035e0aa484136cc89271cd8d0.zip
devel/py-ipdb: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-ipdb/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-ipdb/Makefile b/devel/py-ipdb/Makefile
index e425e852cc50..40f60d772b4d 100644
--- a/devel/py-ipdb/Makefile
+++ b/devel/py-ipdb/Makefile
@@ -1,5 +1,6 @@
PORTNAME= ipdb
PORTVERSION= 0.13.13
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,11 +12,13 @@ WWW= https://github.com/gotcha/ipdb
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING.txt
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}decorator>=0:devel/py-decorator@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython>=7.31.1:devel/ipython@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes