[arch-commits] Commit in home-assistant/repos/community-any (5 files)

Maxime Gauduin alucryd at gemini.archlinux.org
Thu Aug 5 14:37:08 UTC 2021


    Date: Thursday, August 5, 2021 @ 14:37:08
  Author: alucryd
Revision: 993837

archrelease: copy trunk to community-any

Added:
  home-assistant/repos/community-any/PKGBUILD
    (from rev 993836, home-assistant/trunk/PKGBUILD)
  home-assistant/repos/community-any/home-assistant.service
    (from rev 993836, home-assistant/trunk/home-assistant.service)
Deleted:
  home-assistant/repos/community-any/PKGBUILD
  home-assistant/repos/community-any/home-assistant-dhcp-component.patch
  home-assistant/repos/community-any/home-assistant.service

-------------------------------------+
 PKGBUILD                            |  174 +++++++++++++++++-----------------
 home-assistant-dhcp-component.patch |   67 -------------
 home-assistant.service              |   60 +++++------
 3 files changed, 117 insertions(+), 184 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-05 14:37:02 UTC (rev 993836)
+++ PKGBUILD	2021-08-05 14:37:08 UTC (rev 993837)
@@ -1,87 +0,0 @@
-# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
-# Contributor: Ethan Skinner <aur at etskinner.com>
-# Contributor: Grégoire Seux <grego_aur at familleseux.net>
-# Contributor: Dean Galvin <deangalvin3 at gmail.com>
-# Contributor: NicoHood <archlinux at nicohood.de>
-
-pkgname=home-assistant
-pkgdesc='Open source home automation that puts local control and privacy first'
-pkgver=2021.7.4
-pkgrel=2
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
-  gcc
-  python-aiohttp
-  python-aiohttp-cors
-  python-astral
-  python-async-timeout
-  python-attrs
-  python-awesomeversion
-  python-bcrypt
-  python-certifi
-  python-ciso8601
-  python-cryptography
-  python-defusedxml
-  python-httpx
-  python-jinja
-  python-mutagen
-  python-pillow
-  python-pip
-  python-pyjwt
-  python-pytz
-  python-requests
-  python-ruamel-yaml
-  python-slugify
-  python-sqlalchemy
-  python-voluptuous
-  python-voluptuous-serialize
-  python-yaml
-  python-yarl
-  python-zeroconf
-)
-makedepends=(
-  git
-  python-setuptools
-)
-optdepends=(
-  'net-tools: Nmap host discovery'
-  'openzwave: Z-Wave integration'
-  'python-dtlssocket: Ikea Tradfri integration'
-  'python-lxml: Meteo France integration'
-)
-_tag=ccfe32257e1def92f8c5fbc096af2c1e2bbd9d46
-source=(
-  git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
-  home-assistant.service
-)
-b2sums=('SKIP'
-        'c56b88e4d8d6d10ea132d22916468109ffaa83c1176a75e0c0ead16b261c34fe4c279cec6dca415b1addfcd873ad35b294f60a3e1ba62cc917a9dbb73cce47d4')
-
-pkgver() {
-  cd home-assistant
-  git describe --tags
-}
-
-prepare() {
-  cd home-assistant
-  # lift hard dep constraints, we'll deal with breaking changes ourselves
-  sed 's/==/>=/g' -i requirements.txt setup.py homeassistant/package_constraints.txt
-  # allow pip >= 20.3 to be used
-  sed 's/,<20.3//g' -i requirements.txt setup.py homeassistant/package_constraints.txt
-}
-
-build() {
-  cd home-assistant
-  export PYTHONHASHSEED=0
-  python setup.py build
-}
-
-package() {
-  cd home-assistant
-  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 --skip-build
-  install -Dm 644 ../home-assistant.service -t "${pkgdir}"/usr/lib/systemd/system/
-}
-
-# vim: ts=2 sw=2 et:

