10 buildPythonPackage rec {
13 format = "setuptools";
16 inherit pname version;
17 hash = "sha256-hD44XB2/aUmWyoTvAqfzDCg3YDVYj1++rNa64AXPfI0=";
20 buildInputs = [ cups ] ++ lib.optional stdenv.hostPlatform.isDarwin libiconv;
22 # Wants to connect to CUPS
26 description = "Python bindings for libcups";
27 homepage = "http://cyberelk.net/tim/software/pycups/";
28 license = with licenses; [ gpl2Plus ];