git: d8495b59b7b8 - main - devel/py-nbformat: Prevent conflicts by not installing tests
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 15 Oct 2022 06:36:10 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=d8495b59b7b816819070d2c8cb3acbe5b815ad7b commit d8495b59b7b816819070d2c8cb3acbe5b815ad7b Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-15 06:28:27 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-15 06:36:08 +0000 devel/py-nbformat: 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-nbformat/Makefile | 2 +- devel/py-nbformat/files/setup.py | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/devel/py-nbformat/Makefile b/devel/py-nbformat/Makefile index 53c6b0fa0acb..d8500e371ecf 100644 --- a/devel/py-nbformat/Makefile +++ b/devel/py-nbformat/Makefile @@ -1,6 +1,6 @@ PORTNAME= nbformat PORTVERSION= 5.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-nbformat/files/setup.py b/devel/py-nbformat/files/setup.py index d50fbf6e8916..f97c8c30a1b2 100644 --- a/devel/py-nbformat/files/setup.py +++ b/devel/py-nbformat/files/setup.py @@ -48,11 +48,6 @@ setup( 'nbformat.v2', 'nbformat.v3', 'nbformat.v4', - 'tests', - 'tests.v1', - 'tests.v2', - 'tests.v3', - 'tests.v4', ], package_data = { 'nbformat' : [