9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 hash = "sha256-iCN17nMZJ1rl9qahKHQGNl2sHpZDuRrRDlGH0/hCU70=";
19 propagatedBuildInputs = [ cffi ];
21 propagatedNativeBuildInputs = [ cffi ];
23 nativeCheckInputs = [ pytestCheckHook ];
26 substituteInPlace setup.py \
27 --replace "pytest-runner" ""
30 # FIXME: These do not work, and I have been unable to figure out why.
33 pythonImportsCheck = [ "reflink" ];
36 description = "Python reflink wraps around platform specific reflink implementations";
37 homepage = "https://gitlab.com/rubdos/pyreflink";
38 license = licenses.mit;
39 maintainers = with maintainers; [ lovesegfault ];