pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/py-last



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 22 18:34:55 UTC 2020

Modified Files:
        pkgsrc/audio/py-last: Makefile

Log Message:
py-last: needs py-setuptools_scm


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/audio/py-last/Makefile

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

Modified files:

Index: pkgsrc/audio/py-last/Makefile
diff -u pkgsrc/audio/py-last/Makefile:1.11 pkgsrc/audio/py-last/Makefile:1.12
--- pkgsrc/audio/py-last/Makefile:1.11  Wed Mar 18 17:44:24 2020
+++ pkgsrc/audio/py-last/Makefile       Sun Mar 22 18:34:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/03/18 17:44:24 joerg Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/22 18:34:55 tnn Exp $
 
 DISTNAME=      pylast-3.2.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -11,6 +11,7 @@ COMMENT=      Python interface to Last.fm and
 LICENSE=       apache-2.0
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm>=1.15.0:../../devel/py-setuptools_scm
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-flaky-[0-9]*:../../devel/py-flaky
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock



Home | Main Index | Thread Index | Old Index