pkgsrc-WIP-changes archive

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

py-sparse: pkglint warnings, add dependency on py-setuptools_scm



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Thu Jul 11 20:26:24 2024 -0600
Changeset:	d14f003e9ea5ea0203fd5da2b786e899865cb581

Modified Files:
	py-sparse/Makefile

Log Message:
py-sparse: pkglint warnings, add dependency on 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=d14f003e9ea5ea0203fd5da2b786e899865cb581

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

diffstat:
 py-sparse/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-sparse/Makefile b/py-sparse/Makefile
index 6bc8aafb24..96c0aa55fd 100644
--- a/py-sparse/Makefile
+++ b/py-sparse/Makefile
@@ -13,11 +13,12 @@ LICENSE=	2-clause-bsd
 PYTHON_VERSIONS_INCOMPATIBLE=	27 38 312
 
 TOOL_DEPENDS+=	${PYPKGPREFIX}-wheel>=0:../../devel/py-wheel
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=0:../../devel/py-setuptools_scm
 DEPENDS+=	${PYPKGPREFIX}-numba>=0.51.2:../../math/py-numba
 DEPENDS+=	${PYPKGPREFIX}-numpy>=1.21:../../math/py-numpy
 DEPENDS+=	${PYPKGPREFIX}-scipy>=1.5.2:../../math/py-scipy
 
-BUILDLINK_API_DEPENDS.py-numpy+=     ${PYPKGPREFIX}-numpy>=1.17
+BUILDLINK_API_DEPENDS.py-numpy+=	${PYPKGPREFIX}-numpy>=1.17
 
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov


Home | Main Index | Thread Index | Old Index