pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-flake8



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Nov  4 22:24:39 UTC 2018

Modified Files:
        pkgsrc/devel/py-flake8: Makefile

Log Message:
py-flake8: Fix DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/py-flake8/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-flake8/Makefile
diff -u pkgsrc/devel/py-flake8/Makefile:1.19 pkgsrc/devel/py-flake8/Makefile:1.20
--- pkgsrc/devel/py-flake8/Makefile:1.19        Wed Oct 24 10:35:46 2018
+++ pkgsrc/devel/py-flake8/Makefile     Sun Nov  4 22:24:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2018/10/24 10:35:46 adam Exp $
+# $NetBSD: Makefile,v 1.20 2018/11/04 22:24:39 adam Exp $
 
 DISTNAME=      flake8-3.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE=      mit
 DEPENDS+=      ${PYPKGPREFIX}-codestyle>=2.4.0:../../devel/py-codestyle
 DEPENDS+=      ${PYPKGPREFIX}-flakes>=2.0.0:../../devel/py-flakes
 DEPENDS+=      ${PYPKGPREFIX}-mccabe>=0.6.0:../../devel/py-mccabe
-DEPENDS+=      ${PYPKGPREFIX}-setuptools>=30:../../devel/py-codestyle
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=30:../../devel/py-setuptools
 .include "../../lang/python/pyversion.mk"
 .if ${_PYTHON_VERSION} == 27
 DEPENDS+=      ${PYPKGPREFIX}-configparser-[0-9]*:../../devel/py-configparser



Home | Main Index | Thread Index | Old Index