pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-configparser



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 15 19:23:45 UTC 2020

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

Log Message:
py-configparser: needs setuptools


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-configparser/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-configparser/Makefile
diff -u pkgsrc/devel/py-configparser/Makefile:1.10 pkgsrc/devel/py-configparser/Makefile:1.11
--- pkgsrc/devel/py-configparser/Makefile:1.10  Thu Sep 12 12:05:25 2019
+++ pkgsrc/devel/py-configparser/Makefile       Sun Mar 15 19:23:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2019/09/12 12:05:25 adam Exp $
+# $NetBSD: Makefile,v 1.11 2020/03/15 19:23:45 tnn Exp $
 
 DISTNAME=      configparser-4.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/jaraco/conf
 COMMENT=       Updated configparser from Python 3.5
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-backports-[0-9]*:../../devel/py-backports
 TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
 



Home | Main Index | Thread Index | Old Index