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