pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms/py-term-background



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr 15 15:43:16 UTC 2025

Modified Files:
        pkgsrc/comms/py-term-background: Makefile PLIST

Log Message:
Fix PLIST after py-setuptools update; bump depends and revision


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/comms/py-term-background/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/comms/py-term-background/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-term-background/Makefile
diff -u pkgsrc/comms/py-term-background/Makefile:1.2 pkgsrc/comms/py-term-background/Makefile:1.3
--- pkgsrc/comms/py-term-background/Makefile:1.2        Mon Nov 11 07:27:54 2024
+++ pkgsrc/comms/py-term-background/Makefile    Tue Apr 15 15:43:15 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2024/11/11 07:27:54 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/04/15 15:43:15 adam Exp $
 
 DISTNAME=      term-background-1.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    comms python
 # No source distfile on PyPI
 #MASTER_SITES= ${MASTER_SITE_PYPI:=t/term-background/}
@@ -15,11 +16,9 @@ LICENSE=     gnu-gpl-v2
 
 WRKSRC=                ${WRKDIR}/shell-${DISTNAME}
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/comms/py-term-background/PLIST
diff -u pkgsrc/comms/py-term-background/PLIST:1.1 pkgsrc/comms/py-term-background/PLIST:1.2
--- pkgsrc/comms/py-term-background/PLIST:1.1   Sat Mar 23 06:48:41 2024
+++ pkgsrc/comms/py-term-background/PLIST       Tue Apr 15 15:43:15 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2024/03/23 06:48:41 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/COPYING
+@comment $NetBSD: PLIST,v 1.2 2025/04/15 15:43:15 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/term_background/__init__.py
 ${PYSITELIB}/term_background/__init__.pyc



Home | Main Index | Thread Index | Old Index