pkgs.development.python-modules: remove unused args

This commit is contained in:
Markus S. Wamser 2021-11-13 13:43:29 +01:00
parent 594fa6aea6
commit 9b001407a1
12 changed files with 9 additions and 20 deletions

View file

@ -1,5 +1,4 @@
{ lib { lib
, stdenv
, buildPythonPackage , buildPythonPackage
, pythonOlder , pythonOlder
, fetchFromGitHub , fetchFromGitHub

View file

@ -1,5 +1,5 @@
{ lib, fetchPypi, isPy27, python, buildPythonPackage, pythonOlder { lib, fetchPypi, isPy27, buildPythonPackage, pythonOlder
, numpy, hdf5, cython, six, pkgconfig, unittest2, fetchpatch , numpy, hdf5, cython, six, pkgconfig, unittest2
, mpi4py ? null, openssh, pytestCheckHook, cached-property }: , mpi4py ? null, openssh, pytestCheckHook, cached-property }:
assert hdf5.mpiSupport -> mpi4py != null && hdf5.mpi == mpi4py.mpi; assert hdf5.mpiSupport -> mpi4py != null && hdf5.mpi == mpi4py.mpi;

View file

@ -13,7 +13,7 @@
# * https://github.com/google/jax/issues/971#issuecomment-508216439 # * https://github.com/google/jax/issues/971#issuecomment-508216439
# * https://github.com/google/jax/issues/5723#issuecomment-913038780 # * https://github.com/google/jax/issues/5723#issuecomment-913038780
{ addOpenGLRunpath, autoPatchelfHook, buildPythonPackage, config, fetchPypi { addOpenGLRunpath, autoPatchelfHook, buildPythonPackage, config
, fetchurl, isPy39, lib, stdenv , fetchurl, isPy39, lib, stdenv
# propagatedBuildInputs # propagatedBuildInputs
, absl-py, flatbuffers, scipy, cudatoolkit_11 , absl-py, flatbuffers, scipy, cudatoolkit_11

View file

@ -1,7 +1,5 @@
{ lib { lib
, bash
, buildPythonPackage , buildPythonPackage
, chardet
, docker , docker
, entrypoints , entrypoints
, escapism , escapism

View file

@ -1,4 +1,4 @@
{ lib, python, pythonOlder, buildPythonPackage, fetchPypi, pytestCheckHook, click }: { lib, pythonOlder, buildPythonPackage, fetchPypi, pytestCheckHook, click }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "lexid"; pname = "lexid";

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchFromGitHub, python3, cmake { lib, buildPythonPackage, fetchFromGitHub, python3, cmake
, pythonOlder, libnest2d, sip_4, clipper }: , libnest2d, sip_4, clipper }:
buildPythonPackage rec { buildPythonPackage rec {
version = "4.10.0"; version = "4.10.0";

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchFromGitHub, pythonOlder { lib, buildPythonPackage, fetchFromGitHub, pythonOlder
, trio, python, async_generator, hypothesis, outcome, pytest }: , trio, async_generator, hypothesis, outcome, pytest }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "pytest-trio"; pname = "pytest-trio";

View file

@ -1,16 +1,13 @@
{ lib, buildPythonPackage, pythonOlder, fetchPypi, isPy3k, isPyPy { lib, buildPythonPackage, pythonOlder, fetchPypi, isPy3k, isPyPy
, atomicwrites , atomicwrites
, attrs , attrs
, funcsigs
, hypothesis , hypothesis
, mock
, more-itertools , more-itertools
, packaging , packaging
, pathlib2 , pathlib2
, pluggy , pluggy
, py , py
, pygments , pygments
, python
, setuptools , setuptools
, setuptools-scm , setuptools-scm
, six , six

View file

@ -1,4 +1,4 @@
{ buildPythonPackage, fetchPypi, lib, python, python-dateutil, requests { buildPythonPackage, fetchPypi, lib, python-dateutil, requests
, six, sseclient-py }: , six, sseclient-py }:
buildPythonPackage rec { buildPythonPackage rec {

View file

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, fetchpatch, python, coverage, lsof, glibcLocales, coreutils }: { lib, buildPythonPackage, fetchPypi, python, coverage, lsof, glibcLocales, coreutils }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "sh"; pname = "sh";

View file

@ -11,7 +11,6 @@
, jsonschema , jsonschema
, murmurhash , murmurhash
, numpy , numpy
, pathlib
, preshed , preshed
, requests , requests
, setuptools , setuptools

View file

@ -1,9 +1,5 @@
{ stdenv { buildPythonPackage
, buildPythonPackage
, ddt
, sqlalchemy
, stestr , stestr
, subunit2sql
}: }:
buildPythonPackage rec { buildPythonPackage rec {