pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/py-tqdm



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Dec 20 11:26:28 UTC 2020

Modified Files:
        pkgsrc/misc/py-tqdm: Makefile

Log Message:
py-tqdm: Requires setuptools_scm


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/misc/py-tqdm/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/py-tqdm/Makefile
diff -u pkgsrc/misc/py-tqdm/Makefile:1.25 pkgsrc/misc/py-tqdm/Makefile:1.26
--- pkgsrc/misc/py-tqdm/Makefile:1.25   Fri Dec 18 09:01:03 2020
+++ pkgsrc/misc/py-tqdm/Makefile        Sun Dec 20 11:26:28 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2020/12/18 09:01:03 adam Exp $
+# $NetBSD: Makefile,v 1.26 2020/12/20 11:26:28 nia Exp $
 
 DISTNAME=      tqdm-4.54.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,8 @@ TEST_DEPENDS+=        ${PYPKGPREFIX}-coverage-[
 TEST_DEPENDS+= ${PYPKGPREFIX}-flake8-[0-9]*:../../devel/py-flake8
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
 # Uses async
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 



Home | Main Index | Thread Index | Old Index