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:           Sat Oct 18 16:06:08 UTC 2025

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

Log Message:
py-jrnl: fix PLIST with latest poetry-core and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/py-jrnl/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/py-jrnl/PLIST

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.13 pkgsrc/time/py-jrnl/Makefile:1.14
--- pkgsrc/time/py-jrnl/Makefile:1.13   Thu Oct  9 08:01:59 2025
+++ pkgsrc/time/py-jrnl/Makefile        Sat Oct 18 16:06:08 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.13 2025/10/09 08:01:59 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2025/10/18 16:06:08 wiz Exp $
 
 DISTNAME=      jrnl-4.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    time python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jrnl/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://jrnl.sh/
 COMMENT=       Command line journal application
 LICENSE=       gnu-gpl-v3
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-colorama>=0.4:../../comms/py-colorama
 DEPENDS+=      ${PYPKGPREFIX}-cryptography>=3.0:../../security/py-cryptography
 DEPENDS+=      ${PYPKGPREFIX}-dateutil>=2.8:../../time/py-dateutil

Index: pkgsrc/time/py-jrnl/PLIST
diff -u pkgsrc/time/py-jrnl/PLIST:1.3 pkgsrc/time/py-jrnl/PLIST:1.4
--- pkgsrc/time/py-jrnl/PLIST:1.3       Fri Nov 22 18:29:48 2024
+++ pkgsrc/time/py-jrnl/PLIST   Sat Oct 18 16:06:08 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.3 2024/11/22 18:29:48 leot Exp $
+@comment $NetBSD: PLIST,v 1.4 2025/10/18 16:06:08 wiz Exp $
 bin/jrnl-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
 ${PYSITELIB}/jrnl/__init__.py
 ${PYSITELIB}/jrnl/__init__.pyc
 ${PYSITELIB}/jrnl/__init__.pyo



Home | Main Index | Thread Index | Old Index