aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:13:52 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-08 20:16:55 +0000
commitfd0d11404cf1734dbac296f369153268822cf994 (patch)
treef12edc825e574980e6ad0920b1187a7b81b9fd4e
parent370e0461f215b0e6634b3e620c8719205f89f680 (diff)
downloadports-fd0d11404cf1734dbac296f369153268822cf994.tar.gz
ports-fd0d11404cf1734dbac296f369153268822cf994.zip
devel/py-gitless: Convert to USE_PYTHON=pep517
- Bump PORTREVISION for package change
-rw-r--r--devel/py-gitless/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/py-gitless/Makefile b/devel/py-gitless/Makefile
index ddc51364f65a..510846d68963 100644
--- a/devel/py-gitless/Makefile
+++ b/devel/py-gitless/Makefile
@@ -1,5 +1,6 @@
PORTNAME= gitless
PORTVERSION= 0.8.8
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,8 @@ WWW= https://gitless.com/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= git:devel/git \
${PYTHON_PKGNAMEPREFIX}clint>=0.3.6:devel/py-clint@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pygit2>=0.28.2:devel/py-pygit2@${PY_FLAVOR} \
@@ -18,7 +21,7 @@ RUN_DEPENDS= git:devel/git \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>=0:devel/py-nose@${PY_FLAVOR}
USES= python
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes