pkgsrc-WIP-changes archive

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

py-spectra: Add py-colormath dep



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Thu Jul 20 07:46:40 2023 -0500
Changeset:	90e0d6719f271273114270f824845bab078da5bc

Modified Files:
	py-spectra/Makefile

Log Message:
py-spectra: Add py-colormath dep

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

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

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

diffs:
diff --git a/py-spectra/Makefile b/py-spectra/Makefile
index c33cd21ea4..14b100c379 100644
--- a/py-spectra/Makefile
+++ b/py-spectra/Makefile
@@ -15,6 +15,8 @@ HOMEPAGE=	https://pypi.python.org/pypi/spectra
 COMMENT=	Color scales and color conversion made easy for Python
 LICENSE=	mit
 
+DEPENDS=	${PYPKGPREFIX}-colormath>=3.0.0:../../wip/py-colormath
+
 TEST_DEPENDS=	${PYPKGPREFIX}-nose>0:../../devel/py-nose
 
 do-test:


Home | Main Index | Thread Index | Old Index