Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Dec 2024 14:46:23 GMT
From:      "Jason W. Bacon" <jwb@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e69f83edba6 - main - graphics/py-spectra: Add missing py-colormath RUN_DEPEND
Message-ID:  <202412121446.4BCEkNR2002686@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jwb:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e69f83edba6d675219ef75be08107f37178200e

commit 7e69f83edba6d675219ef75be08107f37178200e
Author:     Jason W. Bacon <jwb@FreeBSD.org>
AuthorDate: 2024-12-12 14:45:45 +0000
Commit:     Jason W. Bacon <jwb@FreeBSD.org>
CommitDate: 2024-12-12 14:45:45 +0000

    graphics/py-spectra: Add missing py-colormath RUN_DEPEND
---
 graphics/py-spectra/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/graphics/py-spectra/Makefile b/graphics/py-spectra/Makefile
index 7fc402b31aa6..08efcc7ad381 100644
--- a/graphics/py-spectra/Makefile
+++ b/graphics/py-spectra/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	spectra
 DISTVERSION=	0.0.11
+PORTREVISION=	1
 CATEGORIES=	graphics python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,7 @@ WWW=		https://pypi.python.org/pypi/spectra
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}colormath>3.0.0:math/py-colormath@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${PY_FLAVOR}
 
 USES=		python



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412121446.4BCEkNR2002686>