15 buildPythonPackage rec {
16 pname = "pint-pandas";
20 disabled = pythonOlder "3.9";
22 src = fetchFromGitHub {
26 hash = "sha256-5/Qk6HZlfeKkfSqnVA8aADjJ99SUiurYCqSIUBPFIzc=";
40 nativeCheckInputs = [ pytestCheckHook ];
43 broken = stdenv.hostPlatform.isDarwin;
44 description = "Pandas support for pint";
45 license = lib.licenses.bsd3;
46 homepage = "https://github.com/hgrecco/pint-pandas";
47 maintainers = with lib.maintainers; [ doronbehar ];