0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

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 , buildPythonPackage
, isPy27 , isPy27
, fetchPypi , fetchPypi
, nose
, setuptools-scm , setuptools-scm
, six , six
, dnspython , 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 , fonttools, defcon, lxml, fs, unicodedata2, zopfli, brotlipy, fontpens
, brotli, fontmath, mutatormath, booleanoperations , brotli, fontmath, mutatormath, booleanoperations
, ufoprocessor, ufonormalizer, psautohint, tqdm , ufoprocessor, ufonormalizer, psautohint, tqdm

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, isPy27 { 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 , python-dateutil, pytz, pytest-mock, sphinx, dateparser, pytest-cov
, pytestCheckHook , pytestCheckHook
}: }:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,4 @@
{ lib, pkgs, buildPythonPackage, fetchPypi, isPy3k { lib, buildPythonPackage, fetchPypi, numpy
, numpy
}: }:
buildPythonPackage rec { 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 , transitions, protobuf, nose
}: }:

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

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