pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-exceptiongroup



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Mar  2 09:01:44 UTC 2025

Modified Files:
        pkgsrc/devel/py-exceptiongroup: Makefile PLIST

Log Message:
py-exceptiongroup: fix for latest py-flit_core and depend on it

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/py-exceptiongroup/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-exceptiongroup/PLIST

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

Modified files:

Index: pkgsrc/devel/py-exceptiongroup/Makefile
diff -u pkgsrc/devel/py-exceptiongroup/Makefile:1.14 pkgsrc/devel/py-exceptiongroup/Makefile:1.15
--- pkgsrc/devel/py-exceptiongroup/Makefile:1.14        Fri Jul 19 08:16:29 2024
+++ pkgsrc/devel/py-exceptiongroup/Makefile     Sun Mar  2 09:01:43 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2024/07/19 08:16:29 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/03/02 09:01:43 wiz Exp $
 
 DISTNAME=      exceptiongroup-1.2.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=e/exceptiongroup/}
 
@@ -10,6 +11,7 @@ HOMEPAGE=     https://github.com/agronholm/e
 COMMENT=       Backport of PEP 654 (exception groups)
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.11:../../devel/py-flit_core
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_scm-[0-9]*:../../devel/py-flit_scm
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-exceptiongroup/PLIST
diff -u pkgsrc/devel/py-exceptiongroup/PLIST:1.3 pkgsrc/devel/py-exceptiongroup/PLIST:1.4
--- pkgsrc/devel/py-exceptiongroup/PLIST:1.3    Wed Nov 22 12:59:23 2023
+++ pkgsrc/devel/py-exceptiongroup/PLIST        Sun Mar  2 09:01:43 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.3 2023/11/22 12:59:23 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+@comment $NetBSD: PLIST,v 1.4 2025/03/02 09:01:43 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
 ${PYSITELIB}/exceptiongroup/__init__.py
 ${PYSITELIB}/exceptiongroup/__init__.pyc
 ${PYSITELIB}/exceptiongroup/__init__.pyo



Home | Main Index | Thread Index | Old Index