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:   wiz
Date:           Mon Jul 28 13:00:01 UTC 2025

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

Log Message:
py-funcy: some cleanups

add commented out test dependency on unpackaged py-whatever


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 pkgsrc/devel/py-funcy/Makefile:1.2
--- pkgsrc/devel/py-funcy/Makefile:1.1  Mon Jul 28 12:56:12 2025
+++ pkgsrc/devel/py-funcy/Makefile      Mon Jul 28 13:00:01 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/07/28 12:56:12 dkazankov Exp $
+# $NetBSD: Makefile,v 1.2 2025/07/28 13:00:01 wiz Exp $
 
 DISTNAME=      funcy-2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -7,13 +7,11 @@ MASTER_SITES= ${MASTER_SITE_PYPI:=f/func
 
 MAINTAINER=    dkazankov%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/Suor/funcy
-COMMENT=       A collection of fancy functional tools focused on practicality
+COMMENT=       Collection of fancy functional tools focused on practicality
 LICENSE=       modified-bsd
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+#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