Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pythonPackages.pushover: init at 0.3 #37293

Merged
merged 3 commits into from Mar 18, 2018
Merged

pythonPackages.pushover: init at 0.3 #37293

merged 3 commits into from Mar 18, 2018

Conversation

peterhoeg
Copy link
Member

Motivation for this change

Needed for home-assistant.

Cc: @FRidh @dotlambda

Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option build-use-sandbox in nix.conf on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@GrahamcOfBorg
Copy link

Success on x86_64-linux (full log)

Attempted: home-assistant

Partial log (click to expand)

copying path '/nix/store/j75iqbfpgcxbgz4pl4jqigngb8da0my7-python3.6-pyOpenSSL-17.5.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/d9lpibgfgyrdcc1pis445xy3wjlndi3w-python3.6-yarl-1.1.1' from 'https://cache.nixos.org'...
copying path '/nix/store/pnbgxldjra5jvdlgm81a58lylyd04mp2-python3.6-urllib3-1.22' from 'https://cache.nixos.org'...
copying path '/nix/store/nicbkjh23jmmfyz6bzj2vngmsv317bsr-python3.6-home-assistant-frontend-20180310.0' from 'https://cache.nixos.org'...
copying path '/nix/store/ajwlgd66yqs1fwgrllv9y0m4v48rdwpg-python3.6-aiohttp-3.0.6' from 'https://cache.nixos.org'...
copying path '/nix/store/a40xfalk1fkxylr1qzylriwinxg5f9gg-python3.6-requests-2.18.4-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/mv786lxk5dn9l4n3q1w43bnrskamk3ph-python3.6-astral-1.5' from 'https://cache.nixos.org'...
copying path '/nix/store/8xcgkxynq58hwxzj6fsh10zqfkd316fy-python3.6-aiohttp-cors-0.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/81hjwb6zgqwrnbii4cyql91ybmz9kmjd-homeassistant-0.65.5' from 'https://cache.nixos.org'...
/nix/store/81hjwb6zgqwrnbii4cyql91ybmz9kmjd-homeassistant-0.65.5

@GrahamcOfBorg
Copy link

Success on aarch64-linux (full log)

Attempted: home-assistant

Partial log (click to expand)

copying path '/nix/store/93l5623hv4qyfn7vfy1bz8a7imh3g68f-python3.6-home-assistant-frontend-20180310.0' from 'https://cache.nixos.org'...
copying path '/nix/store/66f998gw0g1pgvd4294sagbysqjlpqca-python3.6-cryptography-2.1.4-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/pwzk8gfn9cfamrikixwjnafkfhb1ghwp-python3.6-aiohttp-3.0.6' from 'https://cache.nixos.org'...
copying path '/nix/store/7yk4zshbs4jm4m6y4pkqixb6dq2dxp1n-python3.6-pyOpenSSL-17.5.0-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/nc243mh1y0a4753b7nk1r2qjklvzca3x-python3.6-urllib3-1.22' from 'https://cache.nixos.org'...
copying path '/nix/store/p3pz647lg0w5kszk04qrphm7whdpgrfa-python3.6-aiohttp-cors-0.7.0' from 'https://cache.nixos.org'...
copying path '/nix/store/wjyvaam05309yd7yab6ma8g2d0gi40l5-python3.6-requests-2.18.4-dev' from 'https://cache.nixos.org'...
copying path '/nix/store/6iiqf329xy9p4f3f0x346yiab466fknv-python3.6-astral-1.5' from 'https://cache.nixos.org'...
copying path '/nix/store/p34g40x2llgf68l9aagi9rfh9pcryk98-homeassistant-0.65.5' from 'https://cache.nixos.org'...
/nix/store/p34g40x2llgf68l9aagi9rfh9pcryk98-homeassistant-0.65.5

@Mic92 Mic92 merged commit eb3b45f into NixOS:master Mar 18, 2018
propagatedBuildInputs = [ requests ];

# checks crash
doCheck = false;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests could be run using python test.py but they require network access: https://github.com/laprice/pushover/blob/master/test.py

@@ -12,7 +12,7 @@ buildPythonPackage rec {

propagatedBuildInputs = [ requests ];

# checks crash
# there are no tests
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed: c353590

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mic92 Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants