Merge pull request #19001 from peterhoeg/unifi

python-unifi: init at 1.2.5
This commit is contained in:
Frederik Rietdijk 2016-09-28 16:13:04 +02:00 committed by GitHub
commit 347af0823e

View file

@ -290,6 +290,27 @@ in modules // {
hdf5 = pkgs.hdf5.override { zlib = pkgs.zlib; };
};
unifi = buildPythonPackage rec {
name = "unifi-1.2.5";
propagatedBuildInputs = with self; [ urllib3 ];
# upstream has no tests
doCheck = false;
meta = {
description = "An API towards the Ubiquity Networks UniFi controller";
homepage = https://pypi.python.org/pypi/unifi/;
license = licenses.mit;
maintainers = with maintainers; [ peterhoeg ];
};
src = pkgs.fetchurl {
url = "mirror://pypi/u/unifi/${name}.tar.gz";
sha256 = "0prgx01hzs49prrazgxrinm7ivqzy57ch06qm2h7s1p957sazds8";
};
};
pyunbound = callPackage ../tools/networking/unbound/python.nix { };
# packages defined here