summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
AgeCommit message (Collapse)Author
2026-03-23gnu: python-bibtexparser: Update to 2.0.0b9.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-bibtexparser): Update to 2.0.0b9. [propagated-inputs]: Add python-pylatexenc. Change-Id: I368bd15ccb98ae8d1575dfa5e714e0870c481d01
2026-03-21gnu: python-nbconvert: Update to 7.17.0.Cayetano Santos
* gnu/packages/python-xyz.scm (python-nbconvert): Update to 7.17.0. Merges guix/guix!7371 Change-Id: I49199607ea16c991a025467cbdf7c7f37345fb2e
2026-03-21gnu: python-typer: Update to 0.22.0.Cayetano Santos
* gnu/packages/python-xyz.scm (python-typer): Update to 0.22.0. [arguments]<#:phases>: Add pre-check. <#:test-flags>: Disable ’test_cli test. [propagated-inputs]: Add python-annotated-doc. Change-Id: Ibbf8ada61016c2ec30ca8da3f4919003d87ece8a
2026-03-21gnu: python-loguru: Update to 0.7.3.Cayetano Santos
* gnu/packages/python-xyz.scm (python-loguru): Update to 0.7.3. [source]: Switch to git-fetch. [arguments]: Update ’#:test-flags. [native-inputs]: Remove python-wheel; add python-flit-core. [description]: Add trailing period. Change-Id: I3895490cb5cbf93885309f9e6948171d73d4b46e
2026-03-20* gnu: python-xyz: Add accent on alphabetical order in the footer.Sharlatan Hellseher
The python-xyz module provides more than 1200 packages which becomes problematic to sync during rebase. Alphabetical order of packages improves this situation, it prevents duplicity of packages and quicker spot of similar changes in branches made separately. This change to the footer note insists on alphabetical order only, without similar functionality with import example which places new package in correct position starting from the top of the file. guix import --insert=gnu/packages/python-xyz.scm pypi <package-name> Change-Id: Ief1ec88d4d31c27c5eeacf72cbc2db20834aaad6
2026-03-20gnu: packages/python-xyz.scm: Sort python-[uy].Sharlatan Hellseher
* gnu/packages/python-xyz.scm: (python-unicodedata2, and python-yamlcore): Sort variables alphabetically. Change-Id: I9b31094889923a9bebb3303a862feefc8c7d79a1
2026-03-20gnu: python-texttable: Update to 1.7.0.Nicolas Graves
* gnu/packages/python-xyz.scm (python-texttable): Update to 1.7.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-20gnu: python-graphql-core: Update to 3.2.7.Nicolas Graves
* gnu/packages/python-xyz.scm (python-graphql-core): Update to 3.2.7. [source]: Switch to git-fetch. [arguments]: Drop them. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-20gnu: python-graphql-relay: Update to 3.1.5-0.611c033.Nicolas Graves
* gnu/packages/python-xyz.scm (python-graphql-relay): Update to 3.1.5-0.611c033. [native-inputs]: Add python-pytest-describe. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-20gnu: python-dunamai: Update to 1.26.0.Nicolas Graves
* gnu/packages/python-xyz.scm (python-dunamai): Update to 1.26.0. Change-Id: I25969f97be2ba9d49bb207f0bcebb92ecb323ea6 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-20gnu: Add python-nrepl.Nicolas Graves
* gnu/packages/python-xyz.scm (python-nrepl): New variable. Merges: https://codeberg.org/guix/guix/pulls/7208 Change-Id: Ia82ea5542a95c912ef582f3adacb6249c376e549 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-20gnu: python-bleach: Move to python-web.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-bleach): Move from here ... * gnu/packages/python-web.scm: ... to here. Change-Id: Idf243f18f1cf72ae8915804e2261a36ca925a0af
2026-03-20gnu: python-bleach: Update to 6.3.0.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-bleach): Update to 6.3.0. [source]: Switch to git-fetch. [arguments]: <test-flags>: Skip one test. [propagated-inputs]: Add python-tinycss2. Change-Id: I1cae5586977a66fff2ee11331aab7c13751f65d7
2026-03-20gnu: Reference the inherited inputs values.Ludovic Courtès
This commit was made by running this command: sed -e's/modify-inputs (package-\([a-z-]*\)inputs [a-zA-Z0-9-]\+)/modify-inputs \1inputs/g' -i gnu/packages/*.scm … and then reverting individual hunks where the change would trigger unbound variable warnings or other issues (such as ‘native-inputs’ is bound in the body of the ‘inputs’ field, but it refers to the ‘native-inputs’ thunk defined just above). Change-Id: I6d94819f2809313fa1fbefc61897502ee7d66fab
2026-03-20gnu: Reference the inherited ‘arguments’ value.Ludovic Courtès
This commit was made by running this command: sed -e's/substitute-keyword-arguments (package-arguments [a-zA-Z0-9-]\+)/substitute-keyword-arguments arguments/g' -i gnu/packages/*.scm … and then: 1. reverting changes from ‘gnu/packages/rust.scm’ and ‘gnu/packages/java.scm’ since they would incur derivation changes and/or breakage; 2. reverting the change for ‘gcc-final’ in ‘gnu/packages/commencement.scm’; 3. reverting the change for ‘onnx-optimizer’, ‘openquest’, and ‘certbot’, which use ‘substitute-keyword-arguments’ for arguments that are not inherited (and thus ‘arguments’ would be unbound); 4. reverting the change for ‘insight-toolkit-legacy’ and ‘wine64-staging’ which make bogus assumptions about inherited arguments. Change-Id: I122a7cf517b6b63cae38944b5d33ade4b1f5a89c
2026-03-20gnu: Add python-pykka.Evgeny Pisemsky
* gnu/packages/python-xyz.scm (python-pykka): New variable. Merges guix/guix!7294 Change-Id: I358716cfbfeea0d05fa02b3aca52f16116b5c899 Signed-off-by: Cayetano Santos <csantosb@inventati.org> Modified-by: Cayetano Santos <csantosb@inventati.org>
2026-03-18gnu: python-lief: Update to 0.17.6.Hennadii Stepanov
* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.6. Merges: https://codeberg.org/guix/guix/pulls/7270 Change-Id: I8b04cd410011e943408a4afaf748dc5c46eeebb8 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-16gnu: Add python-catppuccin.Sughosha
* gnu/packages/python-xyz.scm (python-catppuccin): New variable. Change-Id: I7c39321f3195deb64d5b6bf5553349d729cc5925
2026-03-13Revert "gnu: Remove python-virtualenv-for-hatch."Sharlatan Hellseher
This reverts commit b26441571185e92b5ac5e25ad7c04280d40be0a3. Hatch still needs a lower version: ...checking requirements: ERROR: hatch==1.9.7 ContextualVersionConflict(virtualenv 20.29.1 (/gnu/store/<...>-python-virtualenv-20.29.1/lib/python3.11/site-packages), Requirement.parse('virtualenv<20.26.0'), {'hatch'}) Change-Id: I8da2372dc595bb62629581193540ef8bc17295e8
2026-03-13gnu: Remove python-virtualenv-for-hatch.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-virtualenv-for-hatch): Delete variable. Change-Id: I7fdf1e9c6062dda2dee0d825d1e5951b84e6eede
2026-03-13gnu: python-simplesat: Move to maths.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-simplesat): Move from here ... * gnu/packages/maths.scm: ... to here. Change-Id: I3f2f832e3c9099705800aa88c07913a407c722b4
2026-03-13gnu: python-zipfile2: Move to python-compression.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-zipfile2): Move from here ... * gnu/packages/python-compression.scm: ... to here. Change-Id: I70701db8244adc10b4c5777e55fed042bf3a06d5
2026-03-12gnu: python-fastbencode: Update to 0.3.9.Nicolas Graves
* gnu/packages/python-xyz.scm (python-fastbencode): Update to 0.3.9. [source]: Switch to git-fetch. [arguments]<#:test-flags>: Refresh them. <#:imported-modules, #:modules>: Use necessary modules. <#:phases>: Add phase 'prepare-cargo-build-system. [inputs]: Add maturin and bencode cargo-inputs. [native-inputs]: Replace python-setuptools by python-setuptools-rust. Add rust, rust:cargo, make-rust-sysroot. * gnu/packages/rust-crates.scm: Record required crates. Merges: https://codeberg.org/guix/guix/pulls/7057 Change-Id: Iedd3b3f90a4845b03ba18ffaad007ec3be16048b Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Reviewed-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-12gnu: python-mkdocs-material: Switch to git-fetch.Evgeny Pisemsky
* gnu/packages/python-xyz.scm (python-mkdocs-material) [source]: Switch to git-fetch. Change-Id: I54f0236e716f6f4c56fc11c639f64b26c87fc5f7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-12gnu: python-mkdocs-material: Update to 7.3.6.Evgeny Pisemsky
* gnu/packages/python-xyz.scm (python-mkdocs-material): Update to 7.3.6. [arguments]: Fix path to lunr in phases. Merges: https://codeberg.org/guix/guix/pulls/6964 Change-Id: Ifcf7599f364d3dc0debe79001ee134d47c4d2e45 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-12gnu: python-yamlcore-0.0.2: Rename to python-yamlcore.Cayetano Santos
* gnu/packages/python-xyz.scm (python-yamlcore-0.0.2): Deprecate and move from here… (python-yamlcore): …to here. Update to 0.0.4. [source]: Switch to git-fetch. * gnu/packages/electronics.scm (librelane)[inputs]: Remove python-yamlcore-0.0.2; add python-yamlcore. Change-Id: I207c00a654c8d4964abc8d8441627a56a854eede
2026-03-10gnu: python-lief: Update to 0.17.5.Hennadii Stepanov
* gnu/packages/python-xyz.scm (python-lief): Update to 0.17.5. Merges: https://codeberg.org/guix/guix/pulls/7003 Change-Id: Ie308f5084a92bd48d45e162b9ba764e5f108b0b0 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-07gnu: python-icegrams: Update to 1.1.6.Spencer King
* gnu/packages/python-xyz.scm (python-icegrams): Update to 1.1.6. Merges: https://codeberg.org/guix/guix/pulls/6948 Change-Id: Ia983a0a04e2e03bebda550fa42665adc4e7f01a2 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-06gnu: python-dbusmock: Refresh input.Andreas Enge
* gnu/packages/python-xyz.scm (python-dbusmock)[propagated-inputs]: Replace python-dbus-python by python-dbus. Change-Id: Iee8b59e56e572af39ad23c2c8409c2a6236e9c0e
2026-03-06gnu: Add python-dbus-python as deprecated alias.Andreas Enge
* gnu/packages/python-xyz.scm (python-dbus-python): Add as deprecated package for python-dbus. Change-Id: Iadb1093c8629fdd01fa1ee70cb148e1e52276390 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-06gnu: python-dbus-python: Rename to python-dbus.Andreas Enge
* gnu/packages/python-xyz.scm (python-dbus-python): Rename to… (python-dbus): … this. Change name field accordingly. (python-dbusmock, python-screenkey): Adapt references. * gnu/packages/admin.scm (solaar): Likewise. * gnu/packages/gpodder.scm (gpodder): Likewise. * gnu/packages/music.scm (jack-select): Likewise. * gnu/packages/password-utils.scm (himitsu-secret-service): Likewise. * gnu/packages/printers.scm (printrun): Likewise. * gnu/packages/wm.scm (quicktile): Likewise. Change-Id: Iaeb2f37c534a699f259d14fc770db86f79c1d7e8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-06gnu: python-dbus: Rename to python-dbus-1.2.Andreas Enge
* gnu/packages/python-xyz.scm (python-dbus): Rename to… (python-dbus-1.2): … this. (python-notify2, python-gatt, python2-dbus): Adapt references. * gnu/packages/audio.scm (cable, jack-2): Likewise. * gnu/packages/bittorrent.scm (deluge): Likewise. * gnu/packages/connman.scm (econnman): Likewise. * gnu/packages/cups.scm (hplip): Likewise. * gnu/packages/enlightenment.scm (python-efl): Likewise. * gnu/packages/freedesktop.scm (modem-manager, telepathy-idle): Likewise. * gnu/packages/gnome.scm (gtg, system-config-printer, libsecret, upower) (mutter, network-manager, gnome-bluetooth, gnome-shell, terminator) (gnome-remote-desktop): Likewise. * gnu/packages/ibus.scm (ibus): Likewise. * gnu/packages/maths.scm (veusz): Likewise. * gnu/packages/matrix.scm (pantalaimon): Likewise. * gnu/packages/messaging.scm (pidgin, gajim): Likewise. * gnu/packages/mpd.scm (mpdris2): Likewise. * gnu/packages/music.scm (mididings, a2jmidid, quodlibet): Likewise. * gnu/packages/password-utils.scm (secretsd): Likewise. * gnu/packages/stenography.scm (plover): Likewise. * gnu/packages/sugar.scm (sugar-datastore, sugar-toolkit-gtk3) (sugar-portfolio-activity): Likewise. * gnu/packages/video.scm (python-yewtube): Likewise. * gnu/packages/xdisorg.scm (autokey): Likewise. * gnu/packages/xfce.scm (catfish): Likewise. * gnu/packages/xorg.scm (xpra): Likewise. Change-Id: I19218743260175f1117b8e213131a3b1495c6c48 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2026-03-06gnu: python-cloup: Update to 3.0.8.Gabriel Wicki
* gnu/packages/python-xyz.scm (python-cloup): Update to 3.0.8. [native-inputs]: Remove python-wheel; add python-setuptools-scm; Merges guix/guix!5641 Change-Id: Ib85b2effe287af69bcd880fad7c3f669da55964a Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-06gnu: Add python-yamlcore-0.0.2.Gabriel Wicki
* gnu/packages/python-xyz.scm (python-yamlcore-0.0.2): New variable. Merges guix/guix!5641 Change-Id: I5a52801c4a892f5325997cca60ea08e3e137f56e Signed-off-by: Cayetano Santos <csantosb@inventati.org>
2026-03-05gnu: python-telethon: Update to 1.42.0.Nguyễn Gia Phong
* gnu/packages/python-xyz.scm (python-telethon): Update to 1.42.0. [source]<uri>: Update Git repository URL. [native-inputs]: Replace python-pytest-asyncio-0.26 with python-pytest-asyncio. Change-Id: I55da0ac5d97a49ccdf8311e88df73e04e3da41fb Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-05gnu: python-apscheduler: Update to 3.11.2.Nguyễn Gia Phong
* gnu/packages/python-xyz.scm (python-apscheduler): Update to 3.11.2. [native-inputs]: Replace python-pytest-asyncio-0.26 with python-pytest-asyncio. Change-Id: Ie81348a8fec91a9e7b030b2e0b8c34cdee7177f9 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-05gnu: python-pyee: Update to 13.0.1.Nguyễn Gia Phong
* gnu/packages/python-xyz.scm (python-pyee): Update to 13.0.1. [arguments]<#:phases>: Remove 'patch-pytest-config. [native-inputs]: Replace python-pytest-asyncio-0.26 with python-pytest-asyncio. Change-Id: I0a60ae6b52e69211960ad8e13e15304b2038ddbf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-03-05gnu: Add pybind11.Cayetano Santos
* gnu/packages/python-xyz.scm (pybind11): New variable. Change-Id: Id4c345aff5f883949ddcae29cbbd05bcbe47dd28 Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2026-03-05gnu: Pin old pybind11 version.Gabriel Wicki
* gnu/packages/python-xyz.scm (pybind11): Move definition to (pybind11-2). (python-awkward-cpp, python-contourpy, python-hnswlib, python-dm-tree, python-matplotlib, python-pikepdf, python-optree, python-fusepy): Change reference to pybind11-2. * gnu/packages/astronomy.scm (aoflagger, python-galsim, python-pyclp), gnu/packages/bioinformatics.scm (python-metacells, python-strawc, python-coolbox, python-pyspoa, python-scvelo), gnu/packages/chemistry.scm (avogadrolibs), gnu/packages/computer-architecture.scm (gem5), gnu/packages/duckdb.scm (python-duckdb), gnu/packages/electronics.scm (nextpnr, prjtrellis), gnu/packages/engineering.scm (python-orocos-kinematics-dynamics), gnu/packages/geo.scm (ogs-serial), gnu/packages/graphics.scm (openshadinglanguage, openimageio), gnu/packages/image-processing.scm (opencolorio), gnu/packages/machine-learning.scm (python-fasttext, python-ml-dtypes, onnx, onnx-optimizer, onnxruntime, dlib, tensorflow-lite, tensorpipe, python-pytorch, python-torchvision, python-ctranslate2, python-hmmlearn, python-dlib), gnu/packages/maths.scm (python-accupy, python-ducc0), gnu/packages/networking.scm (libcamera), gnu/packages/opencl.scm (python-pyopencl), gnu/packages/package-management.scm (python-libmambapy), gnu/packages/physics.scm (python-brille, python-gofit), gnu/packages/python-check.scm (python-xdoctest), gnu/packages/python-science.scm (pyre, python-boost-histogram, python-cvxpy, python-iminuit, python-osqp, python-pyamg, python-qdldl, python-scikit-build-core, python-scipy, python-vaex-core, python-pyfma), gnu/packages/radio.scm (gnuradio, gr-osmosdr, gr-dsd, gr-iqbal, gr-satellites, limesuite-ng), gnu/packages/simulation.scm (fenics, python-dolfin-adjoint), gnu/packages/statistics.scm (python-diptest, python-george), gnu/packages/syndication.scm (syndication-domination): Change reference to pybind11-2. Change-Id: Ib6abc8580fc2b4c35172f251ff6ba7d80ced4b7b Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
2026-03-02gnu: Add back deprecated meson-python.Andreas Enge
This is a follow-up to commit 19dbcc92e5601a3431c35357b21047fcdf2bc385 . * gnu/packages/python-xyz.scm (meson-python): Add back as a deprecated package. Change-Id: Ie9e969e414f4c692fea704c8f9183eab0463fba8
2026-03-02gnu: python-pytooling: Update to 8.12.0.Cayetano Santos
* gnu/packages/python-xyz.scm (python-pytooling): Update to 8.12.0. Change-Id: I018a56cd65ff8b22acaa7c50367dd98bcc64830c
2026-03-01gnu: python-hy: Update to 1.2.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-hy): Update to 1.2.0. Change-Id: I750f85cea980ba144884fd4b51d2fe0838ed197f
2026-03-01gnu: python-wand: Update to 0.7.0.Vinicius Monego
* gnu/packages/python-xyz.scm (python-wand): Update to 0.7.0. [source]: Fix URI. [arguments]<#:test-flags>: Enable all tests. Change-Id: I9c268100b71aab4fd0b1b95cdc3a91f82a4ddbcb
2026-03-01gnu: python-pyvips: Update to 3.1.1.Vinicius Monego
* gnu/packages/python-xyz.scm (python-pyvips): Update to 3.1.1. Change-Id: Ic66d4fe2449d83a3c3ec133a93ed11bef7c280d3
2026-03-01gnu: python-matplotlib-documentation: Fix build.Yan Abu Arab
* gnu/packages/python-xyz.scm (python-matplotlib-documentation): [propagated-inputs]: Remove. [inputs]: Add inputs and propagated-inputs from python-matplotlib. [native-inputs]: Remove python-sphinx, add python-sphinx-6. Fixes: guix/guix#4637 Merges: https://codeberg.org/guix/guix/pulls/6797 Change-Id: I516bf89aab447c9de94feb3020b5c0972783f70f Reviwed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-28gnu: python-echo: Update to 0.12.1.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-echo): Update to 0.12.1. [native-inputs]: Remove python-pytest-cov and python-wheel. Change-Id: I1bfccb0b12a942de8608a5524f505e617d74bb5e
2026-02-26gnu: python-pdfminer-six: Update to 20260107.Felix Gruber
* gnu/packages/python-xyz.scm (python-pdfminer-six): Update to 20260107. [native-inputs]: Add python-setuptools-scm. Remove python-wheel. Merges: https://codeberg.org/guix/guix/pulls/6690 Change-Id: I8c31def9fb83cfd3e4a52a31f4047fabfb8ee4d7 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-24gnu: python-anyio: Skip some tests on aarch64-linux.Sharlatan Hellseher
* gnu/packages/python-xyz.scm (python-anyio)[arguments] <test-flags>: Skip some shaky tests on aarch64-linux. Fixes: guix/guix#6649 Change-Id: I67e20b9402ca40730c982ff0a8f61b24fc451767
2026-02-24gnu: Add python-jinja2-fragments.Tanguy Le Carrour
* gnu/packages/patches/python-jinja2-fragments-modify-conftest-py.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-xyz.scm (python-jinja2-fragments): New variable. Merges: https://codeberg.org/guix/guix/pulls/6321 Change-Id: I03a88537cea8e769a33ddfe50b418b5b518e5854 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2026-02-23gnu: python-ipython-documentation: Fix build.Yan Abu Arab
* gnu/packages/python-xyz.scm (python-ipython-documentation): Fix build, remove pdf generation. [phases]: Remove 'configure-sphinx-for-xelatex' phase, modify 'install' phase to not copy pdf. [native-inputs]: Remove fontconfig, font-gnu-freefont, texlive-latexmk texlive-polyglossia, texlive-xetex, texlive-xindy; add python-sphinx-toml. Merges: https://codeberg.org/guix/guix/pulls/6608 Fixes: guix/guix#6285 Change-Id: I95b868b766ac6a4d96f29b63752de7ffddf856e4 Reviewed-by: Hugo Buddelmeijer <hugo@buddelmeijer.nl> Reviewed-by: Andreas Enge <andreas@enge.fr> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>