pythonPackages.google-music-proto: init at 2.2.0
This commit is contained in:
parent
ec669e2ca3
commit
e27bef23f1
@ -0,0 +1,37 @@
|
|||||||
|
{ lib, buildPythonPackage, fetchPypi, pythonOlder
|
||||||
|
, attrs
|
||||||
|
, audio-metadata
|
||||||
|
, marshmallow
|
||||||
|
, pendulum
|
||||||
|
, protobuf
|
||||||
|
}:
|
||||||
|
|
||||||
|
buildPythonPackage rec {
|
||||||
|
pname = "google-music-proto";
|
||||||
|
version = "2.2.0";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
inherit pname version;
|
||||||
|
sha256 = "008nap32hcrlnkkqkf462vwnm6xzrn6fj71lbryfmrakad7rz7bc";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
attrs
|
||||||
|
audio-metadata
|
||||||
|
marshmallow
|
||||||
|
pendulum
|
||||||
|
protobuf
|
||||||
|
];
|
||||||
|
|
||||||
|
# No tests
|
||||||
|
doCheck = false;
|
||||||
|
|
||||||
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = https://github.com/thebigmunch/google-music-proto;
|
||||||
|
description = "Sans-I/O wrapper of Google Music API calls";
|
||||||
|
license = licenses.mit;
|
||||||
|
maintainers = with maintainers; [ jakewaksbaum ];
|
||||||
|
};
|
||||||
|
}
|
@ -1793,6 +1793,8 @@ in {
|
|||||||
|
|
||||||
google-compute-engine = callPackage ../tools/virtualization/google-compute-engine { };
|
google-compute-engine = callPackage ../tools/virtualization/google-compute-engine { };
|
||||||
|
|
||||||
|
google-music-proto = callPackage ../development/python-modules/google-music-proto { };
|
||||||
|
|
||||||
gpapi = callPackage ../development/python-modules/gpapi { };
|
gpapi = callPackage ../development/python-modules/gpapi { };
|
||||||
gplaycli = callPackage ../development/python-modules/gplaycli { };
|
gplaycli = callPackage ../development/python-modules/gplaycli { };
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user