pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-rich



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 22 07:38:45 UTC 2025

Modified Files:
        pkgsrc/comms/py-rich: Makefile PLIST

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


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/comms/py-rich/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/comms/py-rich/PLIST

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

Modified files:

Index: pkgsrc/comms/py-rich/Makefile
diff -u pkgsrc/comms/py-rich/Makefile:1.53 pkgsrc/comms/py-rich/Makefile:1.54
--- pkgsrc/comms/py-rich/Makefile:1.53  Sun Jul 27 09:35:55 2025
+++ pkgsrc/comms/py-rich/Makefile       Mon Sep 22 07:38:44 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.53 2025/07/27 09:35:55 wiz Exp $
+# $NetBSD: Makefile,v 1.54 2025/09/22 07:38:44 wiz Exp $
 
 DISTNAME=      rich-14.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    comms python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rich/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/willmcgugan
 COMMENT=       Render rich text, tables, progress bars, syntax highlighting
 LICENSE=       mit
 
-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}-markdown-it-py>=2.2.0:../../textproc/py-markdown-it-py
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.14.0:../../textproc/py-pygments
 

Index: pkgsrc/comms/py-rich/PLIST
diff -u pkgsrc/comms/py-rich/PLIST:1.10 pkgsrc/comms/py-rich/PLIST:1.11
--- pkgsrc/comms/py-rich/PLIST:1.10     Sat Oct 28 19:56:55 2023
+++ pkgsrc/comms/py-rich/PLIST  Mon Sep 22 07:38:44 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.10 2023/10/28 19:56:55 wiz Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.11 2025/09/22 07:38:44 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/rich/__init__.py
 ${PYSITELIB}/rich/__init__.pyc
 ${PYSITELIB}/rich/__init__.pyo



Home | Main Index | Thread Index | Old Index