pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/ansible-lint



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Nov 14 10:00:52 UTC 2022

Modified Files:
        pkgsrc/sysutils/ansible-lint: Makefile

Log Message:
ansible-lint: no longer for Python 3.8


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/sysutils/ansible-lint/Makefile

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

Modified files:

Index: pkgsrc/sysutils/ansible-lint/Makefile
diff -u pkgsrc/sysutils/ansible-lint/Makefile:1.17 pkgsrc/sysutils/ansible-lint/Makefile:1.18
--- pkgsrc/sysutils/ansible-lint/Makefile:1.17  Wed Nov  2 11:24:44 2022
+++ pkgsrc/sysutils/ansible-lint/Makefile       Mon Nov 14 10:00:52 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2022/11/02 11:24:44 adam Exp $
+# $NetBSD: Makefile,v 1.18 2022/11/14 10:00:52 adam Exp $
 
 DISTNAME=      ansible-lint-6.8.6
 CATEGORIES=    sysutils python
@@ -25,12 +25,7 @@ DEPENDS+=    ${PYPKGPREFIX}-yamllint>=1.25.
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} < 38
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 # ansible
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index