pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-fire



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 18 12:52:52 UTC 2023

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

Log Message:
py-fire: not for Python 2 since py-termcolor doesn't support it


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-fire/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-fire/Makefile
diff -u pkgsrc/devel/py-fire/Makefile:1.1 pkgsrc/devel/py-fire/Makefile:1.2
--- pkgsrc/devel/py-fire/Makefile:1.1   Thu May 18 12:01:03 2023
+++ pkgsrc/devel/py-fire/Makefile       Thu May 18 12:52:51 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/05/18 12:01:03 nikita Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/18 12:52:51 wiz Exp $
 
 DISTNAME=      fire-0.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,12 +12,10 @@ LICENSE=    apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-termcolor-[0-9]*:../../devel/py-termcolor
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 304
-DEPENDS+=      ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
-.endif
 
 USE_LANGUAGES= # none
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index