diff options
| author | arcadia-devtools <[email protected]> | 2022-04-21 09:25:46 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-04-21 09:25:46 +0300 |
| commit | abdf13a7aa14a8c97df8c762546428751c50a6db (patch) | |
| tree | 27ce493fb1d7ceefc7b9e695c8ca89202e6849c6 /contrib/python/ipdb | |
| parent | 2626eab46614f7e15465cfad90d4e15caacea3ad (diff) | |
intermediate changes
ref:fa69249b52198a8ca51857085ccd998f9313d9ff
Diffstat (limited to 'contrib/python/ipdb')
| -rw-r--r-- | contrib/python/ipdb/.dist-info/entry_points.txt | 3 | ||||
| -rw-r--r-- | contrib/python/ipdb/AUTHORS | 26 | ||||
| -rw-r--r-- | contrib/python/ipdb/patches/01-yamake.patch | 12 | ||||
| -rw-r--r-- | contrib/python/ipdb/patches/02-yamake.patch | 10 |
4 files changed, 51 insertions, 0 deletions
diff --git a/contrib/python/ipdb/.dist-info/entry_points.txt b/contrib/python/ipdb/.dist-info/entry_points.txt new file mode 100644 index 00000000000..7481239f334 --- /dev/null +++ b/contrib/python/ipdb/.dist-info/entry_points.txt @@ -0,0 +1,3 @@ +[console_scripts] +ipdb3 = ipdb.__main__:main + diff --git a/contrib/python/ipdb/AUTHORS b/contrib/python/ipdb/AUTHORS new file mode 100644 index 00000000000..2516ae24e88 --- /dev/null +++ b/contrib/python/ipdb/AUTHORS @@ -0,0 +1,26 @@ +aldrik +andreagrandi +bmw +dimasad +emulbreh +felixonmars +gnebehay +gotcha +IxDay +JamshedVesuna +kynan +lebedov +marciomazza +mauritsvanrees +msabramo +nikolas +omergertel +pgularski +pjdelport +Psycojoker +sas23 +steinnes +Wilfred +WouterVH +zvodd +d1618033 diff --git a/contrib/python/ipdb/patches/01-yamake.patch b/contrib/python/ipdb/patches/01-yamake.patch new file mode 100644 index 00000000000..a8f8d933ceb --- /dev/null +++ b/contrib/python/ipdb/patches/01-yamake.patch @@ -0,0 +1,12 @@ +--- contrib/python/ipdb/ya.make (index) ++++ contrib/python/ipdb/ya.make (working tree) +@@ -18,6 +18,9 @@ PEERDIR( + NO_LINT() + + NO_CHECK_IMPORTS( ++ # Modules presented below leads to initialization of pdb, ++ # which try to create ~/.ipython/profile_default/history.sqlite-journal, ++ # due to which import tests may crash + ipdb.__init__ + ipdb.__main__ + ipdb.stdout diff --git a/contrib/python/ipdb/patches/02-yamake.patch b/contrib/python/ipdb/patches/02-yamake.patch new file mode 100644 index 00000000000..833bae4933f --- /dev/null +++ b/contrib/python/ipdb/patches/02-yamake.patch @@ -0,0 +1,10 @@ +--- contrib/python/ipdb/ya.make (index) ++++ contrib/python/ipdb/ya.make (working tree) +@@ -12,7 +12,6 @@ PEERDIR( + contrib/python/decorator + contrib/python/ipython + contrib/python/setuptools +- contrib/python/toml + ) + + NO_LINT() |
