12 buildPythonPackage rec {
13 pname = "marshmallow";
17 disabled = pythonOlder "3.8";
19 src = fetchFromGitHub {
20 owner = "marshmallow-code";
22 rev = "refs/tags/${version}";
23 hash = "sha256-KhXasYKooZRokRoFlWKOaQzSUe6tXDtUlrf65eGGUi8=";
30 propagatedBuildInputs = [
40 pythonImportsCheck = [
45 description = "Library for converting complex objects to and from simple Python datatypes";
46 homepage = "https://github.com/marshmallow-code/marshmallow";
47 changelog = "https://github.com/marshmallow-code/marshmallow/blob/${version}/CHANGELOG.rst";
48 license = licenses.mit;
49 maintainers = with maintainers; [ cript0nauta ];