Copied: home-assistant/repos/community-any/PKGBUILD (from rev 993836, home-assistant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-05 14:37:08 UTC (rev 993837)
@@ -0,0 +1,87 @@
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Ethan Skinner <aur at etskinner.com>
+# Contributor: Grégoire Seux <grego_aur at familleseux.net>
+# Contributor: Dean Galvin <deangalvin3 at gmail.com>
+# Contributor: NicoHood <archlinux at nicohood.de>
+
+pkgname=home-assistant
+pkgdesc='Open source home automation that puts local control and privacy first'
+pkgver=2021.8.1
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+  gcc
+  python-aiohttp
+  python-aiohttp-cors
+  python-astral
+  python-async-timeout
+  python-attrs
+  python-awesomeversion
+  python-bcrypt
+  python-certifi
+  python-ciso8601
+  python-cryptography
+  python-defusedxml
+  python-httpx
+  python-jinja
+  python-mutagen
+  python-pillow
+  python-pip
+  python-pyjwt
+  python-pytz
+  python-requests
+  python-ruamel-yaml
+  python-slugify
+  python-sqlalchemy
+  python-voluptuous
+  python-voluptuous-serialize
+  python-yaml
+  python-yarl
+  python-zeroconf
+)
+makedepends=(
+  git
+  python-setuptools
+)
+optdepends=(
+  'net-tools: Nmap host discovery'
+  'openzwave: Z-Wave integration'
+  'python-dtlssocket: Ikea Tradfri integration'
+  'python-lxml: Meteo France integration'
+)
+_tag=5e9081e3236affc6a541799b6f668fabcf02662e
+source=(
+  git+https://github.com/home-assistant/home-assistant.git#tag=${_tag}
+  home-assistant.service
+)
+b2sums=('SKIP'
+        'c56b88e4d8d6d10ea132d22916468109ffaa83c1176a75e0c0ead16b261c34fe4c279cec6dca415b1addfcd873ad35b294f60a3e1ba62cc917a9dbb73cce47d4')
+
+pkgver() {
+  cd home-assistant
+  git describe --tags
+}
+
+prepare() {
+  cd home-assistant
+  # lift hard dep constraints, we'll deal with breaking changes ourselves
+  sed 's/==/>=/g' -i requirements.txt setup.py homeassistant/package_constraints.txt
+  # allow pip >= 20.3 to be used
+  sed 's/,<20.3//g' -i requirements.txt setup.py homeassistant/package_constraints.txt
+}
+
+build() {
+  cd home-assistant
+  export PYTHONHASHSEED=0
+  python setup.py build
+}
+
+package() {
+  cd home-assistant
+  python setup.py install --root="${pkgdir}" --prefix=/usr --optimize=1 --skip-build
+  install -Dm 644 ../home-assistant.service -t "${pkgdir}"/usr/lib/systemd/system/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: home-assistant-dhcp-component.patch
===================================================================
--- home-assistant-dhcp-component.patch	2021-08-05 14:37:02 UTC (rev 993836)
+++ home-assistant-dhcp-component.patch	2021-08-05 14:37:08 UTC (rev 993837)
@@ -1,67 +0,0 @@
-From d3b9bc1d50ab485106850f672ae885c2a3d5c161 Mon Sep 17 00:00:00 2001
-From: Maxime Gauduin <alucryd at archlinux.org>
-Date: Wed, 14 Apr 2021 18:41:03 +0200
-Subject: [PATCH] bugfix: dhcp component
-
----
- homeassistant/components/dhcp/manifest.json | 2 +-
- homeassistant/package_constraints.txt       | 2 +-
- requirements_all.txt                        | 2 +-
- requirements_test_all.txt                   | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/homeassistant/components/dhcp/manifest.json b/homeassistant/components/dhcp/manifest.json
-index 80cc6b116c..af072d276f 100644
---- a/homeassistant/components/dhcp/manifest.json
-+++ b/homeassistant/components/dhcp/manifest.json
-@@ -3,7 +3,7 @@
-   "name": "DHCP Discovery",
-   "documentation": "https://www.home-assistant.io/integrations/dhcp",
-   "requirements": [
--    "scapy==2.4.4", "aiodiscover==1.3.3"
-+    "scapy==2.4.5rc1", "aiodiscover==1.3.3"
-   ],
-   "codeowners": [
-     "@bdraco"
-diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
-index 449c0602df..5a0f07e64f 100644
---- a/homeassistant/package_constraints.txt
-+++ b/homeassistant/package_constraints.txt
-@@ -28,7 +28,7 @@ pytz>=2021.1
- pyyaml==5.4.1
- requests==2.25.1
- ruamel.yaml==0.15.100
--scapy==2.4.4
-+scapy==2.4.5rc1
- sqlalchemy==1.3.23
- voluptuous-serialize==2.4.0
- voluptuous==0.12.1
-diff --git a/requirements_all.txt b/requirements_all.txt
-index 4831b310f8..53e49c9bfc 100644
---- a/requirements_all.txt
-+++ b/requirements_all.txt
-@@ -2006,7 +2006,7 @@ samsungtvws==1.6.0
- satel_integra==0.3.4
- 
- # homeassistant.components.dhcp
--scapy==2.4.4
-+scapy==2.4.5rc1
- 
- # homeassistant.components.deutsche_bahn
- schiene==0.23
-diff --git a/requirements_test_all.txt b/requirements_test_all.txt
-index 33ef9a95aa..169d6d089b 100644
---- a/requirements_test_all.txt
-+++ b/requirements_test_all.txt
-@@ -1046,7 +1046,7 @@ samsungctl[websocket]==0.7.1
- samsungtvws==1.6.0
- 
- # homeassistant.components.dhcp
--scapy==2.4.4
-+scapy==2.4.5rc1
- 
- # homeassistant.components.screenlogic
- screenlogicpy==0.2.1
--- 
-2.31.1
-

Deleted: home-assistant.service
===================================================================
--- home-assistant.service	2021-08-05 14:37:02 UTC (rev 993836)
+++ home-assistant.service	2021-08-05 14:37:08 UTC (rev 993837)
@@ -1,30 +0,0 @@
-[Unit]
-Description=Home assistant
-After=network.target
-
-[Service]
-Restart=on-failure
-User=hass
-Group=hass
-DynamicUser=true
-LogsDirectory=hass
-StateDirectory=hass
-WorkingDirectory=/var/lib/hass
-Environment=HOME=/var/lib/hass
-
-ExecStart=/usr/bin/hass \
-  --config /var/lib/hass/ \
-  --log-file /var/log/hass/home-assistant.log \
-  --log-rotate-days 1 \
-  --runner
-RestartForceExitStatus=100
-
-AmbientCapabilities=
-CapabilityBoundingSet=
-LockPersonality=true
-ProtectControlGroups=true
-ProtectKernelModules=true
-ProtectKernelTunables=true
-
-[Install]
-WantedBy=multi-user.target

Copied: home-assistant/repos/community-any/home-assistant.service (from rev 993836, home-assistant/trunk/home-assistant.service)
===================================================================
--- home-assistant.service	                        (rev 0)
+++ home-assistant.service	2021-08-05 14:37:08 UTC (rev 993837)
@@ -0,0 +1,30 @@
+[Unit]
+Description=Home assistant
+After=network.target
+
+[Service]
+Restart=on-failure
+User=hass
+Group=hass
+DynamicUser=true
+LogsDirectory=hass
+StateDirectory=hass
+WorkingDirectory=/var/lib/hass
+Environment=HOME=/var/lib/hass
+
+ExecStart=/usr/bin/hass \
+  --config /var/lib/hass/ \
+  --log-file /var/log/hass/home-assistant.log \
+  --log-rotate-days 1 \
+  --runner
+RestartForceExitStatus=100
+
+AmbientCapabilities=
+CapabilityBoundingSet=
+LockPersonality=true
+ProtectControlGroups=true
+ProtectKernelModules=true
+ProtectKernelTunables=true
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list