[arch-commits] Commit in home-assistant/repos/community-any (8 files)
Maxime Gauduin
alucryd at archlinux.org
Sat Dec 21 13:11:50 UTC 2019
Date: Saturday, December 21, 2019 @ 13:11:49
Author: alucryd
Revision: 538602
archrelease: copy trunk to community-any
Added:
home-assistant/repos/community-any/PKGBUILD
(from rev 538601, home-assistant/trunk/PKGBUILD)
home-assistant/repos/community-any/home-assistant.service
(from rev 538601, home-assistant/trunk/home-assistant.service)
home-assistant/repos/community-any/home-assistant.sysusers
(from rev 538601, home-assistant/trunk/home-assistant.sysusers)
home-assistant/repos/community-any/home-assistant.tmpfiles
(from rev 538601, 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 | 174 +++++++++++++++++++++++-----------------------
home-assistant.service | 28 +++----
home-assistant.sysusers | 2
home-assistant.tmpfiles | 2
4 files changed, 103 insertions(+), 103 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-21 13:11:40 UTC (rev 538601)
+++ PKGBUILD 2019-12-21 13:11:49 UTC (rev 538602)
@@ -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=0.103.2
-pkgrel=1
-arch=(any)
-url=https://home-assistant.io/
-license=(APACHE)
-depends=(
- gcc
- 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-sqlalchemy
- 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=50714fbedf57e8a2dfa685c7734b32e1f957e729
- home-assistant.service
- home-assistant.sysusers
- home-assistant.tmpfiles
-)
-sha256sums=(
- SKIP
- 2a87a3b529a1eeddfae0c02c415bed13586b002b9580226bdc749a27bbe83af5
- 319c7790d3cdb076bf527b1d478edbc99e00b22fbf4a884b395e46460114ee41
- f9e43edb276e0fbbbc2273b836ef1da0ac43347b5c3e4c63774e7f7ecdf25660
-)
-
-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 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 538601, home-assistant/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-21 13:11:49 UTC (rev 538602)
@@ -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=0.103.3
+pkgrel=1
+arch=(any)
+url=https://home-assistant.io/
+license=(APACHE)
+depends=(
+ gcc
+ 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-sqlalchemy
+ 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=3e7699b886e393778fec7041599833d503929b3b
+ home-assistant.service
+ home-assistant.sysusers
+ home-assistant.tmpfiles
+)
+sha256sums=(
+ SKIP
+ 2a87a3b529a1eeddfae0c02c415bed13586b002b9580226bdc749a27bbe83af5
+ 319c7790d3cdb076bf527b1d478edbc99e00b22fbf4a884b395e46460114ee41
+ f9e43edb276e0fbbbc2273b836ef1da0ac43347b5c3e4c63774e7f7ecdf25660
+)
+
+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 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-12-21 13:11:40 UTC (rev 538601)
+++ home-assistant.service 2019-12-21 13:11:49 UTC (rev 538602)
@@ -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 538601, home-assistant/trunk/home-assistant.service)
===================================================================
--- home-assistant.service (rev 0)
+++ home-assistant.service 2019-12-21 13:11:49 UTC (rev 538602)
@@ -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-12-21 13:11:40 UTC (rev 538601)
+++ home-assistant.sysusers 2019-12-21 13:11:49 UTC (rev 538602)
@@ -1 +0,0 @@
-u hass - "Home Assistant daemon user" /var/lib/hass
Copied: home-assistant/repos/community-any/home-assistant.sysusers (from rev 538601, home-assistant/trunk/home-assistant.sysusers)
===================================================================
--- home-assistant.sysusers (rev 0)
+++ home-assistant.sysusers 2019-12-21 13:11:49 UTC (rev 538602)
@@ -0,0 +1 @@
+u hass - "Home Assistant daemon user" /var/lib/hass
Deleted: home-assistant.tmpfiles
===================================================================
--- home-assistant.tmpfiles 2019-12-21 13:11:40 UTC (rev 538601)
+++ home-assistant.tmpfiles 2019-12-21 13:11:49 UTC (rev 538602)
@@ -1 +0,0 @@
-d /var/lib/hass 0750 hass hass -
Copied: home-assistant/repos/community-any/home-assistant.tmpfiles (from rev 538601, home-assistant/trunk/home-assistant.tmpfiles)
===================================================================
--- home-assistant.tmpfiles (rev 0)
+++ home-assistant.tmpfiles 2019-12-21 13:11:49 UTC (rev 538602)
@@ -0,0 +1 @@
+d /var/lib/hass 0750 hass hass -
More information about the arch-commits
mailing list