mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python-packages: gspoauth: init at 0.0.4
This commit is contained in:
parent
686f1ff924
commit
2f41c41f95
@ -4848,6 +4848,38 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
gpsoauth = buildPythonPackage rec {
|
||||
version = "0.0.4";
|
||||
name = "gpsoauth-${version}";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/g/gpsoauth/${name}.tar.gz";
|
||||
sha256 = "1mhd2lkl1f4fmia1cwxwik8gvqr5q16scjip7kfwzadh9a11n9kw";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
cffi
|
||||
cryptography
|
||||
enum34
|
||||
idna
|
||||
ipaddress
|
||||
ndg-httpsclient
|
||||
pyopenssl
|
||||
pyasn1
|
||||
pycparser
|
||||
pycrypto
|
||||
requests2
|
||||
six
|
||||
];
|
||||
|
||||
meta = {
|
||||
description = "A python client library for Google Play Services OAuth.";
|
||||
homepage = "https://github.com/simon-weber/gpsoauth";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jgillich ];
|
||||
};
|
||||
};
|
||||
|
||||
gst-python = callPackage ../development/libraries/gstreamer/python {
|
||||
gst-plugins-base = pkgs.gst_all_1.gst-plugins-base;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user