python2Packages.singledispatch: python 2 only

This commit is contained in:
Frederik Rietdijk 2021-03-25 08:39:12 +01:00
parent 24896293e4
commit 959d1a4424
8 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
{ fetchPypi, buildPythonPackage, lib, six, singledispatch, isPy3k { fetchPypi, buildPythonPackage, lib, six, singledispatch ? null, isPy3k
, click , click
, joblib , joblib
, regex , regex

View File

@ -5,7 +5,7 @@
# Python deps # Python deps
, logutils , logutils
, Mako , Mako
, singledispatch , singledispatch ? null
, six , six
, webtest , webtest
# Test Inputs # Test Inputs

View File

@ -1,5 +1,5 @@
{ lib, isPy3k, fetchFromGitHub, buildPythonPackage { lib, isPy3k, fetchFromGitHub, buildPythonPackage
, six, enum34, pyasn1, cryptography, singledispatch , six, enum34, pyasn1, cryptography, singledispatch ? null
, fetchPypi, pytestCheckHook }: , fetchPypi, pytestCheckHook }:
buildPythonPackage rec { buildPythonPackage rec {

View File

@ -2,10 +2,10 @@
, python , python
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, backports_abc , backports_abc ? null
, backports_ssl_match_hostname , backports_ssl_match_hostname ? null
, certifi , certifi ? null
, singledispatch , singledispatch ? null
, futures ? null , futures ? null
, isPy27 , isPy27
}: }:

View File

@ -2,10 +2,10 @@
, python , python
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchPypi
, backports_abc , backports_abc ? null
, backports_ssl_match_hostname , backports_ssl_match_hostname ? null
, certifi , certifi ? null
, singledispatch , singledispatch ? null
, futures ? null , futures ? null
, isPy27 , isPy27
}: }:

View File

@ -3,7 +3,7 @@
, fetchPypi , fetchPypi
, pytestrunner , pytestrunner
, setuptools_scm , setuptools_scm
, singledispatch , singledispatch ? null
, pytest , pytest
, lib , lib
}: }:

View File

@ -7145,8 +7145,6 @@ in {
simpy = callPackage ../development/python-modules/simpy { }; simpy = callPackage ../development/python-modules/simpy { };
singledispatch = callPackage ../development/python-modules/singledispatch { };
signify = callPackage ../development/python-modules/signify { }; signify = callPackage ../development/python-modules/signify { };
sip = callPackage ../development/python-modules/sip { }; sip = callPackage ../development/python-modules/sip { };

View File

@ -545,6 +545,8 @@ with self; with super; {
simpleparse = callPackage ../development/python-modules/simpleparse { }; simpleparse = callPackage ../development/python-modules/simpleparse { };
singledispatch = callPackage ../development/python-modules/singledispatch { };
sipsimple = callPackage ../development/python-modules/sipsimple { }; sipsimple = callPackage ../development/python-modules/sipsimple { };
slowaes = callPackage ../development/python-modules/slowaes { }; slowaes = callPackage ../development/python-modules/slowaes { };