pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/py-black
Module Name: pkgsrc
Committed By: adam
Date: Tue Nov 8 09:05:49 UTC 2022
Modified Files:
pkgsrc/textproc/py-black: Makefile
Log Message:
py-black: no need to depend on py-typed-ast anymore
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/textproc/py-black/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/py-black/Makefile
diff -u pkgsrc/textproc/py-black/Makefile:1.10 pkgsrc/textproc/py-black/Makefile:1.11
--- pkgsrc/textproc/py-black/Makefile:1.10 Tue Oct 11 13:15:30 2022
+++ pkgsrc/textproc/py-black/Makefile Tue Nov 8 09:05:48 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2022/10/11 13:15:30 adam Exp $
+# $NetBSD: Makefile,v 1.11 2022/11/08 09:05:48 adam Exp $
DISTNAME= black-22.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -28,10 +28,6 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]
PYTHON_VERSIONS_INCOMPATIBLE= 27
.include "../../lang/python/pyversion.mk"
-
-.if ${_PYTHON_VERSION} < 38
-DEPENDS+= ${PYPKGPREFIX}-typed-ast>=1.4.2:../../devel/py-typed-ast
-.endif
.if ${_PYTHON_VERSION} < 310
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0.0:../../devel/py-typing-extensions
.endif
Home |
Main Index |
Thread Index |
Old Index