8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 hash = "sha256-iCN17nMZJ1rl9qahKHQGNl2sHpZDuRrRDlGH0/hCU70=";
18 propagatedBuildInputs = [ cffi ];
20 propagatedNativeBuildInputs = [ cffi ];
22 nativeCheckInputs = [ pytestCheckHook ];
25 substituteInPlace setup.py \
26 --replace "pytest-runner" ""
29 # FIXME: These do not work, and I have been unable to figure out why.
32 pythonImportsCheck = [ "reflink" ];
35 description = "Python reflink wraps around platform specific reflink implementations";
36 homepage = "https://gitlab.com/rubdos/pyreflink";
37 license = licenses.mit;
38 maintainers = with maintainers; [ lovesegfault ];