pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/todoman



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Apr 25 11:33:11 UTC 2025

Modified Files:
        pkgsrc/misc/todoman: Makefile PLIST

Log Message:
todoman: adapt for setuptools 78

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/misc/todoman/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/misc/todoman/PLIST

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

Modified files:

Index: pkgsrc/misc/todoman/Makefile
diff -u pkgsrc/misc/todoman/Makefile:1.34 pkgsrc/misc/todoman/Makefile:1.35
--- pkgsrc/misc/todoman/Makefile:1.34   Mon Nov 11 07:28:45 2024
+++ pkgsrc/misc/todoman/Makefile        Fri Apr 25 11:33:10 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2024/11/11 07:28:45 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2025/04/25 11:33:10 wiz Exp $
 
 DISTNAME=              todoman-4.0.0
 PKGREVISION=           4
@@ -12,7 +12,7 @@ HOMEPAGE=     https://github.com/pimutils/to
 COMMENT=       Simple CalDav-based todo manager
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-atomicwrites-[0-9]*:../../devel/py-atomicwrites
 DEPENDS+=      ${PYPKGPREFIX}-click>=7.0:../../devel/py-click

Index: pkgsrc/misc/todoman/PLIST
diff -u pkgsrc/misc/todoman/PLIST:1.9 pkgsrc/misc/todoman/PLIST:1.10
--- pkgsrc/misc/todoman/PLIST:1.9       Sat Aug 10 15:55:21 2024
+++ pkgsrc/misc/todoman/PLIST   Fri Apr 25 11:33:10 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.9 2024/08/10 15:55:21 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2025/04/25 11:33:10 wiz Exp $
 bin/todo
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.rst
-${PYSITELIB}/${WHEEL_INFODIR}/LICENCE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENCE
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/todoman/__init__.py
 ${PYSITELIB}/todoman/__init__.pyc



Home | Main Index | Thread Index | Old Index