pkgsrc-WIP-changes archive

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

py-homeassistant: Update to 0.04



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Fri Aug 4 14:18:21 2023 -0400
Changeset:	12aa5e11110608bcfa031c20bae222c374933c4c

Modified Files:
	py-homeassistant/Makefile

Log Message:
py-homeassistant: Update to 0.04

  - Only accept 3.11, because HA only runs with 3.11
  - Fix typo in previous commit.

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

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

diffstat:
 py-homeassistant/Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diffs:
diff --git a/py-homeassistant/Makefile b/py-homeassistant/Makefile
index 6bddacaaf2..b80d264ea3 100644
--- a/py-homeassistant/Makefile
+++ b/py-homeassistant/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=	${PYPKGPREFIX}-homeassistant-0.03
+PKGNAME=	${PYPKGPREFIX}-homeassistant-0.04
 CATEGORIES=	meta-pkgs
 
 MAINTAINER=	gdt%NetBSD.org@localhost
@@ -34,10 +34,13 @@ META_PACKAGE=	yes
 
 ## PYTHON
 
-# Building HA in a venv requires virtualenv and thus python.
+# HA 2023.8 only works with Python 3.11
+PYTHON_VERSIONS_ACCEPTED=311
 .include "../../lang/python/pyversion.mk"
+
+# Building HA in a venv requires virtualenv
 DEPENDS+=	${PYPKGPREFIX}-virtualenv-[0-9]*:../../devel/py-virtualenv
-  That
+
 # Include sqlite3 because the rest of the world thinks that is part of
 # python.  (HA can use sqlite3 in recorder, but even if that isn't
 # configured, it attempts to use sqlite3.  Just provide it rather than


Home | Main Index | Thread Index | Old Index