pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pluggy



Module Name:    pkgsrc
Committed By:   joerg
Date:           Tue Aug 28 16:11:00 UTC 2018

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

Log Message:
Needs setuptools_scm.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pluggy/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-pluggy/Makefile
diff -u pkgsrc/devel/py-pluggy/Makefile:1.6 pkgsrc/devel/py-pluggy/Makefile:1.7
--- pkgsrc/devel/py-pluggy/Makefile:1.6 Sun Aug  5 10:25:23 2018
+++ pkgsrc/devel/py-pluggy/Makefile     Tue Aug 28 16:11:00 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2018/08/05 10:25:23 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/08/28 16:11:00 joerg Exp $
 
 DISTNAME=      pluggy-0.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@ HOMEPAGE=     https://github.com/pytest-dev/
 COMMENT=       Plugin and hook calling mechanisms for python
 LICENSE=       mit
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index