|
@@ -151,35 +151,30 @@ apps:
|
|
PIP_USER: 1
|
|
PIP_USER: 1
|
|
command: bin/hass --script check_config --config $SNAP_DATA -i
|
|
command: bin/hass --script check_config --config $SNAP_DATA -i
|
|
|
|
|
|
-package-repositories:
|
|
+# package-repositories:
|
|
- - type: apt
|
|
+# - type: apt
|
|
- ppa: deadsnakes/ppa
|
|
+# ppa: deadsnakes/ppa
|
|
|
|
|
|
parts:
|
|
parts:
|
|
-
|
|
+ python:
|
|
-
|
|
+ plugin: dump
|
|
-
|
|
+ source: ./src/nil
|
|
-
|
|
+ stage-packages:
|
|
-
|
|
+ - python3.9-venv
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
|
|
homeassistant:
|
|
homeassistant:
|
|
-
|
|
+ after: [python]
|
|
plugin: python
|
|
plugin: python
|
|
source: https://github.com/home-assistant/core.git
|
|
source: https://github.com/home-assistant/core.git
|
|
source-tag: ${SNAPCRAFT_PROJECT_VERSION}
|
|
source-tag: ${SNAPCRAFT_PROJECT_VERSION}
|
|
-
|
|
+ build-environment:
|
|
-
|
|
+ - SNAPCRAFT_PYTHON_INTERPRETER: python3.9
|
|
-
|
|
+
|
|
python-packages:
|
|
python-packages:
|
|
- setuptools<58
|
|
- setuptools<58
|
|
- wheel
|
|
- wheel
|
|
- Cython
|
|
- Cython
|
|
|
|
+ - pip
|
|
build-packages:
|
|
build-packages:
|
|
- autoconf
|
|
- autoconf
|
|
- build-essential
|
|
- build-essential
|
|
@@ -207,7 +202,9 @@ parts:
|
|
- libxml2-dev
|
|
- libxml2-dev
|
|
- libxslt1-dev
|
|
- libxslt1-dev
|
|
- pkg-config
|
|
- pkg-config
|
|
- - python3-dev
|
|
+ - python3-pip
|
|
|
|
+ - python3.9-dev
|
|
|
|
+
|
|
- zlib1g-dev
|
|
- zlib1g-dev
|
|
- on armhf:
|
|
- on armhf:
|
|
- rustc
|
|
- rustc
|
|
@@ -229,30 +226,22 @@ parts:
|
|
- netbase
|
|
- netbase
|
|
- tcpdump
|
|
- tcpdump
|
|
- zlib1g
|
|
- zlib1g
|
|
|
|
+
|
|
stage:
|
|
stage:
|
|
- - -lib/python3.8/site-packages/homeassistant/components/updater
|
|
+ - -lib/python3.9/site-packages/homeassistant/components/updater
|
|
- - -lib/python3.8/site-packages/aiogithubapi*
|
|
+ - -lib/python3.9/site-packages/aiogithubapi*
|
|
requirements:
|
|
requirements:
|
|
- requirements_all.txt
|
|
- requirements_all.txt
|
|
constraints:
|
|
constraints:
|
|
- homeassistant/package_constraints.txt
|
|
- homeassistant/package_constraints.txt
|
|
- override-build: |
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
+
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- snapcraftctl build
|
|
|
|
- sed -i 's/include-system-site-packages = false/include-system-site-packages = true/g' $SNAPCRAFT_PART_INSTALL/pyvenv.cfg
|
|
|
|
updater:
|
|
updater:
|
|
after: [homeassistant]
|
|
after: [homeassistant]
|
|
plugin: dump
|
|
plugin: dump
|