13 buildPythonPackage rec {
14 pname = "pydantic-extra-types";
18 src = fetchFromGitHub {
20 repo = "pydantic-extra-types";
21 rev = "refs/tags/v${version}";
22 hash = "sha256-XLVhoZ3+TfVYEuk/5fORaGpCBaB5NcuskWhHgt+llS0=";
29 propagatedBuildInputs = [
33 passthru.optional-dependencies = {
42 pythonImportsCheck = [ "pydantic_extra_types" ];
46 ] ++ passthru.optional-dependencies.all;
49 changelog = "https://github.com/pydantic/pydantic-extra-types/blob/${src.rev}/HISTORY.md";
50 description = "Extra Pydantic types";
51 homepage = "https://github.com/pydantic/pydantic-extra-types";
52 license = licenses.mit;
53 maintainers = with maintainers; [ ];