pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/py-jrnl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug  2 13:29:11 UTC 2024

Modified Files:
        pkgsrc/time/py-jrnl: Makefile

Log Message:
py-jrnl: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/py-jrnl/Makefile

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

Modified files:

Index: pkgsrc/time/py-jrnl/Makefile
diff -u pkgsrc/time/py-jrnl/Makefile:1.8 pkgsrc/time/py-jrnl/Makefile:1.9
--- pkgsrc/time/py-jrnl/Makefile:1.8    Sun Jul 28 10:01:33 2024
+++ pkgsrc/time/py-jrnl/Makefile        Fri Aug  2 13:29:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/07/28 10:01:33 leot Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/02 13:29:11 wiz Exp $
 
 DISTNAME=      jrnl-4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://jrnl.sh/
 COMMENT=       Command line journal application
 LICENSE=       gnu-gpl-v3
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=0:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.4.0:../../comms/py-colorama
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=3.0:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.8:../../time/py-dateutil
@@ -24,8 +25,6 @@ USE_LANGUAGES=        # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39        # Python 3.10 or newer
 
-USE_PKG_RESOURCES=     yes
-
 post-install:
        ${MV} ${DESTDIR}${PREFIX}/bin/jrnl ${DESTDIR}${PREFIX}/bin/jrnl-${PYVERSSUFFIX} || ${TRUE}
 



Home | Main Index | Thread Index | Old Index