Unverified Commit 0a5266e1 authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #243549 from tjni/jaraco-renames

treewide: rename jaraco_* to jaraco-*
parents ba929a02 0811561a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
    click
    flask
    flask-babel
    jaraco_functools
    jaraco-functools
    jinja2
    markdown2
    ply
+4 −4
Original line number Diff line number Diff line
@@ -2,8 +2,8 @@
, stdenv
, buildPythonPackage
, fetchPypi
, jaraco_functools
, jaraco_text
, jaraco-functools
, jaraco-text
, more-itertools
, portend
, pypytools
@@ -35,13 +35,13 @@ buildPythonPackage rec {
  ];

  propagatedBuildInputs = [
    jaraco_functools
    jaraco-functools
    more-itertools
    six
  ];

  nativeCheckInputs = [
    jaraco_text
    jaraco-text
    portend
    pypytools
    pytest-mock
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
, buildPythonPackage
, cheroot
, fetchPypi
, jaraco_collections
, jaraco-collections
, more-itertools
, objgraph
, path
@@ -53,7 +53,7 @@ buildPythonPackage rec {
    portend
    more-itertools
    zc_lockfile
    jaraco_collections
    jaraco-collections
  ];

  nativeCheckInputs = [
+18 −8
Original line number Diff line number Diff line
{ lib, buildPythonPackage, fetchPypi, isPy3k
, six, jaraco_logging, jaraco_text, jaraco_stream, pytz, jaraco_itertools
, setuptools-scm, jaraco_collections, importlib-metadata
{ lib
, buildPythonPackage
, fetchPypi
, isPy3k
, six
, jaraco-logging
, jaraco-text
, jaraco-stream
, pytz
, jaraco-itertools
, setuptools-scm
, jaraco-collections
, importlib-metadata
}:

buildPythonPackage rec {
@@ -20,12 +30,12 @@ buildPythonPackage rec {
  propagatedBuildInputs = [
    six
    importlib-metadata
    jaraco_logging
    jaraco_text
    jaraco_stream
    jaraco-logging
    jaraco-text
    jaraco-stream
    pytz
    jaraco_itertools
    jaraco_collections
    jaraco-itertools
    jaraco-collections
  ];

  doCheck = false;
+6 −6
Original line number Diff line number Diff line
@@ -5,9 +5,9 @@
, fetchFromGitHub
, fetchPypi
, importlib-resources
, jaraco_classes
, jaraco_collections
, jaraco_itertools
, jaraco-classes
, jaraco-collections
, jaraco-itertools
, jaraco-context
, jaraco-net
, keyring
@@ -55,15 +55,15 @@ buildPythonPackage rec {
    colorlog
    keyring
    requests-toolbelt
    jaraco_collections
    jaraco-collections
    jaraco-context
    jaraco_classes
    jaraco-classes
    jaraco-net
    more-itertools
    importlib-resources
    bx-py-utils
    platformdirs
    jaraco_itertools
    jaraco-itertools
  ];

  nativeCheckInputs = [
Loading