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: tnn
Date: Fri Sep 28 15:45:15 UTC 2018
Modified Files:
pkgsrc/devel/py-flake8: Makefile
Log Message:
py-flake8: build dependency on py-test-runner is unconditional
without it the py27 package will try to fetch the dep from pypi.org
at build time.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 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.17 pkgsrc/devel/py-flake8/Makefile:1.18
--- pkgsrc/devel/py-flake8/Makefile:1.17 Mon Jun 18 11:17:54 2018
+++ pkgsrc/devel/py-flake8/Makefile Fri Sep 28 15:45:15 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2018/06/18 11:17:54 adam Exp $
+# $NetBSD: Makefile,v 1.18 2018/09/28 15:45:15 tnn Exp $
DISTNAME= flake8-3.5.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,10 +18,8 @@ DEPENDS+= ${PYPKGPREFIX}-codestyle>=2.4.
.if "${PYPKGPREFIX}" == "py27"
DEPENDS+= ${PYPKGPREFIX}-configparser-[0-9]*:../../devel/py-configparser
DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34
-.else
-# Enforced by setuptools
-BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
.endif
+BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
Home |
Main Index |
Thread Index |
Old Index