Merge pull request #19001 from peterhoeg/unifi
python-unifi: init at 1.2.5
This commit is contained in:
commit
347af0823e
@ -290,6 +290,27 @@ in modules // {
|
|||||||
hdf5 = pkgs.hdf5.override { zlib = pkgs.zlib; };
|
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 { };
|
pyunbound = callPackage ../tools/networking/unbound/python.nix { };
|
||||||
|
|
||||||
# packages defined here
|
# packages defined here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user