first Python 3.7 tests

This commit is contained in:
Andreas Billmeier 2018-12-31 15:54:30 +01:00
parent dabf57b6ee
commit 5e0cc5b0eb
3 changed files with 10 additions and 9 deletions

View File

@ -42,14 +42,15 @@ Let me know if any initial depencies are missing. I test fresh installs once in
- caldav-0.5.0 (also refuses to compile at my box)
- and other frequently used modules i currently do not use
- Find out why `SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"` is not working in some cases and fix it in:
~~- rxv~~
~~- user-agents~~
~~- ifaddr~~
~~- libusb1~~
~~- adb-homeassistant~~
~~- firetv~~
~~- envs~~
- ~~rxv~~
- ~~user-agents~~
- ~~ifaddr~~
- ~~libusb1~~
- ~~adb-homeassistant~~
- ~~firetv~~
- ~~envs~~
- Create a mechanism to check [requirements_all.txt](https://raw.githubusercontent.com/home-assistant/home-assistant/dev/requirements_all.txt) against this repo.
- try/test this all with Python 3.7
- Write an installation page for the home-assistant.io Documentation an get it added.
- Convince more people to not run Home Assistant with Docker (see https://xkcd.com/1988/)

View File

@ -12,5 +12,5 @@ DIST homeassistant-0.84.6.tar.gz 3216435 BLAKE2B d1e9cac9a525a16d6bdafc2859de7ae
EBUILD homeassistant-0.82.1.ebuild 4741 BLAKE2B de3fdd03df2287c65df5288aa33993fd98a3f96bc59ee618f2c9e614c0942df0bdd3751e41237a05627966a7d077c75183207f42399be5780958a9c76deea4f4 SHA512 7eab092d828b289b9be7c823c6a8358baa59acf7bfaee8caf2d42be098f59f964ba26f384ecdc7db9887aef56b670915d9f06508d54139797438fd3001115b85
EBUILD homeassistant-0.83.3.ebuild 5443 BLAKE2B 5ca87a39c77d6c9fb9847a4a541d0c6ee9e631edc551ba2fbd6026d3a301f04242b505246c838e5f766b6fc18063120f3cdc3c98d8d28666e1efeb814254097b SHA512 8d5696eeed30daa8971c7219801dc38da93d17dcac4cb50213eaf066976662807f5106e4f056bd2e98b7203c9f85549baf580ca54c7b35e2bdd6996b2d98141c
EBUILD homeassistant-0.84.4.ebuild 5444 BLAKE2B 966f133dd7fe3c4b294443b463bce74db2af9c1cda7be4ddcb4c1a2fe7e619b36179c7841539ed33b58e519316c4d8452442bfacc31bd69bbeecae8a25a09eed SHA512 4c2286702708fba6bbf14459b57ae1663419562b07972ee9dec50e1ff5281feb6f0d7412e12d8e80999db649d8376d55bcd1a6101ca0de3569336385d7800ebf
EBUILD homeassistant-0.84.6.ebuild 5414 BLAKE2B 5afedd04df0f667820f3f2755604b760901d1e783046921329c5b4338f5d609a3a8af95461c1eb69713ffcfcbf0b936f6aa528aed46e1f5cdbd2d0608eafec07 SHA512 77c603aad2c203be72895defa2e454d209693ad0f4236641397831e748fbac55a01328d6da69227f4c1dc3d53103961d2cbbcc2b2f63dc900b6de9a29ee1935c
EBUILD homeassistant-0.84.6.ebuild 5418 BLAKE2B 9e020ebb6d9df58f8d239625750ef3b91977f44755d3541bec7f5172be1f6e1cd1d327f522c96044876446243d3a00acc1c3997bc5ffb6cc348c1b9c9a2380b4 SHA512 f15a6991597321a68d33e2f75336132d296f615ba3ef79568edf702ff0ae3b12cb8ed63aeb46842c13388d89d8ed2258030025597ab1a80b3fdcd057cfbebe5b
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

View File

@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=( python3_6 )
PYTHON_COMPAT=( python3_{6,7} )
inherit user readme.gentoo-r1 eutils distutils-r1