22 buildPythonPackage rec {
23 pname = "recordlinkage";
27 disabled = pythonOlder "3.8";
30 inherit pname version;
31 hash = "sha256-7NoMEN/xOLFwaBXeMysShfZwrn6MzpJZYhNQHVieaqQ=";
40 propagatedBuildInputs = [
53 # pytestCheckHook does not work
54 # Reusing their CI setup which involves 'rm -rf recordlinkage' in preCheck phase do not work too.
55 nativeCheckInputs = [ pytest ];
57 pythonImportsCheck = [ "recordlinkage" ];
60 description = "Library to link records in or between data sources";
61 homepage = "https://recordlinkage.readthedocs.io/";
62 changelog = "https://github.com/J535D165/recordlinkage/releases/tag/v${version}";
63 license = licenses.bsd3;
64 maintainers = with maintainers; [ raitobezarius ];