pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/frogmouth



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Sep 23 07:22:39 UTC 2025

Modified Files:
        pkgsrc/textproc/frogmouth: Makefile PLIST

Log Message:
frogmouth: fix PLIST for latest poetry-core and depend on it


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/frogmouth/Makefile \
    pkgsrc/textproc/frogmouth/PLIST

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

Modified files:

Index: pkgsrc/textproc/frogmouth/Makefile
diff -u pkgsrc/textproc/frogmouth/Makefile:1.1 pkgsrc/textproc/frogmouth/Makefile:1.2
--- pkgsrc/textproc/frogmouth/Makefile:1.1      Mon Aug 12 10:07:30 2024
+++ pkgsrc/textproc/frogmouth/Makefile  Tue Sep 23 07:22:38 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2024/08/12 10:07:30 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2025/09/23 07:22:38 wiz Exp $
 
 DISTNAME=      frogmouth-0.9.2
+PKGREVISION=   1
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_PYPI:=f/frogmouth/}
 
@@ -9,7 +10,7 @@ HOMEPAGE=      https://github.com/Textualize/
 COMMENT=       Markdown browser for your terminal
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
 DEPENDS+=      ${PYPKGPREFIX}-textual>=0.43.0:../../comms/py-textual
 DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.5.0:../../devel/py-typing-extensions
 DEPENDS+=      ${PYPKGPREFIX}-httpx>=0.24.1:../../www/py-httpx
Index: pkgsrc/textproc/frogmouth/PLIST
diff -u pkgsrc/textproc/frogmouth/PLIST:1.1 pkgsrc/textproc/frogmouth/PLIST:1.2
--- pkgsrc/textproc/frogmouth/PLIST:1.1 Mon Aug 12 10:07:30 2024
+++ pkgsrc/textproc/frogmouth/PLIST     Tue Sep 23 07:22:38 2025
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.1 2024/08/12 10:07:30 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/09/23 07:22:38 wiz Exp $
 bin/frogmouth-${PYVERSSUFFIX}
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/frogmouth/__init__.py
 ${PYSITELIB}/frogmouth/__init__.pyc
 ${PYSITELIB}/frogmouth/__init__.pyo



Home | Main Index | Thread Index | Old Index