pkgsrc-Changes archive

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

CVS commit: pkgsrc/parallel/py-billiard



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Apr 14 11:52:37 UTC 2025

Modified Files:
        pkgsrc/parallel/py-billiard: 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.25 -r1.26 pkgsrc/parallel/py-billiard/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/parallel/py-billiard/PLIST

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

Modified files:

Index: pkgsrc/parallel/py-billiard/Makefile
diff -u pkgsrc/parallel/py-billiard/Makefile:1.25 pkgsrc/parallel/py-billiard/Makefile:1.26
--- pkgsrc/parallel/py-billiard/Makefile:1.25   Mon Nov 11 07:28:52 2024
+++ pkgsrc/parallel/py-billiard/Makefile        Mon Apr 14 11:52:37 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.25 2024/11/11 07:28:52 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/04/14 11:52:37 adam Exp $
 
 DISTNAME=      billiard-4.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    parallel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=b/billiard/}
 
@@ -10,7 +11,7 @@ HOMEPAGE=     https://github.com/celery/bill
 COMMENT=       Python multiprocessing fork with improvements and bugfixes
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/parallel/py-billiard/PLIST
diff -u pkgsrc/parallel/py-billiard/PLIST:1.8 pkgsrc/parallel/py-billiard/PLIST:1.9
--- pkgsrc/parallel/py-billiard/PLIST:1.8       Thu Jan 25 11:16:11 2024
+++ pkgsrc/parallel/py-billiard/PLIST   Mon Apr 14 11:52:37 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.8 2024/01/25 11:16:11 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
+@comment $NetBSD: PLIST,v 1.9 2025/04/14 11:52:37 adam Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/billiard/__init__.py
 ${PYSITELIB}/billiard/__init__.pyc



Home | Main Index | Thread Index | Old Index