pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-homeassistant: Require cmake
Module Name: pkgsrc-wip
Committed By: Greg Troxel <gdt%lexort.com@localhost>
Pushed By: gdt
Date: Mon Dec 11 14:01:04 2023 -0500
Changeset: 5585aa023fe058db0fb58c60f4e8ad86b8a4f7d4
Modified Files:
py-homeassistant/Makefile
Log Message:
py-homeassistant: Require cmake
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5585aa023fe058db0fb58c60f4e8ad86b8a4f7d4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-homeassistant/Makefile | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diffs:
diff --git a/py-homeassistant/Makefile b/py-homeassistant/Makefile
index 3ecee1c1e2..2a4d75cb02 100644
--- a/py-homeassistant/Makefile
+++ b/py-homeassistant/Makefile
@@ -1,6 +1,6 @@
# $NetBSD$
-PKGNAME= ${PYPKGPREFIX}-homeassistant-0.04
+PKGNAME= ${PYPKGPREFIX}-homeassistant-0.05
CATEGORIES= meta-pkgs
MAINTAINER= gdt%NetBSD.org@localhost
@@ -44,8 +44,10 @@ DEPENDS+= ${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv
## BUILD TOOLS
-# Builds in the venv will use pkg-config, and invoke rust and gfortran.
+# Builds in the venv will use cmake, pkg-config, and invoke rust and
+# gfortran.
# NB: One must add gfortran's bindir to the PATH for the venv build.
+DEPENDS+= cmake-[0-9]*:../../devel/cmake
DEPENDS+= pkgconf-[0-9]*:../../devel/pkgconf
RUST_RUNTIME= yes # record a dependency
Home |
Main Index |
Thread Index |
Old Index