[arch-commits] Commit in home-assistant/repos/community-any (8 files)
Maxime Gauduin
alucryd at archlinux.org
Mon Jul 29 07:21:24 UTC 2019
Date: Monday, July 29, 2019 @ 07:21:24
Author: alucryd
Revision: 494401
archrelease: copy trunk to community-any
Added:
home-assistant/repos/community-any/PKGBUILD
(from rev 494400, home-assistant/trunk/PKGBUILD)
home-assistant/repos/community-any/home-assistant.service
(from rev 494400, home-assistant/trunk/home-assistant.service)
home-assistant/repos/community-any/home-assistant.sysusers
(from rev 494400, home-assistant/trunk/home-assistant.sysusers)
home-assistant/repos/community-any/home-assistant.tmpfiles
(from rev 494400, home-assistant/trunk/home-assistant.tmpfiles)
Deleted:
home-assistant/repos/community-any/PKGBUILD
home-assistant/repos/community-any/home-assistant.service
home-assistant/repos/community-any/home-assistant.sysusers
home-assistant/repos/community-any/home-assistant.tmpfiles
-------------------------+
PKGBUILD | 154 +++++++++++++++++++++++-----------------------
home-assistant.service | 28 ++++----
home-assistant.sysusers | 2
home-assistant.tmpfiles | 2
4 files changed, 93 insertions(+), 93 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-07-29 07:21:16 UTC (rev 494400)
+++ PKGBUILD 2019-07-29 07:21:24 UTC (rev 494401)
@@ -1,77 +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=0.96.4
-pkgrel=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
- python-aiohttp
- python-astral
- python-async-timeout
- python-attrs
- python-bcrypt
- python-certifi
- python-cryptography
- python-importlib-metadata
- python-jinja
- python-pyjwt
- python-pip
- python-pytz
- python-requests
- python-ruamel-yaml
- python-slugify
- python-voluptuous
- python-voluptuous-serialize
- python-yaml
-)
-makedepends=(
- git
- python-setuptools
-)
-optdepends=(
- 'net-tools: Nmap host discovery'
- 'openzwave: Z-Wave integration'
- 'python-lxml: Meteo France integration'
-)
-source=(
- git+https://github.com/home-assistant/home-assistant.git#tag=${pkgver}
- home-assistant.service
- home-assistant.sysusers
- home-assistant.tmpfiles
-)
-sha512sums=('SKIP'
- 'fe96bd3df3ba666fd9f127c466d1dd1dd7314db2e57826a2b319c8a0bfad7aedeac398e748f93c6ecd9c2247ebbae196b8b0e7263b8681e2b7aeab6a8bfeab80'
- '100665ac35370c3ccec65d73521568de21cebf9e46af364124778861c94e338e32ad9abb675d3917f97d351dd7867e3ab2e80c26616330ae7cf0d9dc3f13369b'
- '3e93118c84954f829767dc71ce534c5d02c1c95fc8748714c7a2df28a3a297f59962f8fb7cddf721987eb97d62feabb25acda5d38209e365646ca4a4ef4356e3')
-
-prepare() {
- cd home-assistant
-
- # lift hard dep constraints, we'll deal with breaking changes ourselves
- sed 's/==/>=/g' -i setup.py
-}
-
-build() {
- cd home-assistant
-
- 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/
- install -Dm 644 ../home-assistant.sysusers "${pkgdir}"/usr/lib/sysusers.d/home-assistant.conf
- install -Dm 644 ../home-assistant.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/home-assistant.conf
-}
-
-# vim: ts=2 sw=2 et:
Copied: home-assistant/repos/community-any/PKGBUILD (from rev 494400, home-assistant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-07-29 07:21:24 UTC (rev 494401)
@@ -0,0 +1,77 @@
+# 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=0.96.5
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+ python-aiohttp
+ python-astral
+ python-async-timeout
+ python-attrs
+ python-bcrypt
+ python-certifi
+ python-cryptography
+ python-importlib-metadata
+ python-jinja
+ python-pyjwt
+ python-pip
+ python-pytz
+ python-requests
+ python-ruamel-yaml
+ python-slugify
+ python-voluptuous
+ python-voluptuous-serialize
+ python-yaml
+)
+makedepends=(
+ git
+ python-setuptools
+)
+optdepends=(
+ 'net-tools: Nmap host discovery'
+ 'openzwave: Z-Wave integration'
+ 'python-lxml: Meteo France integration'
+)
+source=(
+ git+https://github.com/home-assistant/home-assistant.git#tag=${pkgver}
+ home-assistant.service
+ home-assistant.sysusers
+ home-assistant.tmpfiles
+)
+sha512sums=('SKIP'
+ 'fe96bd3df3ba666fd9f127c466d1dd1dd7314db2e57826a2b319c8a0bfad7aedeac398e748f93c6ecd9c2247ebbae196b8b0e7263b8681e2b7aeab6a8bfeab80'
+ '100665ac35370c3ccec65d73521568de21cebf9e46af364124778861c94e338e32ad9abb675d3917f97d351dd7867e3ab2e80c26616330ae7cf0d9dc3f13369b'
+ '3e93118c84954f829767dc71ce534c5d02c1c95fc8748714c7a2df28a3a297f59962f8fb7cddf721987eb97d62feabb25acda5d38209e365646ca4a4ef4356e3')
+
+prepare() {
+ cd home-assistant
+
+ # lift hard dep constraints, we'll deal with breaking changes ourselves
+ sed 's/==/>=/g' -i setup.py
+}
+
+build() {
+ cd home-assistant
+
+ 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/
+ install -Dm 644 ../home-assistant.sysusers "${pkgdir}"/usr/lib/sysusers.d/home-assistant.conf
+ install -Dm 644 ../home-assistant.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/home-assistant.conf
+}
+
+# vim: ts=2 sw=2 et:
Deleted: home-assistant.service
===================================================================
--- home-assistant.service 2019-07-29 07:21:16 UTC (rev 494400)
+++ home-assistant.service 2019-07-29 07:21:24 UTC (rev 494401)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Home assistant
-After=network.target
-
-[Service]
-Restart=on-failure
-User=hass
-Group=hass
-
-ExecStart=/usr/bin/hass --config /var/lib/hass/ --log-rotate-days 1
-RestartForceExitStatus=100
-
-[Install]
-WantedBy=multi-user.target
Copied: home-assistant/repos/community-any/home-assistant.service (from rev 494400, home-assistant/trunk/home-assistant.service)
===================================================================
--- home-assistant.service (rev 0)
+++ home-assistant.service 2019-07-29 07:21:24 UTC (rev 494401)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Home assistant
+After=network.target
+
+[Service]
+Restart=on-failure
+User=hass
+Group=hass
+
+ExecStart=/usr/bin/hass --config /var/lib/hass/ --log-rotate-days 1
+RestartForceExitStatus=100
+
+[Install]
+WantedBy=multi-user.target
Deleted: home-assistant.sysusers
===================================================================
--- home-assistant.sysusers 2019-07-29 07:21:16 UTC (rev 494400)
+++ home-assistant.sysusers 2019-07-29 07:21:24 UTC (rev 494401)
@@ -1 +0,0 @@
-u hass - "Home Assistant daemon user" /var/lib/hass
Copied: home-assistant/repos/community-any/home-assistant.sysusers (from rev 494400, home-assistant/trunk/home-assistant.sysusers)
===================================================================
--- home-assistant.sysusers (rev 0)
+++ home-assistant.sysusers 2019-07-29 07:21:24 UTC (rev 494401)
@@ -0,0 +1 @@
+u hass - "Home Assistant daemon user" /var/lib/hass
Deleted: home-assistant.tmpfiles
===================================================================
--- home-assistant.tmpfiles 2019-07-29 07:21:16 UTC (rev 494400)
+++ home-assistant.tmpfiles 2019-07-29 07:21:24 UTC (rev 494401)
@@ -1 +0,0 @@
-d /var/lib/hass 0750 hass hass -
Copied: home-assistant/repos/community-any/home-assistant.tmpfiles (from rev 494400, home-assistant/trunk/home-assistant.tmpfiles)
===================================================================
--- home-assistant.tmpfiles (rev 0)
+++ home-assistant.tmpfiles 2019-07-29 07:21:24 UTC (rev 494401)
@@ -0,0 +1 @@
+d /var/lib/hass 0750 hass hass -
More information about the arch-commits
mailing list