8 buildPythonPackage rec {
13 inherit pname version;
14 sha256 = "105254a8b04934f0bc84e9c24eb360a591aaf6535c9def5f29d92af107a9bf57";
17 # No such file or directory: 'pbcopy'
18 doCheck = !stdenv.isDarwin;
21 ${python.interpreter} tests/test_pyperclip.py
24 pythonImportsCheck = [ "pyperclip" ];
27 homepage = "https://github.com/asweigart/pyperclip";
28 license = licenses.bsd3;
29 description = "Cross-platform clipboard module";
30 maintainers = with maintainers; [ dotlambda ];