Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Sep 2023 20:47:13 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: dc921d9bfd89 - main - print/py-pydyf: Fix BUILD_DEPENDS
Message-ID:  <202309052047.385KlD4N009010@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=dc921d9bfd896292e497817a08eae676ef08a43a

commit dc921d9bfd896292e497817a08eae676ef08a43a
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-09-05 20:41:53 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-09-05 20:46:33 +0000

    print/py-pydyf: Fix BUILD_DEPENDS
    
    from pyproject.toml:
    [build-system]
    requires = ['flit_core >=3.2,<4']
    build-backend = 'flit_core.buildapi'
    
    Approved by:    portmgr (blanket)
    With hat:       python
    Reference:      https://github.com/CourtBouillon/pydyf/blob/v0.5.0/pyproject.toml#L1-L3
---
 print/py-pydyf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/print/py-pydyf/Makefile b/print/py-pydyf/Makefile
index 014bfb5c0c10..0dda8c89f8d9 100644
--- a/print/py-pydyf/Makefile
+++ b/print/py-pydyf/Makefile
@@ -11,7 +11,7 @@ WWW=		https://doc.courtbouillon.org/pydyf/
 
 LICENSE=	BSD
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit>=3.8.0:devel/py-flit@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flit-core>=3.2<4:devel/py-flit-core@${PY_FLAVOR}
 
 USES=		python
 USE_PYTHON=	pep517 autoplist



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