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