pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-clickclick



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jul 13 06:12:40 UTC 2017

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

Log Message:
Added BUILD_DEPENDENCIES (setup.py requires those)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-clickclick/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-clickclick/Makefile
diff -u pkgsrc/devel/py-clickclick/Makefile:1.3 pkgsrc/devel/py-clickclick/Makefile:1.4
--- pkgsrc/devel/py-clickclick/Makefile:1.3     Sun Jul  9 10:50:01 2017
+++ pkgsrc/devel/py-clickclick/Makefile Thu Jul 13 06:12:40 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2017/07/09 10:50:01 adam Exp $
+# $NetBSD: Makefile,v 1.4 2017/07/13 06:12:40 adam Exp $
 
 DISTNAME=      clickclick-1.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,8 @@ LICENSE=      apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-click>=4.0:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-yaml>=3.11:../../textproc/py-yaml
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 USE_LANGUAGES=         # none
 



Home | Main Index | Thread Index | Old Index