pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-astroid
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 8 09:07:10 UTC 2022
Modified Files:
pkgsrc/devel/py-astroid: Makefile
Log Message:
py-astroid: no need to depend on py-typed-ast anymore
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/py-astroid/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-astroid/Makefile
diff -u pkgsrc/devel/py-astroid/Makefile:1.67 pkgsrc/devel/py-astroid/Makefile:1.68
--- pkgsrc/devel/py-astroid/Makefile:1.67 Tue Oct 25 09:27:33 2022
+++ pkgsrc/devel/py-astroid/Makefile Tue Nov 8 09:07:10 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2022/10/25 09:27:33 adam Exp $
+# $NetBSD: Makefile,v 1.68 2022/11/08 09:07:10 adam Exp $
DISTNAME= astroid-2.12.12
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -17,7 +17,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 310
-DEPENDS+= ${PYPKGPREFIX}-typed-ast>=1.4.0:../../devel/py-typed-ast
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10:../../devel/py-typing-extensions
.endif
Home |
Main Index |
Thread Index |
Old Index