Unverified Commit 38d554a7 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

python310Packages.commonmark: normalise pname

parent c079fc5f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pytestCheckHook
, CommonMark
, commonmark
, docutils
, sphinx
, isPy3k
@@ -20,7 +20,7 @@ buildPythonPackage rec {
  };

  nativeCheckInputs = [ pytestCheckHook ];
  propagatedBuildInputs = [ CommonMark docutils sphinx ];
  propagatedBuildInputs = [ commonmark docutils sphinx ];

  dontUseSetuptoolsCheck = true;

+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, CommonMark
, commonmark
, poetry-core
, pygments
, typing-extensions
@@ -31,7 +31,7 @@ buildPythonPackage rec {
  nativeBuildInputs = [ poetry-core ];

  propagatedBuildInputs = [
    CommonMark
    commonmark
    pygments
  ] ++ lib.optionals (pythonOlder "3.9") [
    typing-extensions
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
, fetchFromGitHub
, sphinx
, markdown
, CommonMark
, commonmark
, recommonmark
, pydash
, pyyaml
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    sha256 = "0i0hhapmdmh83yx61lxi2h4bsmhnzddamz95844g2ghm132kw5mv";
  };

  propagatedBuildInputs = [ sphinx markdown CommonMark pydash pyyaml unify yapf recommonmark ];
  propagatedBuildInputs = [ sphinx markdown commonmark pydash pyyaml unify yapf recommonmark ];

  # Avoids running broken tests in test_markdown.py
  checkPhase = ''
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ python3.pkgs.buildPythonPackage rec {
  };

  propagatedBuildInputs = with python3.pkgs; [
    CommonMark
    commonmark
    aiohttp
    asyncpg
    mautrix
+1 −1
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@
    yarl
    asyncpg
    ruamel-yaml
    CommonMark
    commonmark
    python-magic
    protobuf3
    mautrix
Loading