fixed envs SRC_URI

This commit is contained in:
Andreas Billmeier 2018-12-31 15:04:16 +01:00
parent 6961ca16c8
commit dabf57b6ee
3 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ Let me know if any initial depencies are missing. I test fresh installs once in
~~- libusb1~~
~~- adb-homeassistant~~
~~- firetv~~
- envs
~~- envs~~
- Create a mechanism to check [requirements_all.txt](https://raw.githubusercontent.com/home-assistant/home-assistant/dev/requirements_all.txt) against this repo.
- 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

@ -1,3 +1,3 @@
DIST envs-1.2.6.tar.gz 21086 BLAKE2B f691aa80c0eb47c2ea9e384f4daf503f8d9d78170f7bd565a329aa6c05d19f395db4ff3ba27921a4acb7ada072feb58da47c12371ccffe1d3bb0ab00bf0cdabf SHA512 49d9db6a81e46bf6534abb036938f3a149435e93551599fd31c441a6af2e0ad6ed16da87851f67a8efc28086398027c28f8c7a460f6b8bf862b8b662c4c0593a
EBUILD envs-1.2.6.ebuild 776 BLAKE2B 18b7017960c7bf6c390a2c8d9e6d5157c040555f9065850509b32fa7ff54cadb0fe9c004eb1ee59299ded66d6de3cf3751f224ef2e8e079c0b025a9bcae9209a SHA512 8e59a7db00197feae71e28e337109a1afd71c9e07392af8678acd5a0342dbcd7b5888968f4598d73a3f8d0555edb11c99689eeae00db4e0adc24d93a1c88b78e
EBUILD envs-1.2.6.ebuild 723 BLAKE2B 90e1fb18d75d9cd4425f88ecf0304ed60e488e698012a99a7fd17593976ee08eaa4842a02092198d6b35367b3e5c59356f8b82bdc431987dcb367b60ae7e060e SHA512 cfb2877701fd091c6d7d1db2f28a8f11352dafd7c81e780faeabf208ef8ecd8d040f046064f3e7cf645e89539de73112a20f4cdf6b394bdc2a0155bfc30459ff
MISC metadata.xml 252 BLAKE2B 507e0ddc9d50b879ff374b903b142f85d020dfd6c486aba2af84fe082c878e780edbb79188ae10104d57db0eb775c86814cc8c06891a3854c9da840a4d377050 SHA512 9470ac9c8a5a4f80e3f767e7aa198addc7b21866c63b2a310e9f41ce65817672fb77423117bdd619e99cb62322025aeadf50717e23eafabf99080fcc106820af

View File

@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1
DESCRIPTION="Easy access of environment variables from Python with support for strings, booleans, list, tuples, and dicts."
HOMEPAGE="https://github.com/bjinwright/envs"
SRC_URI="https://files.pythonhosted.org/packages/34/f5/5277e967127581e5a63dca21dd42b43ab5d21ddd03cad0459649ee3c210a/envs-1.2.6.tar.gz"
HOMEPAGE="https://github.com/bjinwright/envs https://pypi.org/project/envs/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"