9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-t94BQt3IG/xcdQfuoZ2pILkiUrVIuWGGyvlKXiUn0xA=";
19 build-system = [ setuptools ];
21 # https://github.com/asweigart/pyperclip/issues/263
25 ${python.interpreter} tests/test_pyperclip.py
28 pythonImportsCheck = [ "pyperclip" ];
31 homepage = "https://github.com/asweigart/pyperclip";
32 license = licenses.bsd3;
33 description = "Cross-platform clipboard module";
34 maintainers = with maintainers; [ dotlambda ];