pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-lz4



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Oct  1 18:59:54 UTC 2017

Modified Files:
        pkgsrc/archivers/py-lz4: Makefile

Log Message:
Needs setuptools_scm.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/archivers/py-lz4/Makefile

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

Modified files:

Index: pkgsrc/archivers/py-lz4/Makefile
diff -u pkgsrc/archivers/py-lz4/Makefile:1.2 pkgsrc/archivers/py-lz4/Makefile:1.3
--- pkgsrc/archivers/py-lz4/Makefile:1.2        Sat Sep 30 12:38:02 2017
+++ pkgsrc/archivers/py-lz4/Makefile    Sun Oct  1 18:59:54 2017
@@ -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 @@ HOMEPAGE=     https://github.com/python-lz4/
 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