pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-anytree



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Jan  8 21:21:40 UTC 2025

Modified Files:
        pkgsrc/devel/py-anytree: Makefile

Log Message:
py-anytree: require latest poetry-core


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-anytree/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-anytree/Makefile
diff -u pkgsrc/devel/py-anytree/Makefile:1.16 pkgsrc/devel/py-anytree/Makefile:1.17
--- pkgsrc/devel/py-anytree/Makefile:1.16       Sun Nov 19 13:53:32 2023
+++ pkgsrc/devel/py-anytree/Makefile    Wed Jan  8 21:21:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2023/11/19 13:53:32 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2025/01/08 21:21:39 wiz Exp $
 
 DISTNAME=      anytree-2.12.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/c0fec0de/an
 COMMENT=       Powerful and Lightweight Python Tree Data Structure
 LICENSE=       apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.0:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 
 USE_LANGUAGES= # none



Home | Main Index | Thread Index | Old Index