7 , pytest-error-for-skips
12 buildPythonPackage rec {
15 format = "setuptools";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
22 rev = "refs/tags/${version}";
23 hash = "sha256-f55daLPBepNDIfZFAZWdkAvEkNb0cyYQt9LkqyIMrnY=";
26 propagatedBuildInputs = [
33 pytest-error-for-skips
37 pythonImportsCheck = [
42 description = "Python wrapper for getting data from Brother laser and inkjet printers via SNMP";
43 homepage = "https://github.com/bieniu/brother";
44 changelog = "https://github.com/bieniu/brother/releases/tag/${version}";
45 license = licenses.asl20;
46 maintainers = with maintainers; [ hexa ];