pkgs.development.python-modules: remove unused args

This commit is contained in:
Markus S. Wamser 2021-11-12 10:22:34 +01:00 committed by Jonathan Ringer
parent 3f5767d09e
commit 2043dbb6fa
321 changed files with 90 additions and 426 deletions

View file

@ -2,7 +2,6 @@
, buildPythonPackage
, isPy27
, fetchPypi
, nose
, setuptools-scm
, six
, dnspython

View file

@ -1,4 +1,4 @@
{ lib, stdenv, buildPythonPackage, fetchPypi, fetchpatch, pythonOlder, python
{ lib, stdenv, buildPythonPackage, fetchPypi, fetchpatch, pythonOlder
, fonttools, defcon, lxml, fs, unicodedata2, zopfli, brotlipy, fontpens
, brotli, fontmath, mutatormath, booleanoperations
, ufoprocessor, ufonormalizer, psautohint, tqdm

View file

@ -1,6 +1,5 @@
{ lib
, aiohttp
, async-timeout
, buildPythonPackage
, fetchFromGitHub
, poetry

View file

@ -10,7 +10,6 @@
, pytest-aiohttp
, pytest-asyncio
, pytestCheckHook
, pythonAtLeast
, voluptuous
}:

View file

@ -6,7 +6,6 @@
, poetry-core
, pytest-aiohttp
, pytestCheckHook
, pythonAtLeast
, zeroconf
}:

View file

@ -1,4 +1,4 @@
{ lib, fetchpatch, buildPythonPackage, fetchPypi
{ lib, buildPythonPackage, fetchPypi
, aiohttp, pytest, pytest-cov, pytest-aiohttp
}:

View file

@ -3,7 +3,6 @@
, buildPythonPackage
, fetchFromGitHub
, pythonOlder
, pytestCheckHook
}:
buildPythonPackage rec {

View file

@ -5,7 +5,6 @@
, pytestCheckHook
, python-dateutil
, pythonOlder
, setuptools-scm
, urllib3
}:

View file

@ -1,5 +1,4 @@
{ lib
, fetchpatch
, buildPythonPackage
, fetchFromGitHub
, future

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, ansible-base
, jsonschema
, jxmlease
, ncclient

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, isPy37, pyperclip }:
{ lib, buildPythonPackage, fetchFromGitHub, pyperclip }:
buildPythonPackage rec {
version = "0.2.6";

View file

@ -1,5 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, fetchpatch
, sqlite, isPyPy }:
{ lib, buildPythonPackage, fetchFromGitHub, sqlite, isPyPy }:
buildPythonPackage rec {
pname = "apsw";

View file

@ -1,4 +1,4 @@
{ lib, pkgs, buildPythonPackage, fetchPypi, isPy3k
{ lib, buildPythonPackage, fetchPypi, isPy3k
, numpy
}:

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, isPy27
, nose, chai, simplejson, backports_functools_lru_cache
, simplejson, backports_functools_lru_cache
, python-dateutil, pytz, pytest-mock, sphinx, dateparser, pytest-cov
, pytestCheckHook
}:

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, isPy27, pytestCheckHook, fetchpatch }:
{ lib, buildPythonPackage, fetchPypi, pytestCheckHook }:
buildPythonPackage rec {
pname = "astor";

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, fetchpatch
, pythonOlder
, pytestCheckHook
, pytest-asyncio

View file

@ -4,7 +4,6 @@
, fetchPypi
, async_generator
, paho-mqtt
, pytestCheckHook
}:
buildPythonPackage rec {

View file

@ -1,6 +1,5 @@
{ lib
, argon2_cffi
, attrs
, buildPythonPackage
, cbor
, cbor2

View file

@ -1,5 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, isPy27
, azure-core
{ lib, buildPythonPackage, fetchPypi, azure-core
, msrest
}:

View file

@ -1,6 +1,5 @@
{ buildPythonPackage
, lib
, python
, fetchPypi
, six
, requests

View file

@ -1,6 +1,5 @@
{ buildPythonPackage
, fetchPypi
, isPy38
, lib
# pythonPackages

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, azure-common
, azure-core
, msrest

View file

@ -2,7 +2,6 @@
, aiohttp
, azure-common
, azure-core
, azure-nspkg
, cryptography
, msrest
, pytestCheckHook

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrest
, azure-common
}:

View file

@ -5,8 +5,6 @@
, azure-common
, azure-mgmt-core
, azure-mgmt-nspkg
, python
, isPy3k
}:
buildPythonPackage rec {

View file

@ -5,8 +5,6 @@
, azure-common
, azure-mgmt-core
, azure-mgmt-nspkg
, python
, isPy3k
}:
buildPythonPackage rec {

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrestazure
, azure-common
, azure-mgmt-core

View file

@ -1,9 +1,7 @@
{ pkgs
, buildPythonPackage
, fetchPypi
, python
, azure-core
, isPy3k
}:
buildPythonPackage rec {

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrestazure
, azure-common
, azure-mgmt-datalake-nspkg

View file

@ -1,9 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, pythonNamespacesHook
, msrestazure
, azure-common
, azure-mgmt-datalake-nspkg

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrest
, msrestazure

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrest
, msrestazure

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrest
, msrestazure
, azure-common

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, msrest
, msrestazure
, azure-common

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrest
, msrestazure
, azure-common

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrest
, msrestazure
, azure-common

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrest
, msrestazure

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrest
, msrestazure
, azure-common

View file

@ -2,7 +2,6 @@
, buildPythonPackage
, fetchPypi
, azure-common
, azure-mgmt-common
, azure-mgmt-core
, msrest
, msrestazure

View file

@ -2,8 +2,6 @@
, buildPythonPackage
, fetchPypi
, azure-nspkg
, python
, isPy3k
}:
buildPythonPackage rec {

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, msrest
, msrestazure
, azure-common

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrestazure
, azure-common
, azure-mgmt-core

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrest
, msrestazure
, azure-common

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
, msrest
, msrestazure
, azure-common

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, azure-mgmt-common
, azure-mgmt-core
, isPy3k

View file

@ -1,8 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, python
, isPy3k
}:
buildPythonPackage rec {

View file

@ -7,7 +7,6 @@
, azure-core
, cryptography
, msrest
, futures ? null
}:
buildPythonPackage rec {

View file

@ -1,7 +1,6 @@
{ pkgs
, buildPythonPackage
, fetchPypi
, python
, azure-common
, cryptography
, futures ? null

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, fetchFromGitHub
{ lib, buildPythonPackage, fetchFromGitHub
, wheel, pytestCheckHook, pytest-runner, pythonAtLeast }:
buildPythonPackage rec {

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, coverage
, gettext
, mock
, pytestCheckHook

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, python
, scikit-learn
, scipy
, pytest

View file

@ -1,6 +1,5 @@
{ lib
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, aiohttp
, semver

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, fetchpatch, six
{ lib, buildPythonPackage, fetchPypi, six
, wcwidth, pytest, mock, glibcLocales
}:

View file

@ -1,6 +1,5 @@
{ lib
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, python-dateutil
, python-slugify

View file

@ -12,7 +12,6 @@
, pillow
#, pytestCheckHook#
, pytest
, python
, python-dateutil
, pyyaml
, selenium

View file

@ -1,8 +1,7 @@
{ lib, stdenv, python, fetchPypi, makeWrapper, unzip, makeSetupHook
{ lib, stdenv, python, makeWrapper, unzip
, pipInstallHook
, setuptoolsBuildHook
, wheel, pip, setuptools
, isPy27
}:
stdenv.mkDerivation rec {

View file

@ -1,8 +1,7 @@
{ lib, stdenv, python, fetchPypi, makeWrapper, unzip, makeSetupHook
{ lib, stdenv, python, makeWrapper, unzip
, pipInstallHook
, setuptoolsBuildHook
, wheel, pip, setuptools
, isPy27
}:
stdenv.mkDerivation rec {

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, aflplusplus
}:
buildPythonPackage rec {

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, toPythonModule
, isPy3k
, pythonOlder
, pythonAtLeast
, fetchFromGitHub

View file

@ -2,7 +2,6 @@
, buildPythonPackage
, fetchPypi
, pythonOlder
, isPy27
, aenum
, wrapt
, typing ? null
@ -12,7 +11,7 @@
, hypothesis
, future
, pytest
, pytest-timeout }:
}:
buildPythonPackage rec {
pname = "python-can";

View file

@ -2,8 +2,6 @@
, buildPythonPackage
, capstone
, stdenv
, fetchpatch
, fetchPypi
, setuptools
}:

View file

@ -1,5 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, isPy3k
, twisted, whisper, txamqp, cachetools, urllib3
{ lib, buildPythonPackage, fetchPypi, twisted, whisper, txamqp, cachetools, urllib3
}:
buildPythonPackage rec {

View file

@ -2,7 +2,6 @@
, acme
, certbot
, google-api-python-client
, isPy3k
, oauth2client
, pytestCheckHook
, pythonOlder

View file

@ -2,7 +2,6 @@
, acme
, certbot
, dnspython
, isPy3k
, pytestCheckHook
, pythonOlder
}:

View file

@ -2,7 +2,6 @@
, acme
, boto3
, certbot
, isPy3k
, pytestCheckHook
, pythonOlder
}:

View file

@ -5,7 +5,6 @@
, pytest-cov
, cython
, numpy
, python
}:
buildPythonPackage rec {

View file

@ -1,8 +1,5 @@
{ lib
, buildPythonPackage
{ buildPythonPackage
, cirq-core
, pythonOlder
, fetchFromGitHub
, requests
, pytestCheckHook
}:

View file

@ -1,6 +1,4 @@
{ lib
, buildPythonPackage
, pythonOlder
{ buildPythonPackage
, cirq-core
, google-api-core
, protobuf

View file

@ -1,8 +1,5 @@
{ lib
, buildPythonPackage
{ buildPythonPackage
, cirq-core
, pythonOlder
, fetchFromGitHub
, requests
, pytestCheckHook
}:

View file

@ -1,8 +1,5 @@
{ lib
, buildPythonPackage
{ buildPythonPackage
, cirq-core
, pythonOlder
, fetchFromGitHub
, requests
, pytestCheckHook
}:

View file

@ -1,8 +1,5 @@
{ lib
, buildPythonPackage
{ buildPythonPackage
, cirq-core
, pythonOlder
, fetchFromGitHub
, requests
, pytestCheckHook
, attrs

View file

@ -1,8 +1,5 @@
{ lib
, buildPythonPackage
{ buildPythonPackage
, cirq-core
, pythonOlder
, fetchFromGitHub
, pytestCheckHook
}:

View file

@ -1,5 +1,4 @@
{ lib
, buildPythonPackage
{ buildPythonPackage
, cirq-aqt
, cirq-core
, cirq-google

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi
, pylev, pastel, clikit }:
, clikit }:
buildPythonPackage rec {
pname = "cleo";

View file

@ -1,5 +1,4 @@
{ stdenv
, buildPythonPackage
{ buildPythonPackage
, cliff
, docutils
, stestr

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, locale, pytestCheckHook, click, sortedcontainers, pyyaml }:
{ lib, buildPythonPackage, fetchPypi, click, sortedcontainers, pyyaml }:
buildPythonPackage rec {
pname = "cock";

View file

@ -1,5 +1,4 @@
{ lib
, stdenv
, buildPythonPackage
, fetchPypi
}:

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, unittest2
, colander
, sqlalchemy
}:

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, nbsmoke
, param
, pyct
, pytest-mpl

View file

@ -4,7 +4,6 @@
, nose
, numpy
, lib
, pytest
}:
buildPythonPackage rec {

View file

@ -1,5 +1,4 @@
{ lib, pkgs, buildPythonPackage, fetchPypi, isPy3k
, numpy
{ lib, buildPythonPackage, fetchPypi, numpy
}:
buildPythonPackage rec {

View file

@ -1,4 +1,4 @@
{ buildPythonPackage, lib, fetchFromGitHub, pytest, dissononce, python-axolotl-curve25519
{ buildPythonPackage, lib, fetchFromGitHub, dissononce, python-axolotl-curve25519
, transitions, protobuf, nose
}:

View file

@ -1,5 +1,4 @@
{ lib, stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder
, six, pytestCheckHook, pytest-benchmark, enum34, numpy, arrow, ruamel_yaml
{ lib, stdenv, buildPythonPackage, fetchFromGitHub, pytestCheckHook, pytest-benchmark, enum34, numpy, arrow, ruamel_yaml
}:
buildPythonPackage rec {

View file

@ -1,5 +1,5 @@
{ lib, stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder
, six, pytestCheckHook, pytest-benchmark, numpy, arrow, ruamel_yaml
, pytestCheckHook, pytest-benchmark, numpy, arrow, ruamel_yaml
, lz4, cloudpickle
}:

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, fetchPypi, pythonAtLeast, pytest }:
{ lib, buildPythonPackage, fetchPypi, pythonAtLeast }:
buildPythonPackage rec {
pname = "crashtest";

View file

@ -5,7 +5,6 @@
, certifi
, fetchFromGitHub
, pythonOlder
, coverage
}:
buildPythonPackage rec {

View file

@ -1,7 +1,6 @@
{ lib, stdenv
, buildPythonPackage
, fetchPypi
, fetchpatch
, isPy27
, ipaddress
, openssl
@ -9,7 +8,6 @@
, darwin
, packaging
, six
, pythonOlder
, isPyPy
, cffi
, pytest

View file

@ -1,7 +1,6 @@
{ lib, stdenv
, buildPythonPackage
, fetchPypi
, fetchpatch
, rustPlatform
, setuptools-rust
, openssl
@ -9,7 +8,6 @@
, darwin
, packaging
, six
, pythonOlder
, isPyPy
, cffi
, pytest

View file

@ -5,7 +5,6 @@
, nose
, toolz
, python
, fetchpatch
, isPy27
}:

View file

@ -4,9 +4,7 @@
, plotly
, flask
, flask-compress
, future
, dash-core-components
, dash-renderer
, dash-html-components
, dash-table
, pytest-mock

View file

@ -1,4 +1,4 @@
{ stdenv, lib, buildPythonPackage, fetchPypi, substituteAll, pythonOlder
{ stdenv, lib, buildPythonPackage, fetchPypi, pythonOlder
, pipInstallHook, writeText
, blessed
, docutils

View file

@ -2,7 +2,6 @@
, buildPythonPackage
, isPy3k
, fetchFromGitHub
, fetchpatch
, python-dateutil
, pytz
, regex

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchPypi
, pythonAtLeast
, chardet
, attrs
, commoncode

View file

@ -1,5 +1,4 @@
{ stdenv
, buildPythonPackage
{ buildPythonPackage
, debtcollector
, stestr
}:

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pytestCheckHook, nose }:
{ lib, buildPythonPackage, fetchPypi, nose }:
buildPythonPackage rec {
pname = "deep_merge";

View file

@ -2,7 +2,6 @@
, lib
, fetchFromGitHub
, pexpect
, pytest
}:
buildPythonPackage rec {

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, isPy27
, fetchpatch
, setuptools-scm
, libdeltachat
, cffi

View file

@ -1,5 +1,4 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, pytest-mock

View file

@ -1,7 +1,6 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, fetchPypi
, isPy3k
, jsonpickle
, mock

View file

@ -1,5 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, django
, redis, async-timeout, hiredis
}:
buildPythonPackage rec {

Some files were not shown because too many files have changed in this diff Show more