pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-dulwich



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr 19 20:10:27 UTC 2025

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

Log Message:
py-dulwich: fix build with setuptools 78

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/devel/py-dulwich/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-dulwich/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-dulwich/Makefile
diff -u pkgsrc/devel/py-dulwich/Makefile:1.66 pkgsrc/devel/py-dulwich/Makefile:1.67
--- pkgsrc/devel/py-dulwich/Makefile:1.66       Mon Mar  3 08:38:31 2025
+++ pkgsrc/devel/py-dulwich/Makefile    Sat Apr 19 20:10:27 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.66 2025/03/03 08:38:31 adam Exp $
+# $NetBSD: Makefile,v 1.67 2025/04/19 20:10:27 wiz Exp $
 
 DISTNAME=      dulwich-0.22.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=d/dulwich/}
 
@@ -10,6 +11,7 @@ HOMEPAGE=     https://www.dulwich.io/
 COMMENT=       Python implementation of Git
 LICENSE=       apache-2.0 OR gnu-gpl-v2
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-rust-[0-9]*:../../devel/py-setuptools-rust
 DEPENDS+=      ${PYPKGPREFIX}-urllib3>=1.25:../../www/py-urllib3
 TEST_DEPENDS+= ${PYPKGPREFIX}-fastimport-[0-9]*:../../devel/py-fastimport

Index: pkgsrc/devel/py-dulwich/PLIST
diff -u pkgsrc/devel/py-dulwich/PLIST:1.30 pkgsrc/devel/py-dulwich/PLIST:1.31
--- pkgsrc/devel/py-dulwich/PLIST:1.30  Mon Mar  3 08:38:32 2025
+++ pkgsrc/devel/py-dulwich/PLIST       Sat Apr 19 20:10:27 2025
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.30 2025/03/03 08:38:32 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2025/04/19 20:10:27 wiz Exp $
 bin/dul-receive-pack-${PYVERSSUFFIX}
 bin/dul-upload-pack-${PYVERSSUFFIX}
 bin/dulwich-${PYVERSSUFFIX}
-${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/COPYING
 ${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/dulwich/__init__.py
 ${PYSITELIB}/dulwich/__init__.pyc



Home | Main Index | Thread Index | Old Index