pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-whatever
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jul 28 16:24:39 UTC 2025
Modified Files:
pkgsrc/devel/py-whatever: Makefile
Log Message:
py-whatever: do not use upper bounds for DEPENDS
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-whatever/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-whatever/Makefile
diff -u pkgsrc/devel/py-whatever/Makefile:1.1 pkgsrc/devel/py-whatever/Makefile:1.2
--- pkgsrc/devel/py-whatever/Makefile:1.1 Mon Jul 28 16:21:49 2025
+++ pkgsrc/devel/py-whatever/Makefile Mon Jul 28 16:24:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/07/28 16:21:49 dkazankov Exp $
+# $NetBSD: Makefile,v 1.2 2025/07/28 16:24:39 wiz Exp $
DISTNAME= whatever-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,7 @@ HOMEPAGE= https://github.com/Suor/whatev
COMMENT= Whatever Object - easy way to make lambdas
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools<81:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index