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:   dkazankov
Date:           Mon Jul 28 16:17:02 UTC 2025

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

Log Message:
py-funcy: fix TEST_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-funcy/DESCR
cvs rdiff -u -r1.2 -r1.3 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/DESCR
diff -u pkgsrc/devel/py-funcy/DESCR:1.1 pkgsrc/devel/py-funcy/DESCR:1.2
--- pkgsrc/devel/py-funcy/DESCR:1.1     Mon Jul 28 12:56:12 2025
+++ pkgsrc/devel/py-funcy/DESCR Mon Jul 28 16:17:02 2025
@@ -1 +1 @@
-A collection of fancy functional tools focused on practicality
+Collection of fancy functional tools focused on practicality

Index: pkgsrc/devel/py-funcy/Makefile
diff -u pkgsrc/devel/py-funcy/Makefile:1.2 pkgsrc/devel/py-funcy/Makefile:1.3
--- pkgsrc/devel/py-funcy/Makefile:1.2  Mon Jul 28 13:00:01 2025
+++ pkgsrc/devel/py-funcy/Makefile      Mon Jul 28 16:17:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2025/07/28 13:00:01 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2025/07/28 16:17:02 dkazankov Exp $
 
 DISTNAME=      funcy-2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -11,7 +11,10 @@ COMMENT=     Collection of fancy functional 
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-whatever>=0.7:../../devel/py-whatever
+
+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
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index