python311Packages.zope-*: rename from zope_*

authored by Felix Buehler and committed by Martin Weinelt 63f5f088 29f6174c

+140 -133
+1 -1
pkgs/applications/networking/p2p/deluge/default.nix
··· 39 pillow 40 rencode 41 six 42 - zope_interface 43 dbus-python 44 pycairo 45 librsvg
··· 39 pillow 40 rencode 41 six 42 + zope-interface 43 dbus-python 44 pycairo 45 librsvg
+1 -1
pkgs/applications/office/paperless-ngx/default.nix
··· 211 whitenoise 212 whoosh 213 zipp 214 - zope_interface 215 zxing-cpp 216 ] 217 ++ redis.optional-dependencies.hiredis
··· 211 whitenoise 212 whoosh 213 zipp 214 + zope-interface 215 zxing-cpp 216 ] 217 ++ redis.optional-dependencies.hiredis
+1 -1
pkgs/applications/science/math/sage/sage-with-env.nix
··· 79 "zope.interface" 80 "node_three" 81 ] [ 82 - "zope_interface" 83 "threejs" 84 ]; 85 # spkg names (this_is_a_package-version) of all transitive deps
··· 79 "zope.interface" 80 "node_three" 81 ] [ 82 + "zope-interface" 83 "threejs" 84 ]; 85 # spkg names (this_is_a_package-version) of all transitive deps
+2 -2
pkgs/development/python-modules/autobahn/default.nix
··· 43 # , xbr 44 , yapf 45 # , zlmdb 46 - , zope_interface 47 }@args: 48 49 buildPythonPackage rec { ··· 99 nvx = [ cffi ]; 100 scram = [ argon2-cffi cffi passlib ]; 101 serialization = [ cbor2 flatbuffers msgpack ujson py-ubjson ]; 102 - twisted = [ attrs args.twisted zope_interface ]; 103 ui = [ pygobject3 ]; 104 xbr = [ base58 cbor2 click ecdsa eth-abi jinja2 hkdf mnemonic py-ecc /* py-eth-sig-utils */ py-multihash rlp spake2 twisted /* web3 xbr */ yapf /* zlmdb */ ]; 105 };
··· 43 # , xbr 44 , yapf 45 # , zlmdb 46 + , zope-interface 47 }@args: 48 49 buildPythonPackage rec { ··· 99 nvx = [ cffi ]; 100 scram = [ argon2-cffi cffi passlib ]; 101 serialization = [ cbor2 flatbuffers msgpack ujson py-ubjson ]; 102 + twisted = [ attrs args.twisted zope-interface ]; 103 ui = [ pygobject3 ]; 104 xbr = [ base58 cbor2 click ecdsa eth-abi jinja2 hkdf mnemonic py-ecc /* py-eth-sig-utils */ py-multihash rlp spake2 twisted /* web3 xbr */ yapf /* zlmdb */ ]; 105 };
+4 -4
pkgs/development/python-modules/btrees/default.nix
··· 2 , fetchPypi 3 , buildPythonPackage 4 , persistent 5 - , zope_interface 6 , transaction 7 - , zope_testrunner 8 , python 9 , pythonOlder 10 }: ··· 24 25 propagatedBuildInputs = [ 26 persistent 27 - zope_interface 28 ]; 29 30 nativeCheckInputs = [ 31 transaction 32 - zope_testrunner 33 ]; 34 35 checkPhase = ''
··· 2 , fetchPypi 3 , buildPythonPackage 4 , persistent 5 + , zope-interface 6 , transaction 7 + , zope-testrunner 8 , python 9 , pythonOlder 10 }: ··· 24 25 propagatedBuildInputs = [ 26 persistent 27 + zope-interface 28 ]; 29 30 nativeCheckInputs = [ 31 transaction 32 + zope-testrunner 33 ]; 34 35 checkPhase = ''
+2 -2
pkgs/development/python-modules/certbot/default.nix
··· 16 , requests 17 , six 18 , zope-component 19 - , zope_interface 20 , setuptools 21 , dialog 22 , gnureadline ··· 53 requests 54 six 55 zope-component 56 - zope_interface 57 setuptools # for pkg_resources 58 ]; 59
··· 16 , requests 17 , six 18 , zope-component 19 + , zope-interface 20 , setuptools 21 , dialog 22 , gnureadline ··· 53 requests 54 six 55 zope-component 56 + zope-interface 57 setuptools # for pkg_resources 58 ]; 59
+2 -3
pkgs/development/python-modules/datetime/default.nix
··· 3 , pythonOlder 4 , fetchFromGitHub 5 , pytz 6 - , zope_interface 7 }: 8 9 buildPythonPackage rec { ··· 22 23 propagatedBuildInputs = [ 24 pytz 25 - zope_interface 26 ]; 27 28 pythonImportsCheck = [ ··· 37 maintainers = with maintainers; [ icyrockcom ]; 38 }; 39 } 40 -
··· 3 , pythonOlder 4 , fetchFromGitHub 5 , pytz 6 + , zope-interface 7 }: 8 9 buildPythonPackage rec { ··· 22 23 propagatedBuildInputs = [ 24 pytz 25 + zope-interface 26 ]; 27 28 pythonImportsCheck = [ ··· 37 maintainers = with maintainers; [ icyrockcom ]; 38 }; 39 }
+2 -2
pkgs/development/python-modules/eggdeps/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 - , zope_interface 5 , zope-testing 6 }: 7 ··· 15 sha256 = "a094ed7961a3dd38fcaaa69cf7a58670038acdff186360166d9e3d964b7a7323"; 16 }; 17 18 - propagatedBuildInputs = [ zope_interface zope-testing ]; 19 20 # tests fail, see https://hydra.nixos.org/build/4316603/log/raw 21 doCheck = false;
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 + , zope-interface 5 , zope-testing 6 }: 7 ··· 15 sha256 = "a094ed7961a3dd38fcaaa69cf7a58670038acdff186360166d9e3d964b7a7323"; 16 }; 17 18 + propagatedBuildInputs = [ zope-interface zope-testing ]; 19 20 # tests fail, see https://hydra.nixos.org/build/4316603/log/raw 21 doCheck = false;
+2 -2
pkgs/development/python-modules/eliot/default.nix
··· 10 , setuptools 11 , six 12 , testtools 13 - , zope_interface 14 }: 15 16 buildPythonPackage rec { ··· 31 pyrsistent 32 setuptools 33 six 34 - zope_interface 35 ]; 36 37 nativeCheckInputs = [
··· 10 , setuptools 11 , six 12 , testtools 13 + , zope-interface 14 }: 15 16 buildPythonPackage rec { ··· 31 pyrsistent 32 setuptools 33 six 34 + zope-interface 35 ]; 36 37 nativeCheckInputs = [
+2 -2
pkgs/development/python-modules/flufl/bounce.nix
··· 1 - { buildPythonPackage, fetchPypi, atpublic, zope_interface, nose2 }: 2 3 buildPythonPackage rec { 4 pname = "flufl.bounce"; 5 version = "4.0"; 6 7 buildInputs = [ nose2 ]; 8 - propagatedBuildInputs = [ atpublic zope_interface ]; 9 10 src = fetchPypi { 11 inherit pname version;
··· 1 + { buildPythonPackage, fetchPypi, atpublic, zope-interface, nose2 }: 2 3 buildPythonPackage rec { 4 pname = "flufl.bounce"; 5 version = "4.0"; 6 7 buildInputs = [ nose2 ]; 8 + propagatedBuildInputs = [ atpublic zope-interface ]; 9 10 src = fetchPypi { 11 inherit pname version;
+4 -4
pkgs/development/python-modules/gevent/default.nix
··· 10 , importlib-metadata 11 , setuptools 12 , wheel 13 - , zope_event 14 - , zope_interface 15 , pythonOlder 16 17 # for passthru.tests ··· 47 48 propagatedBuildInputs = [ 49 importlib-metadata 50 - zope_event 51 - zope_interface 52 ] ++ lib.optionals (!isPyPy) [ 53 greenlet 54 ];
··· 10 , importlib-metadata 11 , setuptools 12 , wheel 13 + , zope-event 14 + , zope-interface 15 , pythonOlder 16 17 # for passthru.tests ··· 47 48 propagatedBuildInputs = [ 49 importlib-metadata 50 + zope-event 51 + zope-interface 52 ] ++ lib.optionals (!isPyPy) [ 53 greenlet 54 ];
+2 -2
pkgs/development/python-modules/ghdiff/default.nix
··· 1 { lib, buildPythonPackage, fetchPypi 2 - , zope_testrunner, six, chardet}: 3 4 buildPythonPackage rec { 5 pname = "ghdiff"; ··· 11 sha256 = "17mdhi2sq9017nq8rkjhhc87djpi5z99xiil0xz17dyplr7nmkqk"; 12 }; 13 14 - nativeCheckInputs = [ zope_testrunner ]; 15 propagatedBuildInputs = [ six chardet ]; 16 17 meta = with lib; {
··· 1 { lib, buildPythonPackage, fetchPypi 2 + , zope-testrunner, six, chardet}: 3 4 buildPythonPackage rec { 5 pname = "ghdiff"; ··· 11 sha256 = "17mdhi2sq9017nq8rkjhhc87djpi5z99xiil0xz17dyplr7nmkqk"; 12 }; 13 14 + nativeCheckInputs = [ zope-testrunner ]; 15 propagatedBuildInputs = [ six chardet ]; 16 17 meta = with lib; {
+2 -2
pkgs/development/python-modules/klein/default.nix
··· 14 , tubes 15 , twisted 16 , werkzeug 17 - , zope_interface 18 19 # tests 20 , idna ··· 48 twisted 49 tubes 50 werkzeug 51 - zope_interface 52 ]; 53 54 nativeCheckInputs = [
··· 14 , tubes 15 , twisted 16 , werkzeug 17 + , zope-interface 18 19 # tests 20 , idna ··· 48 twisted 49 tubes 50 werkzeug 51 + zope-interface 52 ]; 53 54 nativeCheckInputs = [
+2 -2
pkgs/development/python-modules/lazr/config.nix
··· 3 , fetchPypi 4 , setuptools 5 , lazr-delegates 6 - , zope_interface 7 , pytestCheckHook 8 }: 9 ··· 24 25 propagatedBuildInputs = [ 26 lazr-delegates 27 - zope_interface 28 ]; 29 30 pythonImportsCheck = [
··· 3 , fetchPypi 4 , setuptools 5 , lazr-delegates 6 + , zope-interface 7 , pytestCheckHook 8 }: 9 ··· 24 25 propagatedBuildInputs = [ 26 lazr-delegates 27 + zope-interface 28 ]; 29 30 pythonImportsCheck = [
+2 -2
pkgs/development/python-modules/lazr/delegates.nix
··· 2 , buildPythonPackage 3 , fetchPypi 4 , setuptools 5 - , zope_interface 6 , pytestCheckHook 7 }: 8 ··· 22 ]; 23 24 propagatedBuildInputs = [ 25 - zope_interface 26 ]; 27 28 pythonImportsCheck = [
··· 2 , buildPythonPackage 3 , fetchPypi 4 , setuptools 5 + , zope-interface 6 , pytestCheckHook 7 }: 8 ··· 22 ]; 23 24 propagatedBuildInputs = [ 25 + zope-interface 26 ]; 27 28 pythonImportsCheck = [
+2 -2
pkgs/development/python-modules/ldaptor/default.nix
··· 6 , pyparsing 7 , service-identity 8 , six 9 - , zope_interface 10 , pythonOlder 11 , python 12 }: ··· 27 pyparsing 28 six 29 twisted 30 - zope_interface 31 ] ++ twisted.optional-dependencies.tls; 32 33 nativeCheckInputs = [
··· 6 , pyparsing 7 , service-identity 8 , six 9 + , zope-interface 10 , pythonOlder 11 , python 12 }: ··· 27 pyparsing 28 six 29 twisted 30 + zope-interface 31 ] ++ twisted.optional-dependencies.tls; 32 33 nativeCheckInputs = [
+2 -2
pkgs/development/python-modules/persistent/default.nix
··· 2 , buildPythonPackage 3 , cffi 4 , fetchPypi 5 - , zope_interface 6 , sphinx 7 , manuel 8 , pythonOlder ··· 26 ]; 27 28 propagatedBuildInputs = [ 29 - zope_interface 30 cffi 31 ]; 32
··· 2 , buildPythonPackage 3 , cffi 4 , fetchPypi 5 + , zope-interface 6 , sphinx 7 , manuel 8 , pythonOlder ··· 26 ]; 27 28 propagatedBuildInputs = [ 29 + zope-interface 30 cffi 31 ]; 32
+2 -2
pkgs/development/python-modules/pyjwt/default.nix
··· 6 , pythonOlder 7 , sphinxHook 8 , sphinx-rtd-theme 9 - , zope_interface 10 }: 11 12 buildPythonPackage rec { ··· 34 nativeBuildInputs = [ 35 sphinxHook 36 sphinx-rtd-theme 37 - zope_interface 38 ]; 39 40 passthru.optional-dependencies.crypto = [
··· 6 , pythonOlder 7 , sphinxHook 8 , sphinx-rtd-theme 9 + , zope-interface 10 }: 11 12 buildPythonPackage rec { ··· 34 nativeBuildInputs = [ 35 sphinxHook 36 sphinx-rtd-theme 37 + zope-interface 38 ]; 39 40 passthru.optional-dependencies.crypto = [
+2 -2
pkgs/development/python-modules/pyramid-chameleon/default.nix
··· 7 , pyramid 8 , pytestCheckHook 9 , setuptools 10 - , zope_interface 11 }: 12 13 buildPythonPackage rec { ··· 36 chameleon 37 pyramid 38 setuptools 39 - zope_interface 40 ]; 41 42 nativeCheckInputs = [
··· 7 , pyramid 8 , pytestCheckHook 9 , setuptools 10 + , zope-interface 11 }: 12 13 buildPythonPackage rec { ··· 36 chameleon 37 pyramid 38 setuptools 39 + zope-interface 40 ]; 41 42 nativeCheckInputs = [
+2 -2
pkgs/development/python-modules/pyramid/default.nix
··· 12 , venusian 13 , webob 14 , zope-deprecation 15 - , zope_interface 16 , pythonOlder 17 }: 18 ··· 38 venusian 39 webob 40 zope-deprecation 41 - zope_interface 42 ]; 43 44 nativeCheckInputs = [
··· 12 , venusian 13 , webob 14 , zope-deprecation 15 + , zope-interface 16 , pythonOlder 17 }: 18 ··· 38 venusian 39 webob 40 zope-deprecation 41 + zope-interface 42 ]; 43 44 nativeCheckInputs = [
+2 -2
pkgs/development/python-modules/python3-application/default.nix
··· 1 - { stdenv, lib, isPy3k, buildPythonPackage, fetchFromGitHub, zope_interface, twisted }: 2 3 buildPythonPackage rec { 4 pname = "python3-application"; ··· 14 hash = "sha256-L7KN6rKkbjNmkSoy8vdMYpXSBkWN7afNpreJO0twjq8="; 15 }; 16 17 - propagatedBuildInputs = [ zope_interface twisted ]; 18 19 pythonImportsCheck = [ "application" ]; 20
··· 1 + { stdenv, lib, isPy3k, buildPythonPackage, fetchFromGitHub, zope-interface, twisted }: 2 3 buildPythonPackage rec { 4 pname = "python3-application"; ··· 14 hash = "sha256-L7KN6rKkbjNmkSoy8vdMYpXSBkWN7afNpreJO0twjq8="; 15 }; 16 17 + propagatedBuildInputs = [ zope-interface twisted ]; 18 19 pythonImportsCheck = [ "application" ]; 20
+2 -2
pkgs/development/python-modules/python3-eventlib/default.nix
··· 1 - { lib, fetchFromGitHub, buildPythonPackage, isPy3k, zope_interface, twisted, greenlet }: 2 3 buildPythonPackage rec { 4 pname = "python3-eventlib"; ··· 14 hash = "sha256-LFW3rCGa7A8tk6SjgYgjkLQ+72GE2WN8wG+XkXYTAoQ="; 15 }; 16 17 - propagatedBuildInputs = [ zope_interface twisted greenlet ]; 18 19 dontUseSetuptoolsCheck = true; 20
··· 1 + { lib, fetchFromGitHub, buildPythonPackage, isPy3k, zope-interface, twisted, greenlet }: 2 3 buildPythonPackage rec { 4 pname = "python3-eventlib"; ··· 14 hash = "sha256-LFW3rCGa7A8tk6SjgYgjkLQ+72GE2WN8wG+XkXYTAoQ="; 15 }; 16 17 + propagatedBuildInputs = [ zope-interface twisted greenlet ]; 18 19 dontUseSetuptoolsCheck = true; 20
+4 -4
pkgs/development/python-modules/repoze-sphinx-autointerface/default.nix
··· 4 , pythonOlder 5 , setuptools 6 , pytestCheckHook 7 - , zope_interface 8 - , zope_testrunner 9 , sphinx 10 }: 11 ··· 27 ]; 28 29 propagatedBuildInputs = [ 30 - zope_interface 31 sphinx 32 ]; 33 34 nativeCheckInputs = [ 35 pytestCheckHook 36 - zope_testrunner 37 ]; 38 39 pythonImportsCheck = [
··· 4 , pythonOlder 5 , setuptools 6 , pytestCheckHook 7 + , zope-interface 8 + , zope-testrunner 9 , sphinx 10 }: 11 ··· 27 ]; 28 29 propagatedBuildInputs = [ 30 + zope-interface 31 sphinx 32 ]; 33 34 nativeCheckInputs = [ 35 pytestCheckHook 36 + zope-testrunner 37 ]; 38 39 pythonImportsCheck = [
+2 -2
pkgs/development/python-modules/repoze-who/default.nix
··· 2 , buildPythonPackage 3 , fetchPypi 4 , setuptools 5 - , zope_interface 6 , webob 7 , pytestCheckHook 8 }: ··· 22 setuptools 23 ]; 24 25 - propagatedBuildInputs = [ zope_interface webob ]; 26 27 nativeCheckInputs = [ 28 pytestCheckHook
··· 2 , buildPythonPackage 3 , fetchPypi 4 , setuptools 5 + , zope-interface 6 , webob 7 , pytestCheckHook 8 }: ··· 22 setuptools 23 ]; 24 25 + propagatedBuildInputs = [ zope-interface webob ]; 26 27 nativeCheckInputs = [ 28 pytestCheckHook
+2 -2
pkgs/development/python-modules/scrapy/default.nix
··· 27 , tldextract 28 , twisted 29 , w3lib 30 - , zope_interface 31 }: 32 33 buildPythonPackage rec { ··· 75 tldextract 76 twisted 77 w3lib 78 - zope_interface 79 ]; 80 81 nativeCheckInputs = [
··· 27 , tldextract 28 , twisted 29 , w3lib 30 + , zope-interface 31 }: 32 33 buildPythonPackage rec { ··· 75 tldextract 76 twisted 77 w3lib 78 + zope-interface 79 ]; 80 81 nativeCheckInputs = [
+2 -2
pkgs/development/python-modules/transaction/default.nix
··· 1 { lib 2 , fetchPypi 3 , buildPythonPackage 4 - , zope_interface 5 , mock 6 , pythonOlder 7 }: ··· 19 }; 20 21 propagatedBuildInputs = [ 22 - zope_interface 23 mock 24 ]; 25
··· 1 { lib 2 , fetchPypi 3 , buildPythonPackage 4 + , zope-interface 5 , mock 6 , pythonOlder 7 }: ··· 19 }; 20 21 propagatedBuildInputs = [ 22 + zope-interface 23 mock 24 ]; 25
+2 -2
pkgs/development/python-modules/twisted/default.nix
··· 17 , hyperlink 18 , incremental 19 , typing-extensions 20 - , zope_interface 21 22 # optional-dependencies 23 , appdirs ··· 94 hyperlink 95 incremental 96 typing-extensions 97 - zope_interface 98 ]; 99 100 postPatch = ''
··· 17 , hyperlink 18 , incremental 19 , typing-extensions 20 + , zope-interface 21 22 # optional-dependencies 23 , appdirs ··· 94 hyperlink 95 incremental 96 typing-extensions 97 + zope-interface 98 ]; 99 100 postPatch = ''
+2 -2
pkgs/development/python-modules/txaio/default.nix
··· 6 , pytestCheckHook 7 , pythonOlder 8 , twisted 9 - , zope_interface 10 }: 11 12 buildPythonPackage rec { ··· 23 24 propagatedBuildInputs = [ 25 twisted 26 - zope_interface 27 ]; 28 29 nativeCheckInputs = [
··· 6 , pytestCheckHook 7 , pythonOlder 8 , twisted 9 + , zope-interface 10 }: 11 12 buildPythonPackage rec { ··· 23 24 propagatedBuildInputs = [ 25 twisted 26 + zope-interface 27 ]; 28 29 nativeCheckInputs = [
+2 -2
pkgs/development/python-modules/txtorcon/default.nix
··· 15 , pythonOlder 16 , service-identity 17 , twisted 18 - , zope_interface 19 }: 20 21 buildPythonPackage rec { ··· 35 incremental 36 twisted 37 automat 38 - zope_interface 39 ] ++ twisted.optional-dependencies.tls; 40 41 nativeCheckInputs = [
··· 15 , pythonOlder 16 , service-identity 17 , twisted 18 + , zope-interface 19 }: 20 21 buildPythonPackage rec { ··· 35 incremental 36 twisted 37 automat 38 + zope-interface 39 ] ++ twisted.optional-dependencies.tls; 40 41 nativeCheckInputs = [
+2 -2
pkgs/development/python-modules/z3c-checkversions/default.nix
··· 4 , fetchPypi 5 , python 6 , zc-buildout 7 - , zope_testrunner 8 }: 9 10 buildPythonPackage rec { ··· 20 21 propagatedBuildInputs = [ zc-buildout ]; 22 23 - nativeCheckInputs = [ zope_testrunner ]; 24 25 checkPhase = '' 26 ${python.interpreter} -m zope.testrunner --test-path=src []
··· 4 , fetchPypi 5 , python 6 , zc-buildout 7 + , zope-testrunner 8 }: 9 10 buildPythonPackage rec { ··· 20 21 propagatedBuildInputs = [ zc-buildout ]; 22 23 + nativeCheckInputs = [ zope-testrunner ]; 24 25 checkPhase = '' 26 ${python.interpreter} -m zope.testrunner --test-path=src []
+2 -2
pkgs/development/python-modules/zconfig/default.nix
··· 2 , stdenv 3 , fetchPypi 4 , buildPythonPackage 5 - , zope_testrunner 6 , manuel 7 , docutils 8 , pygments ··· 20 patches = lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch; 21 22 buildInputs = [ manuel docutils ]; 23 - propagatedBuildInputs = [ zope_testrunner ]; 24 nativeCheckInputs = [ pygments ]; 25 26 meta = with lib; {
··· 2 , stdenv 3 , fetchPypi 4 , buildPythonPackage 5 + , zope-testrunner 6 , manuel 7 , docutils 8 , pygments ··· 20 patches = lib.optional stdenv.hostPlatform.isMusl ./remove-setlocale-test.patch; 21 22 buildInputs = [ manuel docutils ]; 23 + propagatedBuildInputs = [ zope-testrunner ]; 24 nativeCheckInputs = [ pygments ]; 25 26 meta = with lib; {
+4 -4
pkgs/development/python-modules/zodb/default.nix
··· 2 , fetchPypi 3 , buildPythonPackage 4 , python 5 - , zope_testrunner 6 , transaction 7 , six 8 - , zope_interface 9 , zodbpickle 10 , zconfig 11 , persistent ··· 31 propagatedBuildInputs = [ 32 transaction 33 six 34 - zope_interface 35 zodbpickle 36 zconfig 37 persistent ··· 41 42 nativeCheckInputs = [ 43 manuel 44 - zope_testrunner 45 ]; 46 47 checkPhase = ''
··· 2 , fetchPypi 3 , buildPythonPackage 4 , python 5 + , zope-testrunner 6 , transaction 7 , six 8 + , zope-interface 9 , zodbpickle 10 , zconfig 11 , persistent ··· 31 propagatedBuildInputs = [ 32 transaction 33 six 34 + zope-interface 35 zodbpickle 36 zconfig 37 persistent ··· 41 42 nativeCheckInputs = [ 43 manuel 44 + zope-testrunner 45 ]; 46 47 checkPhase = ''
+5 -5
pkgs/development/python-modules/zope-component/default.nix
··· 4 , zope-configuration 5 , zope-deferredimport 6 , zope-deprecation 7 - , zope_event 8 , zope-hookable 9 , zope-i18nmessageid 10 - , zope_interface 11 }: 12 13 buildPythonPackage rec { ··· 25 zope-configuration 26 zope-deferredimport 27 zope-deprecation 28 - zope_event 29 zope-hookable 30 zope-i18nmessageid 31 - zope_interface 32 ]; 33 34 - # ignore tests because of a circular dependency on zope_security 35 doCheck = false; 36 37 pythonImportsCheck = [
··· 4 , zope-configuration 5 , zope-deferredimport 6 , zope-deprecation 7 + , zope-event 8 , zope-hookable 9 , zope-i18nmessageid 10 + , zope-interface 11 }: 12 13 buildPythonPackage rec { ··· 25 zope-configuration 26 zope-deferredimport 27 zope-deprecation 28 + zope-event 29 zope-hookable 30 zope-i18nmessageid 31 + zope-interface 32 ]; 33 34 + # ignore tests because of a circular dependency on zope-security 35 doCheck = false; 36 37 pythonImportsCheck = [
+6 -6
pkgs/development/python-modules/zope-configuration/default.nix
··· 4 , pythonOlder 5 , setuptools 6 , zope-i18nmessageid 7 - , zope_interface 8 - , zope_schema 9 , pytestCheckHook 10 , zope-testing 11 - , zope_testrunner 12 , manuel 13 }: 14 ··· 33 manuel 34 pytestCheckHook 35 zope-testing 36 - zope_testrunner 37 ]; 38 39 propagatedBuildInputs = [ 40 zope-i18nmessageid 41 - zope_interface 42 - zope_schema 43 ]; 44 45 # Need to investigate how to run the tests with zope-testrunner
··· 4 , pythonOlder 5 , setuptools 6 , zope-i18nmessageid 7 + , zope-interface 8 + , zope-schema 9 , pytestCheckHook 10 , zope-testing 11 + , zope-testrunner 12 , manuel 13 }: 14 ··· 33 manuel 34 pytestCheckHook 35 zope-testing 36 + zope-testrunner 37 ]; 38 39 propagatedBuildInputs = [ 40 zope-i18nmessageid 41 + zope-interface 42 + zope-schema 43 ]; 44 45 # Need to investigate how to run the tests with zope-testrunner
+2 -2
pkgs/development/python-modules/zope-contenttype/default.nix
··· 3 , fetchPypi 4 , pythonOlder 5 , setuptools 6 - , zope_testrunner 7 , pytestCheckHook 8 }: 9 ··· 26 27 nativeCheckInputs = [ 28 pytestCheckHook 29 - zope_testrunner 30 ]; 31 32 pythonImportsCheck = [
··· 3 , fetchPypi 4 , pythonOlder 5 , setuptools 6 + , zope-testrunner 7 , pytestCheckHook 8 }: 9 ··· 26 27 nativeCheckInputs = [ 28 pytestCheckHook 29 + zope-testrunner 30 ]; 31 32 pythonImportsCheck = [
+2 -2
pkgs/development/python-modules/zope-deferredimport/default.nix
··· 2 , buildPythonPackage 3 , fetchPypi 4 , zope-proxy 5 - , zope_testrunner 6 }: 7 8 buildPythonPackage rec { ··· 18 19 propagatedBuildInputs = [ zope-proxy ]; 20 21 - nativeCheckInputs = [ zope_testrunner ]; 22 23 checkPhase = '' 24 zope-testrunner --test-path=src []
··· 2 , buildPythonPackage 3 , fetchPypi 4 , zope-proxy 5 + , zope-testrunner 6 }: 7 8 buildPythonPackage rec { ··· 18 19 propagatedBuildInputs = [ zope-proxy ]; 20 21 + nativeCheckInputs = [ zope-testrunner ]; 22 23 checkPhase = '' 24 zope-testrunner --test-path=src []
+2 -2
pkgs/development/python-modules/zope-exceptions/default.nix
··· 3 , fetchPypi 4 , pythonOlder 5 , setuptools 6 - , zope_interface 7 }: 8 9 buildPythonPackage rec { ··· 23 setuptools 24 ]; 25 26 - propagatedBuildInputs = [ zope_interface ]; 27 28 # circular deps 29 doCheck = false;
··· 3 , fetchPypi 4 , pythonOlder 5 , setuptools 6 + , zope-interface 7 }: 8 9 buildPythonPackage rec { ··· 23 setuptools 24 ]; 25 26 + propagatedBuildInputs = [ zope-interface ]; 27 28 # circular deps 29 doCheck = false;
+2 -2
pkgs/development/python-modules/zope-i18nmessageid/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 - , zope_testrunner 5 , unittestCheckHook 6 }: 7 ··· 18 19 nativeCheckInputs = [ 20 unittestCheckHook 21 - zope_testrunner 22 ]; 23 24 unittestFlagsArray = [
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 + , zope-testrunner 5 , unittestCheckHook 6 }: 7 ··· 18 19 nativeCheckInputs = [ 20 unittestCheckHook 21 + zope-testrunner 22 ]; 23 24 unittestFlagsArray = [
+3 -3
pkgs/development/python-modules/zope-lifecycleevent/default.nix
··· 3 , fetchPypi 4 , pythonOlder 5 , setuptools 6 - , zope_event 7 - , zope_interface 8 }: 9 10 buildPythonPackage rec { ··· 24 setuptools 25 ]; 26 27 - propagatedBuildInputs = [ zope_event zope_interface ]; 28 29 # namespace colides with local directory 30 doCheck = false;
··· 3 , fetchPypi 4 , pythonOlder 5 , setuptools 6 + , zope-event 7 + , zope-interface 8 }: 9 10 buildPythonPackage rec { ··· 24 setuptools 25 ]; 26 27 + propagatedBuildInputs = [ zope-event zope-interface ]; 28 29 # namespace colides with local directory 30 doCheck = false;
+2 -2
pkgs/development/python-modules/zope-proxy/default.nix
··· 3 , fetchPypi 4 , pythonOlder 5 , setuptools 6 - , zope_interface 7 }: 8 9 buildPythonPackage rec { ··· 23 setuptools 24 ]; 25 26 - propagatedBuildInputs = [ zope_interface ]; 27 28 # circular deps 29 doCheck = false;
··· 3 , fetchPypi 4 , pythonOlder 5 , setuptools 6 + , zope-interface 7 }: 8 9 buildPythonPackage rec { ··· 23 setuptools 24 ]; 25 26 + propagatedBuildInputs = [ zope-interface ]; 27 28 # circular deps 29 doCheck = false;
+6 -6
pkgs/development/python-modules/zope-testbrowser/default.nix
··· 2 , buildPythonPackage 3 , fetchPypi 4 , setuptools 5 - , zope_interface 6 - , zope_schema 7 , zope-cachedescriptors 8 , pytz 9 , webtest ··· 13 , six 14 , mock 15 , zope-testing 16 - , zope_testrunner 17 , python 18 }: 19 ··· 37 38 propagatedBuildInputs = [ 39 setuptools 40 - zope_interface 41 - zope_schema 42 zope-cachedescriptors 43 pytz 44 webtest ··· 51 nativeCheckInputs = [ 52 mock 53 zope-testing 54 - zope_testrunner 55 ]; 56 57 checkPhase = ''
··· 2 , buildPythonPackage 3 , fetchPypi 4 , setuptools 5 + , zope-interface 6 + , zope-schema 7 , zope-cachedescriptors 8 , pytz 9 , webtest ··· 13 , six 14 , mock 15 , zope-testing 16 + , zope-testrunner 17 , python 18 }: 19 ··· 37 38 propagatedBuildInputs = [ 39 setuptools 40 + zope-interface 41 + zope-schema 42 zope-cachedescriptors 43 pytz 44 webtest ··· 51 nativeCheckInputs = [ 52 mock 53 zope-testing 54 + zope-testrunner 55 ]; 56 57 checkPhase = ''
+5 -5
pkgs/development/python-modules/zope_copy/default.nix pkgs/development/python-modules/zope-copy/default.nix
··· 2 , buildPythonPackage 3 , fetchPypi 4 , isPy27 5 - , zope_interface 6 - , zope_location 7 - , zope_schema 8 , unittestCheckHook 9 }: 10 ··· 18 hash = "sha256-epg2yjqX9m1WGzYPeGUBKGif4JNAddzg75ECe9xPOlc="; 19 }; 20 21 - propagatedBuildInputs = [ zope_interface ]; 22 23 doCheck = !isPy27; # namespace conflicts 24 - nativeCheckInputs = [ unittestCheckHook zope_location zope_schema ]; 25 26 unittestFlagsArray = [ "-s" "src/zope/copy" ]; 27
··· 2 , buildPythonPackage 3 , fetchPypi 4 , isPy27 5 + , zope-interface 6 + , zope-location 7 + , zope-schema 8 , unittestCheckHook 9 }: 10 ··· 18 hash = "sha256-epg2yjqX9m1WGzYPeGUBKGif4JNAddzg75ECe9xPOlc="; 19 }; 20 21 + propagatedBuildInputs = [ zope-interface ]; 22 23 doCheck = !isPy27; # namespace conflicts 24 + nativeCheckInputs = [ unittestCheckHook zope-location zope-schema ]; 25 26 unittestFlagsArray = [ "-s" "src/zope/copy" ]; 27
pkgs/development/python-modules/zope_event/default.nix pkgs/development/python-modules/zope-event/default.nix
+3 -3
pkgs/development/python-modules/zope_filerepresentation/default.nix pkgs/development/python-modules/zope-filerepresentation/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 - , zope_schema 5 - , zope_interface 6 }: 7 8 buildPythonPackage rec { ··· 14 hash = "sha256-yza3iGspJ2+C8WhfPykfQjXmac2HhdFHQtRl0Trvaqs="; 15 }; 16 17 - propagatedBuildInputs = [ zope_interface zope_schema ]; 18 19 checkPhase = '' 20 cd src/zope/filerepresentation && python -m unittest
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 + , zope-schema 5 + , zope-interface 6 }: 7 8 buildPythonPackage rec { ··· 14 hash = "sha256-yza3iGspJ2+C8WhfPykfQjXmac2HhdFHQtRl0Trvaqs="; 15 }; 16 17 + propagatedBuildInputs = [ zope-interface zope-schema ]; 18 19 checkPhase = '' 20 cd src/zope/filerepresentation && python -m unittest
+2 -2
pkgs/development/python-modules/zope_interface/default.nix pkgs/development/python-modules/zope-interface/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 - , zope_event 5 }: 6 7 buildPythonPackage rec { ··· 13 hash = "sha256-v+4fP/YhQ4GUmeNI9bin86oCWfmspeDdrnOR0Fnc5nE="; 14 }; 15 16 - propagatedBuildInputs = [ zope_event ]; 17 18 doCheck = false; # Circular deps. 19
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 + , zope-event 5 }: 6 7 buildPythonPackage rec { ··· 13 hash = "sha256-v+4fP/YhQ4GUmeNI9bin86oCWfmspeDdrnOR0Fnc5nE="; 14 }; 15 16 + propagatedBuildInputs = [ zope-event ]; 17 18 doCheck = false; # Circular deps. 19
+1 -1
pkgs/development/python-modules/zope_location/default.nix pkgs/development/python-modules/zope-location/default.nix
··· 15 16 propagatedBuildInputs = [ zope-proxy ]; 17 18 - # ignore circular dependency on zope_schema 19 preBuild = '' 20 sed -i '/zope.schema/d' setup.py 21 '';
··· 15 16 propagatedBuildInputs = [ zope-proxy ]; 17 18 + # ignore circular dependency on zope-schema 19 preBuild = '' 20 sed -i '/zope.schema/d' setup.py 21 '';
+5 -5
pkgs/development/python-modules/zope_schema/default.nix pkgs/development/python-modules/zope-schema/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 - , zope_location 5 - , zope_event 6 - , zope_interface 7 , zope-testing 8 }: 9 ··· 16 hash = "sha256-6tTbywM1TU5BDJo7kERR60TZAlR1Gxy97fSmGu3p+7k="; 17 }; 18 19 - propagatedBuildInputs = [ zope_location zope_event zope_interface zope-testing ]; 20 21 # ImportError: No module named 'zope.event' 22 - # even though zope_event has been included. 23 # Package seems to work fine. 24 doCheck = false; 25
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 + , zope-location 5 + , zope-event 6 + , zope-interface 7 , zope-testing 8 }: 9 ··· 16 hash = "sha256-6tTbywM1TU5BDJo7kERR60TZAlR1Gxy97fSmGu3p+7k="; 17 }; 18 19 + propagatedBuildInputs = [ zope-location zope-event zope-interface zope-testing ]; 20 21 # ImportError: No module named 'zope.event' 22 + # even though zope-event has been included. 23 # Package seems to work fine. 24 doCheck = false; 25
+2 -2
pkgs/development/python-modules/zope_size/default.nix pkgs/development/python-modules/zope-size/default.nix
··· 2 , buildPythonPackage 3 , fetchPypi 4 , zope-i18nmessageid 5 - , zope_interface 6 }: 7 8 buildPythonPackage rec { ··· 14 hash = "sha256-bhv3QJdZtNpyAuL6/aZXWD1Acx8661VweWaItJPpkHk="; 15 }; 16 17 - propagatedBuildInputs = [ zope-i18nmessageid zope_interface ]; 18 19 meta = with lib; { 20 homepage = "https://github.com/zopefoundation/zope.size";
··· 2 , buildPythonPackage 3 , fetchPypi 4 , zope-i18nmessageid 5 + , zope-interface 6 }: 7 8 buildPythonPackage rec { ··· 14 hash = "sha256-bhv3QJdZtNpyAuL6/aZXWD1Acx8661VweWaItJPpkHk="; 15 }; 16 17 + propagatedBuildInputs = [ zope-i18nmessageid zope-interface ]; 18 19 meta = with lib; { 20 homepage = "https://github.com/zopefoundation/zope.size";
+2 -2
pkgs/development/python-modules/zope_testrunner/default.nix pkgs/development/python-modules/zope-testrunner/default.nix
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 - , zope_interface 5 , zope-exceptions 6 , zope-testing 7 , six ··· 17 hash = "sha256-1r1y9E6jLKpBW5bP4UFSsnhjF67xzW9IqCe2Le8Fj9Q="; 18 }; 19 20 - propagatedBuildInputs = [ zope_interface zope-exceptions zope-testing six ]; 21 22 doCheck = false; # custom test modifies sys.path 23
··· 1 { lib 2 , buildPythonPackage 3 , fetchPypi 4 + , zope-interface 5 , zope-exceptions 6 , zope-testing 7 , six ··· 17 hash = "sha256-1r1y9E6jLKpBW5bP4UFSsnhjF67xzW9IqCe2Le8Fj9Q="; 18 }; 19 20 + propagatedBuildInputs = [ zope-interface zope-exceptions zope-testing six ]; 21 22 doCheck = false; # custom test modifies sys.path 23
+2 -2
pkgs/development/tools/continuous-integration/buildbot/master.nix
··· 9 , twisted 10 , jinja2 11 , msgpack 12 - , zope_interface 13 , sqlalchemy 14 , alembic 15 , python-dateutil ··· 85 twisted 86 jinja2 87 msgpack 88 - zope_interface 89 sqlalchemy 90 alembic 91 python-dateutil
··· 9 , twisted 10 , jinja2 11 , msgpack 12 + , zope-interface 13 , sqlalchemy 14 , alembic 15 , python-dateutil ··· 85 twisted 86 jinja2 87 msgpack 88 + zope-interface 89 sqlalchemy 90 alembic 91 python-dateutil
+1 -1
pkgs/servers/baserow/default.nix
··· 122 pytest-django 123 pytest-unordered 124 responses 125 - zope_interface 126 ]; 127 128 fixupPhase = ''
··· 122 pytest-django 123 pytest-unordered 124 responses 125 + zope-interface 126 ]; 127 128 fixupPhase = ''
+1 -1
pkgs/servers/mail/mailman/mailman-hyperkitty.nix
··· 20 propagatedBuildInputs = [ 21 mailman 22 requests 23 - zope_interface 24 ]; 25 26 nativeCheckInputs = [
··· 20 propagatedBuildInputs = [ 21 mailman 22 requests 23 + zope-interface 24 ]; 25 26 nativeCheckInputs = [
+1 -1
pkgs/tools/networking/p2p/tahoe-lafs/default.nix
··· 62 appdirs beautifulsoup4 characteristic distro eliot fixtures foolscap future 63 html5lib magic-wormhole netifaces pyasn1 pycrypto pyutil pyyaml recommonmark 64 service-identity simplejson sphinx-rtd-theme testtools treq twisted zfec 65 - zope_interface 66 ] ++ twisted.optional-dependencies.tls 67 ++ twisted.optional-dependencies.conch; 68
··· 62 appdirs beautifulsoup4 characteristic distro eliot fixtures foolscap future 63 html5lib magic-wormhole netifaces pyasn1 pycrypto pyutil pyyaml recommonmark 64 service-identity simplejson sphinx-rtd-theme testtools treq twisted zfec 65 + zope-interface 66 ] ++ twisted.optional-dependencies.tls 67 ++ twisted.optional-dependencies.conch; 68
+8
pkgs/top-level/python-aliases.nix
··· 494 zope_component = zope-component; # added 2023-07-28 495 zope_configuration = zope-configuration; # added 2023-11-12 496 zope_contenttype = zope-contenttype; # added 2023-10-11 497 zope_deprecation = zope-deprecation; # added 2023-10-07 498 zope_dottedname = zope-dottedname; # added 2023-11-12 499 zope_exceptions = zope-exceptions; # added 2023-10-11 500 zope_i18nmessageid = zope-i18nmessageid; # added 2023-07-29 501 zope_lifecycleevent = zope-lifecycleevent; # added 2023-10-11 502 zope_proxy = zope-proxy; # added 2023-10-07 503 zope_testing = zope-testing; # added 2023-11-12 504 zxing_cpp = zxing-cpp; # added 2023-11-05 505 })
··· 494 zope_component = zope-component; # added 2023-07-28 495 zope_configuration = zope-configuration; # added 2023-11-12 496 zope_contenttype = zope-contenttype; # added 2023-10-11 497 + zope_copy = zope-copy; # added 2024-01-06 498 zope_deprecation = zope-deprecation; # added 2023-10-07 499 zope_dottedname = zope-dottedname; # added 2023-11-12 500 + zope_event = zope-event; # added 2024-01-06 501 zope_exceptions = zope-exceptions; # added 2023-10-11 502 + zope_filerepresentation = zope-filerepresentation; # added 2024-01-06 503 zope_i18nmessageid = zope-i18nmessageid; # added 2023-07-29 504 + zope_interface = zope-interface; # added 2024-01-06 505 zope_lifecycleevent = zope-lifecycleevent; # added 2023-10-11 506 + zope_location = zope-location; # added 2024-01-06 507 zope_proxy = zope-proxy; # added 2023-10-07 508 + zope_schema = zope-schema; # added 2024-01-06 509 + zope_size = zope-size; # added 2024-01-06 510 zope_testing = zope-testing; # added 2023-11-12 511 + zope_testrunner = zope-testrunner; # added 2024-01-06 512 zxing_cpp = zxing-cpp; # added 2023-11-05 513 })
+8 -8
pkgs/top-level/python-packages.nix
··· 16439 16440 zope-contenttype = callPackage ../development/python-modules/zope-contenttype { }; 16441 16442 - zope_copy = callPackage ../development/python-modules/zope_copy { }; 16443 16444 zope-deferredimport = callPackage ../development/python-modules/zope-deferredimport { }; 16445 ··· 16447 16448 zope-dottedname = callPackage ../development/python-modules/zope-dottedname { }; 16449 16450 - zope_event = callPackage ../development/python-modules/zope_event { }; 16451 16452 zope-exceptions = callPackage ../development/python-modules/zope-exceptions { }; 16453 16454 - zope_filerepresentation = callPackage ../development/python-modules/zope_filerepresentation { }; 16455 16456 zope-hookable = callPackage ../development/python-modules/zope-hookable { }; 16457 16458 zope-i18nmessageid = callPackage ../development/python-modules/zope-i18nmessageid { }; 16459 16460 - zope_interface = callPackage ../development/python-modules/zope_interface { }; 16461 16462 zope-lifecycleevent = callPackage ../development/python-modules/zope-lifecycleevent { }; 16463 16464 - zope_location = callPackage ../development/python-modules/zope_location { }; 16465 16466 zope-proxy = callPackage ../development/python-modules/zope-proxy { }; 16467 16468 - zope_schema = callPackage ../development/python-modules/zope_schema { }; 16469 16470 - zope_size = callPackage ../development/python-modules/zope_size { }; 16471 16472 zope-testbrowser = callPackage ../development/python-modules/zope-testbrowser { }; 16473 16474 zope-testing = callPackage ../development/python-modules/zope-testing { }; 16475 16476 - zope_testrunner = callPackage ../development/python-modules/zope_testrunner { }; 16477 16478 zopfli = callPackage ../development/python-modules/zopfli { 16479 inherit (pkgs) zopfli;
··· 16439 16440 zope-contenttype = callPackage ../development/python-modules/zope-contenttype { }; 16441 16442 + zope-copy = callPackage ../development/python-modules/zope-copy { }; 16443 16444 zope-deferredimport = callPackage ../development/python-modules/zope-deferredimport { }; 16445 ··· 16447 16448 zope-dottedname = callPackage ../development/python-modules/zope-dottedname { }; 16449 16450 + zope-event = callPackage ../development/python-modules/zope-event { }; 16451 16452 zope-exceptions = callPackage ../development/python-modules/zope-exceptions { }; 16453 16454 + zope-filerepresentation = callPackage ../development/python-modules/zope-filerepresentation { }; 16455 16456 zope-hookable = callPackage ../development/python-modules/zope-hookable { }; 16457 16458 zope-i18nmessageid = callPackage ../development/python-modules/zope-i18nmessageid { }; 16459 16460 + zope-interface = callPackage ../development/python-modules/zope-interface { }; 16461 16462 zope-lifecycleevent = callPackage ../development/python-modules/zope-lifecycleevent { }; 16463 16464 + zope-location = callPackage ../development/python-modules/zope-location { }; 16465 16466 zope-proxy = callPackage ../development/python-modules/zope-proxy { }; 16467 16468 + zope-schema = callPackage ../development/python-modules/zope-schema { }; 16469 16470 + zope-size = callPackage ../development/python-modules/zope-size { }; 16471 16472 zope-testbrowser = callPackage ../development/python-modules/zope-testbrowser { }; 16473 16474 zope-testing = callPackage ../development/python-modules/zope-testing { }; 16475 16476 + zope-testrunner = callPackage ../development/python-modules/zope-testrunner { }; 16477 16478 zopfli = callPackage ../development/python-modules/zopfli { 16479 inherit (pkgs) zopfli;