pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-tinydb



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug  8 18:03:02 UTC 2026

Modified Files:
        pkgsrc/databases/py-tinydb: Makefile

Log Message:
py-tinydb: fix tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/py-tinydb/Makefile

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

Modified files:

Index: pkgsrc/databases/py-tinydb/Makefile
diff -u pkgsrc/databases/py-tinydb/Makefile:1.9 pkgsrc/databases/py-tinydb/Makefile:1.10
--- pkgsrc/databases/py-tinydb/Makefile:1.9     Fri Aug  7 09:14:19 2026
+++ pkgsrc/databases/py-tinydb/Makefile Sat Aug  8 18:03:02 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2026/08/07 09:14:19 adam Exp $
+# $NetBSD: Makefile,v 1.10 2026/08/08 18:03:02 wiz Exp $
 
 DISTNAME=      tinydb-4.9.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/msiemens/ti
 COMMENT=       Tiny, document oriented database optimized for your happiness
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry>=2.1.4nb1:../../devel/py-poetry
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index