mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-27 18:30:13 +00:00
treewide: mark broken wip
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, pythonOlder, pyyaml
|
||||
, python-dateutil, requests, pymongo, raven, bcrypt, flask, pyjwt, flask-cors, psycopg2, pytz, flask-compress, jinja2
|
||||
, python-dateutil, requests, pymongo, raven, bcrypt, flask, pyjwt, flask-cors, psycopg2, pytz, flask-compress, jinja2, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -25,5 +25,6 @@ buildPythonPackage rec {
|
||||
homepage = https://alerta.io;
|
||||
description = "Alerta Monitoring System server";
|
||||
license = licenses.asl20;
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -53,6 +53,7 @@
|
||||
, nose
|
||||
, python
|
||||
, isPy3k
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -187,5 +188,6 @@ buildPythonPackage rec {
|
||||
homepage = http://airflow.apache.org/;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc maintainers.ingenieroariel ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
{ stdenv, buildPythonPackage, fetchFromGitHub, pythonOlder
|
||||
, aria2, poetry, pytest, pytestcov, pytest_xdist, responses
|
||||
, asciimatics, loguru, requests, setuptools, websocket_client
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -15,7 +16,7 @@ buildPythonPackage rec {
|
||||
rev = "v${version}";
|
||||
sha256 = "1inak3y2win58zbzykfzy6xp00f276sqsz69h2nfsd93mpr74wf6";
|
||||
};
|
||||
|
||||
|
||||
nativeBuildInputs = [ poetry ];
|
||||
|
||||
preBuild = ''
|
||||
@@ -39,5 +40,6 @@ buildPythonPackage rec {
|
||||
description = "Command-line tool and library to interact with an aria2c daemon process with JSON-RPC";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ koral ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ lib, fetchPypi, buildPythonPackage, fetchpatch, astroid, six, coverage
|
||||
, lazy-object-proxy, nose, wrapt
|
||||
, lazy-object-proxy, nose, wrapt, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -29,5 +29,6 @@ buildPythonPackage rec {
|
||||
license = licenses.asl20;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, pythonOlder, python }:
|
||||
{ lib, buildPythonPackage, fetchPypi, pythonOlder, python, isPy38 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "asynctest";
|
||||
@@ -26,5 +26,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/Martiusweb/asynctest;
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
, buildPythonApplication, python, pythonOlder
|
||||
, mock, nose, pathpy, pyhamcrest, pytest_4
|
||||
, glibcLocales, parse, parse-type, six
|
||||
, traceback2
|
||||
, traceback2, isPy38
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
@@ -48,5 +48,6 @@ buildPythonApplication rec {
|
||||
description = "behaviour-driven development, Python style";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ alunduil ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, fetchPypi, buildPythonPackage, isPy3k, keyring, pbkdf2, pyaes}:
|
||||
{ lib, fetchPypi, buildPythonPackage, isPy3k, keyring, pbkdf2, pyaes, isPy38 }:
|
||||
buildPythonPackage rec {
|
||||
pname = "browser-cookie3";
|
||||
version = "0.9.1";
|
||||
@@ -20,5 +20,6 @@ buildPythonPackage rec {
|
||||
maintainers = with maintainers; [ borisbabic ];
|
||||
homepage = https://github.com/borisbabic/browser_cookie3;
|
||||
license = licenses.gpl3;
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
, XlsxWriter
|
||||
, pyyaml
|
||||
, pytest
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -54,6 +55,7 @@ buildPythonPackage rec {
|
||||
description = "Support and convert several CAN (Controller Area Network) database formats .arxml .dbc .dbf .kcd .sym fibex xls(x)";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ sorki ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,9 @@
|
||||
, fetchFromGitHub
|
||||
, nose
|
||||
, can
|
||||
, canmatrix }:
|
||||
, canmatrix
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
pname = "canopen";
|
||||
@@ -40,5 +42,6 @@ buildPythonPackage {
|
||||
description = "CANopen stack implementation";
|
||||
license = licenses.lgpl3;
|
||||
maintainers = with maintainers; [ sorki ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
, pydot
|
||||
, pyyaml
|
||||
, pygraphviz
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -82,5 +83,6 @@ buildPythonPackage rec {
|
||||
homepage = "http://github.com/quantumlib/cirq";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ drewrisinger ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
, h5py
|
||||
, nose
|
||||
, isPy27
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -46,5 +47,6 @@ buildPythonPackage rec {
|
||||
homepage = https://clifford.readthedocs.io;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
, py-lru-cache
|
||||
, six
|
||||
, pytest
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -44,6 +45,7 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/simonw/csvs-to-sqlite;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
, pandas
|
||||
, six
|
||||
, statsmodels
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -55,5 +56,6 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/santosjorge/cufflinks";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ globin ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
, distributed
|
||||
, docrep
|
||||
, pytest
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -29,5 +30,6 @@ buildPythonPackage rec {
|
||||
description = "Deploy Dask on job schedulers like PBS, SLURM, and SGE";
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
, fastparquet
|
||||
, testpath
|
||||
, nbconvert
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -81,5 +82,6 @@ buildPythonPackage rec {
|
||||
homepage = https://datashader.org;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, isPy3k, six, unittest2 }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, isPy3k, six, unittest2, isPy38 }:
|
||||
|
||||
let
|
||||
testPath =
|
||||
@@ -28,5 +28,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/ets-labs/python-dependency-injector;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ gerschtli ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
, django
|
||||
, python
|
||||
, pillow
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -26,6 +27,7 @@ buildPythonPackage rec {
|
||||
homepage = "https://github.com/respondcreate/django-versatileimagefield/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ mmai ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ stdenv, buildPythonPackage, fetchFromGitHub, fetchpatch, six, hypothesis, mock
|
||||
, python-Levenshtein, pytest, termcolor, isPy27, enum34 }:
|
||||
, python-Levenshtein, pytest, termcolor, isPy27, enum34, isPy38 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fire";
|
||||
@@ -42,5 +42,6 @@ buildPythonPackage rec {
|
||||
'';
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ leenaars ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -172,5 +172,6 @@ buildPythonPackage rec {
|
||||
maintainers = with maintainers; [
|
||||
kamadorueda
|
||||
];
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, lxml, requests, tkinter }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, lxml, requests, tkinter, isPy38 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "fritzconnection";
|
||||
@@ -21,5 +21,6 @@ buildPythonPackage rec {
|
||||
homepage = https://bitbucket.org/kbr/fritzconnection;
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, flake8, six, orderedmultidict }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, flake8, six, orderedmultidict, isPy38 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "furl";
|
||||
@@ -18,5 +18,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/gruns/furl;
|
||||
license = licenses.publicDomain;
|
||||
maintainers = with maintainers; [ vanzef ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{ stdenv, buildPythonPackage, isPy3k, fetchFromGitHub, substituteAll
|
||||
, python, utillinux, pygit2, gitMinimal, git-annex
|
||||
, python, utillinux, pygit2, gitMinimal, git-annex, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -39,5 +39,6 @@ buildPythonPackage rec {
|
||||
description = "Call git-annex commands from Python";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ dotlambda ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
, marshmallow
|
||||
, pendulum
|
||||
, protobuf
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -33,5 +34,6 @@ buildPythonPackage rec {
|
||||
description = "Sans-I/O wrapper of Google Music API calls";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jakewaksbaum ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
, protobuf
|
||||
, requests_oauthlib
|
||||
, tenacity
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -40,5 +41,6 @@ buildPythonPackage rec {
|
||||
description = "A Google Music API wrapper";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jakewaksbaum ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
, google_api_core
|
||||
, pytest
|
||||
, mock
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -28,5 +29,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
, pytest
|
||||
, mock
|
||||
, ipython
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -32,5 +33,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
, google_api_core
|
||||
, pytest
|
||||
, mock
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -27,5 +28,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
, google_cloud_core
|
||||
, pytest
|
||||
, mock
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -28,5 +29,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
, google_cloud_core
|
||||
, pytest
|
||||
, mock
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -28,5 +29,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
, google_cloud_logging
|
||||
, pytest
|
||||
, mock
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -27,5 +28,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
, webapp2
|
||||
, django
|
||||
, flask
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -31,5 +32,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
, google_api_core
|
||||
, pytest
|
||||
, mock
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -28,5 +29,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
, google_cloud_core
|
||||
, pytest
|
||||
, mock
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -28,5 +29,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
, google_cloud_core
|
||||
, pytest
|
||||
, mock
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -30,5 +31,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
, pytest
|
||||
, mock
|
||||
, setuptools
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -35,5 +36,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
, grpcio
|
||||
, pytest
|
||||
, mock
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -31,5 +32,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/GoogleCloudPlatform/google-cloud-python;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
, cython
|
||||
, python
|
||||
, k5test
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -66,5 +67,6 @@ buildPythonPackage rec {
|
||||
homepage = https://pypi.python.org/pypi/gssapi;
|
||||
description = "Python GSSAPI Wrapper";
|
||||
license = licenses.mit;
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,12 +6,13 @@
|
||||
, libxnd
|
||||
, libgumath
|
||||
, isPy27
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
pname = "gumath";
|
||||
disabled = isPy27;
|
||||
inherit (libgumath) src version meta;
|
||||
inherit (libgumath) src version;
|
||||
|
||||
checkInputs = [ numba ];
|
||||
propagatedBuildInputs = [ ndtypes xnd ];
|
||||
@@ -25,4 +26,8 @@ buildPythonPackage {
|
||||
--replace 'add_runtime_library_dirs = ["$ORIGIN"]' \
|
||||
'add_runtime_library_dirs = ["${libndtypes}/lib", "${libxnd}/lib", "${libgumath}/lib"]'
|
||||
'';
|
||||
|
||||
meta = libgumath.meta // {
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
, requests-cache
|
||||
, pygments
|
||||
, pyquery
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -27,5 +28,6 @@ buildPythonPackage rec {
|
||||
homepage = https://pypi.python.org/pypi/howdoi;
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
, marshmallow
|
||||
, mock
|
||||
, numpy
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -34,6 +35,7 @@ buildPythonPackage rec {
|
||||
description = "A Python framework that makes developing APIs as simple as possible, but no simpler";
|
||||
homepage = https://github.com/timothycrosley/hug;
|
||||
license = licenses.mit;
|
||||
broken = isPy38;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
, tables
|
||||
, pyarrow
|
||||
, graphviz
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -53,5 +54,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/ibis-project/ibis;
|
||||
license = licenses.asl20;
|
||||
maintainers = [ maintainers.costrouc ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
, pytest
|
||||
, scikitlearn
|
||||
, tensorflow
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -32,5 +33,6 @@ buildPythonPackage rec {
|
||||
description = "Library offering a number of re-sampling techniques commonly used in datasets showing strong between-class imbalance";
|
||||
homepage = https://github.com/scikit-learn-contrib/imbalanced-learn;
|
||||
license = licenses.mit;
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
, shapely
|
||||
, six
|
||||
, stdenv
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -24,7 +25,7 @@ buildPythonPackage rec {
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "opencv-python-headless" ""
|
||||
substituteInPlace setup.py \
|
||||
--replace "opencv-python-headless" ""
|
||||
--replace "opencv-python-headless" ""
|
||||
substituteInPlace pytest.ini \
|
||||
--replace "--xdoctest --xdoctest-global-exec=\"import imgaug as ia\nfrom imgaug import augmenters as iaa\"" ""
|
||||
'';
|
||||
@@ -51,5 +52,6 @@ buildPythonPackage rec {
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ cmcdragonkai rakesh4g ];
|
||||
platforms = platforms.linux;
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ lib, buildPythonPackage, fetchPypi, pythonOlder }:
|
||||
{ lib, buildPythonPackage, fetchPypi, pythonOlder, isPy38 }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "immutables";
|
||||
@@ -15,5 +15,6 @@ buildPythonPackage rec {
|
||||
homepage = https://github.com/MagicStack/immutables;
|
||||
license = with lib.licenses; [ asl20 ];
|
||||
maintainers = with lib.maintainers; [ catern ];
|
||||
broken = isPy38;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -18,6 +18,7 @@
|
||||
, tornado
|
||||
, pytest
|
||||
, pythonOlder
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, fetchpatch
|
||||
, nose, numpy
|
||||
, bottle, pyyaml, redis, six
|
||||
, zlib }:
|
||||
, zlib, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "Jug";
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
, six
|
||||
, pytest
|
||||
, pytest-sugar
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
, jinja2
|
||||
, pyyaml
|
||||
, nose
|
||||
, isPy38
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
||||
Reference in New Issue
Block a user