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: adam
Date: Wed Sep 2 19:54:22 UTC 2026
Modified Files:
pkgsrc/devel/py-whatever: Makefile
Log Message:
py-whatever: add USE_LANGUAGES=
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/devel/py-whatever/Makefile:1.3
--- pkgsrc/devel/py-whatever/Makefile:1.2 Mon Jul 28 16:24:39 2025
+++ pkgsrc/devel/py-whatever/Makefile Wed Sep 2 19:54:22 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/07/28 16:24:39 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2026/09/02 19:54:22 adam Exp $
DISTNAME= whatever-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,7 +10,9 @@ HOMEPAGE= https://github.com/Suor/whatev
COMMENT= Whatever Object - easy way to make lambdas
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+
+USE_LANGUAGES= # none
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index