pkgsrc-WIP-changes archive

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

py-scikit-build: Add build dependency on devel/py-setuptools_scm



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Tue Feb 14 06:43:10 2023 -0800
Changeset:	1aad505b7fb2be18f4ac1c22a78f57d62d17bf8e

Modified Files:
	py-scikit-build/Makefile

Log Message:
py-scikit-build: Add build dependency on devel/py-setuptools_scm

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1aad505b7fb2be18f4ac1c22a78f57d62d17bf8e

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

diffstat:
 py-scikit-build/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/py-scikit-build/Makefile b/py-scikit-build/Makefile
index 01df666a84..56df636e3f 100644
--- a/py-scikit-build/Makefile
+++ b/py-scikit-build/Makefile
@@ -10,6 +10,8 @@ HOMEPAGE=	https://github.com/scikit-build/scikit-build
 COMMENT=	Improved build system generator for Python C/C++/Fortran/Cython
 LICENSE=	mit
 
+BUILD_DEPENDS+=       ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+
 DEPENDS+=	${PYPKGPREFIX}-distro>=0:../../devel/py-distro
 DEPENDS+=	${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
 DEPENDS+=	${PYPKGPREFIX}-setuptools>=28.0.0:../../devel/py-setuptools


Home | Main Index | Thread Index | Old Index