11 buildPythonPackage rec {
13 pname = "backports.os";
17 inherit pname version;
18 sha256 = "b472c4933094306ca08ec90b2a8cbb50c34f1fb2767775169a1c1650b7b74630";
21 buildInputs = [ setuptools_scm ];
22 checkInputs = [ hypothesis ];
23 propagatedBuildInputs = [ future ];
26 ${python.interpreter} -m unittest discover tests
30 homepage = "https://github.com/pjdelport/backports.os";
31 description = "Backport of new features in Python's os module";
32 license = licenses.mit;
33 maintainers = [ maintainers.costrouc ];