Merge pull request #220567 from SuperSandro2000/commonmark-normalise

python310Packages.commonmark: normalise pname
This commit is contained in:
Martin Weinelt 2023-03-12 18:04:55 +00:00 committed by GitHub
commit 617c9a4107
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 12 additions and 11 deletions

View file

@ -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;

View file

@ -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

View file

@ -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 = ''

View file

@ -18,7 +18,7 @@ python3.pkgs.buildPythonPackage rec {
};
propagatedBuildInputs = with python3.pkgs; [
CommonMark
commonmark
aiohttp
asyncpg
mautrix

View file

@ -51,7 +51,7 @@
yarl
asyncpg
ruamel-yaml
CommonMark
commonmark
python-magic
protobuf3
mautrix

View file

@ -26,7 +26,7 @@ python3.pkgs.buildPythonPackage rec {
];
propagatedBuildInputs = with python3.pkgs; [
CommonMark
commonmark
aiohttp
asyncpg
attrs

View file

@ -38,7 +38,7 @@ python.pkgs.buildPythonPackage rec {
propagatedBuildInputs = with python.pkgs; ([
ruamel-yaml
python-magic
CommonMark
commonmark
aiohttp
yarl
mautrix

View file

@ -49,6 +49,7 @@ mapAliases ({
carrot = throw "carrot has been removed, as its development was discontinued in 2012"; # added 2022-01-18
class-registry = phx-class-registry; # added 2021-10-05
codespell = throw "codespell has been promoted to a top-level attribute"; # Added 2022-10-02
CommonMark = commonmark; # added 2023-03-12
ConfigArgParse = configargparse; # added 2021-03-18
cozy = throw "cozy was removed because it was not actually https://pypi.org/project/Cozy/."; # added 2022-01-14
cryptography_vectors = "cryptography_vectors is no longer exposed in python*Packages because it is used for testing cryptography only."; # Added 2022-03-23

View file

@ -1975,7 +1975,7 @@ self: super: with self; {
commoncode = callPackage ../development/python-modules/commoncode { };
CommonMark = callPackage ../development/python-modules/commonmark { };
commonmark = callPackage ../development/python-modules/commonmark { };
compiledb = callPackage ../development/python-modules/compiledb { };