summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Hurling <rhurlin@FreeBSD.org>2023-01-14 09:41:57 +0100
committerRainer Hurling <rhurlin@FreeBSD.org>2023-01-14 09:41:57 +0100
commita29a7ed8df6a96433e8a83dd5aa233054c99d5b8 (patch)
tree1e5cb8fe7e3c43bb29b0bf7a41bb9abecfb7da88
parentdevel/py-pyls-black: Use python-lsp-server (diff)
devel/py-pyls-black: Change to PEP517
-rw-r--r--devel/py-pyls-black/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pyls-black/Makefile b/devel/py-pyls-black/Makefile
index ecf13fcf6ce9..f77ddab95d25 100644
--- a/devel/py-pyls-black/Makefile
+++ b/devel/py-pyls-black/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pyls-black
PORTVERSION= 0.4.7
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>0:devel/py-black@${PY_FLAVOR}
# No tests because they are not in the release tarball
USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
+USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes