pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-pylint
Module Name: pkgsrc
Committed By: wiz
Date: Thu Sep 1 20:25:30 UTC 2022
Modified Files:
pkgsrc/devel/py-pylint: Makefile
Log Message:
py-pylint: add missing build dependency
Fix some pkglint while here.
To generate a diff of this commit:
cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/py-pylint/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-pylint/Makefile
diff -u pkgsrc/devel/py-pylint/Makefile:1.67 pkgsrc/devel/py-pylint/Makefile:1.68
--- pkgsrc/devel/py-pylint/Makefile:1.67 Tue Aug 30 10:01:18 2022
+++ pkgsrc/devel/py-pylint/Makefile Thu Sep 1 20:25:30 2022
@@ -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 @@ HOMEPAGE= https://www.pylint.org/
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 @@ USE_LANGUAGES= # none
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