Skip to content

Commit 3523816

Browse files
committed
py-jrnl: fix PLIST with latest poetry-core and depend on it
Bump PKGREVISION.
1 parent 1a8cd98 commit 3523816

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

time/py-jrnl/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
# $NetBSD: Makefile,v 1.13 2025/10/09 08:01:59 wiz Exp $
1+
# $NetBSD: Makefile,v 1.14 2025/10/18 16:06:08 wiz Exp $
22

33
DISTNAME= jrnl-4.2.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5+
PKGREVISION= 1
56
CATEGORIES= time python
67
MASTER_SITES= ${MASTER_SITE_PYPI:=j/jrnl/}
78

@@ -10,7 +11,7 @@ HOMEPAGE= https://jrnl.sh/
1011
COMMENT= Command line journal application
1112
LICENSE= gnu-gpl-v3
1213

13-
TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=1.0.0:../../devel/py-poetry-core
14+
TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
1415
DEPENDS+= ${PYPKGPREFIX}-colorama>=0.4:../../comms/py-colorama
1516
DEPENDS+= ${PYPKGPREFIX}-cryptography>=3.0:../../security/py-cryptography
1617
DEPENDS+= ${PYPKGPREFIX}-dateutil>=2.8:../../time/py-dateutil

time/py-jrnl/PLIST

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
@comment $NetBSD: PLIST,v 1.3 2024/11/22 18:29:48 leot Exp $
1+
@comment $NetBSD: PLIST,v 1.4 2025/10/18 16:06:08 wiz Exp $
22
bin/jrnl-${PYVERSSUFFIX}
3-
${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.md
43
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
54
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
65
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
76
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
7+
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.md
88
${PYSITELIB}/jrnl/__init__.py
99
${PYSITELIB}/jrnl/__init__.pyc
1010
${PYSITELIB}/jrnl/__init__.pyo

0 commit comments

Comments
 (0)