git: a29a7ed8df6a - main - devel/py-pyls-black: Change to PEP517
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 08:44:24 UTC
The branch main has been updated by rhurlin: URL: https://cgit.FreeBSD.org/ports/commit/?id=a29a7ed8df6a96433e8a83dd5aa233054c99d5b8 commit a29a7ed8df6a96433e8a83dd5aa233054c99d5b8 Author: Rainer Hurling <rhurlin@FreeBSD.org> AuthorDate: 2023-01-14 08:41:57 +0000 Commit: Rainer Hurling <rhurlin@FreeBSD.org> CommitDate: 2023-01-14 08:41:57 +0000 devel/py-pyls-black: Change to PEP517 --- devel/py-pyls-black/Makefile | 4 ++-- 1 file 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