pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-homeassistant: Update comments (NFCI)
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Tue Oct 31 08:27:21 2023 -0400
Changeset: fa7555242f8d7d3cad25efdb7ccf7ee0209c21cb
Modified Files:
py-homeassistant/Makefile
Log Message:
py-homeassistant: Update comments (NFCI)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fa7555242f8d7d3cad25efdb7ccf7ee0209c21cb
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-homeassistant/Makefile | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diffs:
diff --git a/py-homeassistant/Makefile b/py-homeassistant/Makefile
index 1aac2808cc..c792161cf3 100644
--- a/py-homeassistant/Makefile
+++ b/py-homeassistant/Makefile
@@ -50,7 +50,7 @@ DEPENDS+= pkgconf-[0-9]*:../../devel/pkgconf
RUST_RUNTIME= yes # record a dependency
.include "../../lang/rust/rust.mk"
-# FORTRAN: choose the version that matches the base compiler.
+# FORTRAN
USE_LANGUAGES+= fortran77
.include "../../mk/compiler/gfortran.mk"
@@ -65,11 +65,10 @@ DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
.include "../../mk/pgsql.buildlink3.mk"
## LIBRARIES needed when HA first runs
-# These are in the order that HA tries to install them when started in
-# a venv that more or less only has homeassistant's dependencies
-# installed.
+# These are intended to be in the order that HA tries to install them
+# when started in a venv that more or less only has homeassistant's
+# dependencies installed.
-# \todo Sort these properly.
DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
# HA installs Pillow, and it depends on a lot of image libraries.
@@ -78,13 +77,12 @@ DEPENDS+= ${PYPKGPREFIX}-cryptography-[0-9]*:../../security/py-cryptography
# enough.
DEPENDS+= ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
-
# HA builds ha-ffmpeg, likely as a dependency of ha-av. Ensure ffmpeg
-# libs are present, as this seems sufficient.
+# libs are present.
+# \todo Reconsider ffmpeg6 vs 4.
DEPENDS+= ffmpeg4-[0-9]*:../../multimedia/ffmpeg4
-# \todo Explain what's really needed. In addition to crypto libs, this
-# depends on cffi.
+# As with Pillow, just depend on the python module HA will build.
DEPENDS+= ${PYPKGPREFIX}-nacl-[0-9]*:../../security/py-nacl
.include "../../mk/bsd.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index