pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/duplicity



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

Modified Files:
        pkgsrc/sysutils/duplicity: Makefile PLIST

Log Message:
duplicity: adapt for setuptools 78

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 pkgsrc/sysutils/duplicity/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/duplicity/PLIST

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

Modified files:

Index: pkgsrc/sysutils/duplicity/Makefile
diff -u pkgsrc/sysutils/duplicity/Makefile:1.73 pkgsrc/sysutils/duplicity/Makefile:1.74
--- pkgsrc/sysutils/duplicity/Makefile:1.73     Mon Nov 11 07:28:58 2024
+++ pkgsrc/sysutils/duplicity/Makefile  Fri Apr 25 11:03:07 2025
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.73 2024/11/11 07:28:58 wiz Exp $
+# $NetBSD: Makefile,v 1.74 2025/04/25 11:03:07 wiz Exp $
 
 DISTNAME=      duplicity-3.0.2
+PKGREVISION=   1
 CATEGORIES=    sysutils net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/duplicity/}
 
@@ -11,7 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 USE_PKGLOCALEDIR=      yes
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=44.1.1:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=5.0.2:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
 

Index: pkgsrc/sysutils/duplicity/PLIST
diff -u pkgsrc/sysutils/duplicity/PLIST:1.22 pkgsrc/sysutils/duplicity/PLIST:1.23
--- pkgsrc/sysutils/duplicity/PLIST:1.22        Tue Jul  9 08:08:32 2024
+++ pkgsrc/sysutils/duplicity/PLIST     Fri Apr 25 11:03:07 2025
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.22 2024/07/09 08:08:32 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.23 2025/04/25 11:03:07 wiz Exp $
 bin/duplicity
-${PYSITELIB}/${WHEEL_INFODIR}/AUTHORS.md
-${PYSITELIB}/${WHEEL_INFODIR}/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
 ${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/AUTHORS.md
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/duplicity/__init__.py
 ${PYSITELIB}/duplicity/__init__.pyc



Home | Main Index | Thread Index | Old Index