pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/feed2exec



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 09:05:25 UTC 2024

Modified Files:
        pkgsrc/mail/feed2exec: Makefile

Log Message:
feed2exec: add missing tool dependency


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/feed2exec/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/feed2exec/Makefile
diff -u pkgsrc/mail/feed2exec/Makefile:1.28 pkgsrc/mail/feed2exec/Makefile:1.29
--- pkgsrc/mail/feed2exec/Makefile:1.28 Sat Aug 10 07:04:18 2024
+++ pkgsrc/mail/feed2exec/Makefile      Sun Oct 13 09:05:24 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2024/08/10 07:04:18 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2024/10/13 09:05:24 wiz Exp $
 
 DISTNAME=              feed2exec-0.20.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=             https://feed2exec.readthedocs
 COMMENT=               The programmable feed reader
 LICENSE=               gnu-agpl-v3
 
+TOOL_DEPENDS+=         ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-tox-[0-9]*:../../devel/py-tox
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-flakes-[0-9]*:../../devel/py-flakes
 TOOL_DEPENDS+=         ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
@@ -33,7 +34,7 @@ TEST_DEPENDS+=                ${PYPKGPREFIX}-test-cov-
 
 USE_LANGUAGES=         # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39 # py-sphinx
+PYTHON_VERSIONS_INCOMPATIBLE=  39 # py-sphinx
 
 SUBST_CLASSES+=                version
 SUBST_STAGE.version=   pre-configure



Home | Main Index | Thread Index | Old Index