git: 76670f6a4f84 - main - devel/py-black: Prevent conflicts by not installing tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Oct 2022 06:36:12 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=76670f6a4f8400c18f480f8b92dbf25cdc07eeea commit 76670f6a4f8400c18f480f8b92dbf25cdc07eeea Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-15 06:35:07 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-15 06:36:08 +0000 devel/py-black: Prevent conflicts by not installing tests It was installing the file site-packages/tests/__init__.py among others. Approved by: portmgr (fix conflict) --- devel/py-black/Makefile | 1 + devel/py-black/files/setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-black/Makefile b/devel/py-black/Makefile index 93b8b6f3b05e..39eb1814eb3c 100644 --- a/devel/py-black/Makefile +++ b/devel/py-black/Makefile @@ -1,5 +1,6 @@ PORTNAME= black PORTVERSION= 22.10.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-black/files/setup.py b/devel/py-black/files/setup.py index ffc921fbadbc..b72ba2fa96e0 100644 --- a/devel/py-black/files/setup.py +++ b/devel/py-black/files/setup.py @@ -59,6 +59,5 @@ setup( 'src.blackd', 'src.blib2to3', 'src.blib2to3.pgen2', - 'tests', ], )