Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2022 09:18:31 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: fbec0a1a90cb - main - devel/py-pathspec: Remove duplicate BUILD_DEPENDS
Message-ID:  <202212300918.2BU9IVqF027189@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=fbec0a1a90cb1d446149624e9a61e299b3080f24

commit fbec0a1a90cb1d446149624e9a61e299b3080f24
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:54:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:06:28 +0000

    devel/py-pathspec: Remove duplicate BUILD_DEPENDS
    
    devel/py-setuptools (the latest version in the tree) is already added via Mk/Uses/python.mk (around line 593).
    
    With hat:       python
---
 devel/py-pathspec/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/devel/py-pathspec/Makefile b/devel/py-pathspec/Makefile
index 0a74aa2b6127..2a7aee29efb4 100644
--- a/devel/py-pathspec/Makefile
+++ b/devel/py-pathspec/Makefile
@@ -11,7 +11,6 @@ WWW=		https://pypi.org/project/pathspec/
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=40.8.0:devel/py-setuptools@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR}
 
 USES=		python:3.7+



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202212300918.2BU9IVqF027189>