pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pyelftools



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Mon Apr 21 22:33:07 UTC 2025

Modified Files:
        pkgsrc/devel/py-pyelftools: Makefile

Log Message:
py-pyelftools: correct minimum py-setuptools version

(PLIST was already adjusted to match in the previous changes.)


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-pyelftools/Makefile

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-pyelftools/Makefile
diff -u pkgsrc/devel/py-pyelftools/Makefile:1.12 pkgsrc/devel/py-pyelftools/Makefile:1.13
--- pkgsrc/devel/py-pyelftools/Makefile:1.12    Sat Apr 12 20:03:45 2025
+++ pkgsrc/devel/py-pyelftools/Makefile Mon Apr 21 22:33:07 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2025/04/12 20:03:45 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/04/21 22:33:07 gutteridge Exp $
 
 DISTNAME=      pyelftools-0.32
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,7 @@ HOMEPAGE=     https://github.com/eliben/pyel
 COMMENT=       Library for analyzing ELF files and DWARF debugging information
 LICENSE=       public-domain
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=46.4.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index