1 { lib, pythonOlder, buildPythonPackage, fetchPypi, six, glibcLocales, pytest }:
3 buildPythonPackage rec {
11 sha256 = "04xq69hrys8lf9kp8pva0c4aphjjfw412km7c32ydkwq0i59rhp2";
17 # root does not has /root as home in sandbox
18 py.test -k 'not test_expand' hcs_utils/test
21 buildInputs = [ six glibcLocales ];
22 nativeCheckInputs = [ pytest ];
24 disabled = pythonOlder "3.4";
27 description = "Library collecting some useful snippets";
28 homepage = "https://pypi.python.org/pypi/hcs_utils/1.3";
29 license = licenses.isc;
30 maintainers = with maintainers; [ lovek323 ];
31 platforms = platforms.unix;