pkgsrc-WIP-changes archive

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

py-homeassistant: Depend on py-grcpio, new in 2025.12



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Thu Dec 11 20:38:11 2025 -0500
Changeset:	6bdee5a5d021d40c3a6da68abd1372f042f635d5

Modified Files:
	py-homeassistant/Makefile

Log Message:
py-homeassistant: Depend on py-grcpio, new in 2025.12

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

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

diffstat:
 py-homeassistant/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/py-homeassistant/Makefile b/py-homeassistant/Makefile
index a3473f2c51..414d56efc0 100644
--- a/py-homeassistant/Makefile
+++ b/py-homeassistant/Makefile
@@ -1,7 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	${PYPKGPREFIX}-homeassistant-0.07
-PKGREVISION=	1
+PKGNAME=	${PYPKGPREFIX}-homeassistant-0.08
 CATEGORIES=	meta-pkgs
 
 MAINTAINER=	gdt%NetBSD.org@localhost
@@ -89,11 +88,12 @@ DEPENDS+=	openblas-[0-9]*:../../math/openblas
 # \todo Figure out if this is really needed.
 DEPENDS+=	${PYPKGPREFIX}-yaml-[0-9]*:../../textproc/py-yaml
 
-# HA will build cryptography, Pillow and nacl, so depend on them to
-# force deps.
+# HA will build various python modules via pip; depend on them to
+# force dependencies to be installed.
 DEPENDS+=	${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
 DEPENDS+=	${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
 DEPENDS+=	${PYPKGPREFIX}-nacl-[0-9]*:../../security/py-nacl
+DEPENDS+=	${PYPKGPREFIX}-grpcio-[0-9]*:../../net/py-grpcio
 
 # generic and stream require PyAV which depends on ffmpeg >= 7.
 DEPENDS+=	ffmpeg7-[0-9]*:../../multimedia/ffmpeg7


Home | Main Index | Thread Index | Old Index