pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-funcy



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep  2 19:53:08 UTC 2026

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

Log Message:
py-funcy: add USE_LANGUAGES=


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-funcy/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-funcy/Makefile
diff -u pkgsrc/devel/py-funcy/Makefile:1.3 pkgsrc/devel/py-funcy/Makefile:1.4
--- pkgsrc/devel/py-funcy/Makefile:1.3  Mon Jul 28 16:17:02 2025
+++ pkgsrc/devel/py-funcy/Makefile      Wed Sep  2 19:53:08 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2025/07/28 16:17:02 dkazankov Exp $
+# $NetBSD: Makefile,v 1.4 2026/09/02 19:53:08 adam Exp $
 
 DISTNAME=      funcy-2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,10 +11,10 @@ COMMENT=    Collection of fancy functional 
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-
-TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.4.3:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-more-itertools>=4.0.0:../../devel/py-more-itertools
 TEST_DEPENDS+= ${PYPKGPREFIX}-whatever>=0.7:../../devel/py-whatever
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index