pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-pylint py-pylint: add missing build dependency
details: https://anonhg.NetBSD.org/pkgsrc/rev/3094351c4be9
branches: trunk
changeset: 384590:3094351c4be9
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Sep 01 20:25:30 2022 +0000
description:
py-pylint: add missing build dependency
Fix some pkglint while here.
diffstat:
devel/py-pylint/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 0c7e2b355042 -r 3094351c4be9 devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile Thu Sep 01 20:23:32 2022 +0000
+++ b/devel/py-pylint/Makefile Thu Sep 01 20:25:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2022/08/30 10:01:18 adam Exp $
+# $NetBSD: Makefile,v 1.68 2022/09/01 20:25:30 wiz Exp $
DISTNAME= pylint-2.15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@
COMMENT= Python source code analyzer
LICENSE= gnu-gpl-v2
+BUILD_DEPENDS+= ${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-astroid>=2.12.4:../../devel/py-astroid
DEPENDS+= ${PYPKGPREFIX}-dill>=0.2:../../textproc/py-dill
DEPENDS+= ${PYPKGPREFIX}-isort>=4.2.5:../../devel/py-isort
@@ -23,8 +24,6 @@
PYTHON_VERSIONS_INCOMPATIBLE= 27
-USE_PKG_RESOURCES= yes
-
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} < 310
DEPENDS+= ${PYPKGPREFIX}-typing-extensions>=3.10.0:../../devel/py-typing-extensions
Home |
Main Index |
Thread Index |
Old Index