pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-lz4 Needs setuptools_scm.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e94471cbd342
branches:  trunk
changeset: 369586:e94471cbd342
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Oct 01 18:59:54 2017 +0000

description:
Needs setuptools_scm.

diffstat:

 archivers/py-lz4/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r e4631846300b -r e94471cbd342 archivers/py-lz4/Makefile
--- a/archivers/py-lz4/Makefile Sun Oct 01 17:57:18 2017 +0000
+++ b/archivers/py-lz4/Makefile Sun Oct 01 18:59:54 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/09/30 12:38:02 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/10/01 18:59:54 joerg Exp $
 
 DISTNAME=      lz4-0.10.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -10,6 +10,8 @@
 COMMENT=       Python LZ4 binding
 LICENSE=       modified-bsd
 
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
 .include "../../lang/python/egg.mk"
 .include "../../archivers/lz4/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index