pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-backports.functools_lru_cache py-backports.fu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0319e4d1da75
branches:  trunk
changeset: 313348:0319e4d1da75
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 27 20:27:38 2018 +0000

description:
py-backports.functools_lru_cache: BUILD_DEPENDS on setuptools-scm

diffstat:

 devel/py-backports.functools_lru_cache/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 34ec8f2d0adf -r 0319e4d1da75 devel/py-backports.functools_lru_cache/Makefile
--- a/devel/py-backports.functools_lru_cache/Makefile   Thu Sep 27 20:22:26 2018 +0000
+++ b/devel/py-backports.functools_lru_cache/Makefile   Thu Sep 27 20:27:38 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2018/02/14 14:06:02 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/09/27 20:27:38 tnn Exp $
 
 DISTNAME=      backports.functools_lru_cache-1.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,6 +12,7 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-backports-[0-9]*:../../devel/py-backports
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
 PYTHON_VERSIONS_ACCEPTED=      27
 



Home | Main Index | Thread Index | Old Index