pythonPackages.pyatv: init at 0.3.12

This commit is contained in:
elseym 2018-11-22 23:16:50 +01:00
parent a0dcbd94df
commit 1bf2801567
No known key found for this signature in database
GPG Key ID: 8696D1F9E5C020D2
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,24 @@
{ stdenv, buildPythonPackage, fetchPypi, srptools, aiohttp, zeroconf
, ed25519, cryptography, curve25519-donna, pytest, pytestrunner
, netifaces, asynctest, virtualenv, toml, filelock, tox }:
buildPythonPackage rec {
pname = "pyatv";
version = "0.3.12";
src = fetchPypi {
inherit pname version;
sha256 = "135xvy1nn0x5knc7l05amfs837xkx2gcg3lpp69ya9kqs8j6brgp";
};
propagatedBuildInputs = [ srptools aiohttp zeroconf ed25519 cryptography curve25519-donna tox ];
checkInputs = [ pytest pytestrunner netifaces asynctest virtualenv toml filelock ];
meta = with stdenv.lib; {
description = "A python client library for the Apple TV";
homepage = https://github.com/postlund/pyatv;
license = licenses.mit;
maintainers = with maintainers; [ elseym ];
};
}

View File

@ -5143,6 +5143,8 @@ in {
curve25519-donna = callPackage ../development/python-modules/curve25519-donna { };
pyatv = callPackage ../development/python-modules/curve25519-donna { };
});
in fix' (extends overrides packages)