gpo.zugaina.org

Search Portage & Overlays:

dev-python/asciitree

Draws ASCII trees

Screenshots

  • asciitree-0.3.3
    ~amd64 ~x86
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: stuff
  • asciitree-0.3.3
    ~amd64 ~x86
    test python_targets_python3_12 python_targets_python3_13

    View      Download      Browse     License: MIT   
    Overlay: science
  • asciitree-0.3.3
    amd64 arm64 x86
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   
    Overlay: pentoo
  • asciitree-0.3.3
    ~amd64 ~x86
    test doc python_targets_python3_13t python_targets_python3_14t python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: MIT   

ChangeLog

commit 946b3d5e6f85aa6d17632eb69d8c14152e056548
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 23:16:52 2026 +0200

*/*: normalize metadata.xml DTD URL and indent

Repo-wide sweep: 144 metadata.xml files updated to use the
https://www.gentoo.org/dtd/metadata.dtd DTD URL (was http://) and
2-space indentation (was tabs). Maintainer blocks left untouched —
the 2026-04-22 normalization sweep added <name> alongside <email>
where the maintainer was Ivan, but third-party maintainer entries
(lebedev.vasya@gmail.com, megagreener@gmail.com, brothermechanic@gmail.com,
etc.) keep their email-only blocks since we can't safely guess the
corresponding <name>.

pkgcheck stays silent on all metadata-* and maintainer-* checks.

commit 54daa84b9a9d4eaa59a994669a0cc2c7cfb13057
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 01:26:36 2026 +0200

dev-python/asciitree: fix LICENSE and drop bogus numpy RDEPEND

Upstream setup.py declares license='MIT' and install_requires=[];
the ebuild incorrectly had LICENSE=GPL-3 and a runtime dep on numpy.
asciitree is a pure-stdlib ASCII tree drawer with no runtime deps.

commit 96f2a003c2b5c7b6d5564d372eae5a4160423d4e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 28 23:46:12 2026 +0200

dev-python/asciitree: clean up ebuild

Drop boilerplate that doesn't belong in a distutils-r1 ebuild:

- IUSE='doc python' and REQUIRED_USE='python? (
$ )'. distutils-r1 has no 'python' USE flag;
PYTHON_TARGETS handles impl selection. The manual REQUIRED_USE
overwrote the eclass-set REQUIRED_USE=$ and
gated it behind a default-off flag.
- doc? ( dev-util/gtk-doc ) and python_compile_all that runs
setup.py build for docs. Pure Python, no docs/ upstream, gtk-doc
is for GLib/GTK C libraries, and setup.py build doesn't build
docs anyway.
- python_test() { setup.py test; }. setup.py test was deprecated
and removed in modern setuptools. Upstream ships no tests.
- Bare python_compile() and python_install_all() wrappers that
just called the eclass default.

commit b91cd93a12cb39be1b4976cdc1af27ca13ce34e5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 15:16:42 2026 +0200

*/*: bump PYTHON_COMPAT from python3_ to python3_

::gentoo has dropped python3.11 from most of the scientific Python
stack - scipy, pandas, ipython, sphinx, sympy, etc. all target
python3_ now. Overlay ebuilds still claiming python3_11
support therefore fail to resolve their PYTHON_USEDEP=[...,
python_targets_python3_11(-),...] clauses against those upstream
packages, which is the bulk of pkgcheck's NonsolvableDeps noise.

Sweep PYTHON_COMPAT across the overlay accordingly. Files touched
include 193 pure-python3 ebuilds plus 4 sci-libs/pycifrw ebuilds that
retain the python2_7 target. Commented-out COMPAT lines and one
ebuild using a custom $ array are left alone.

pkgcheck dropped from 710 to 475 lines after this change; specifically
NonsolvableDepsIn{Dev,Stable} fell from 391 to 182 combined.

Users on a python3.11 profile lose access to the updated versions in
this overlay, mirroring what ::gentoo already did to the rest of the
scientific stack.

Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>

commit 333a849082e704941d018a7f0b99678eda18904f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 01:07:29 2026 +0200

*/*: bump PYTHON_COMPAT to python3_

Match the ::gentoo convention (main tree dropped 3.9 / 3.10 support
a while ago). Three mechanical substitutions:

- python3_ -> python3_ (189 ebuilds)
- python3_ -> python3_ (llvmlite)
- python2_7 python3_ -> python2_7 python3_ (pycifrw)

Leaves the legacy python2_7-only ebuilds and dev-python/cython
(special PYTHON_TESTED pattern on the 0.29 series) untouched.

commit 5d509ad1b985cd44260490bf097ea9339177fab3
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 12:43:55 2026 +0200

dev-python/asciitree: drop unused inherits

commit f23ece73c4451e2377c17d8b90acb53bee608563
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 15 21:28:34 2026 +0100

*/*: UPD header, Happy New Year

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit bd56ad8c4cfa96514317be4d851cb4fcbd6b8802
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Dec 11 10:40:56 2025 +0100

*/*: adjusting python compat to 3.9 to 3.14

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit ebd5ba2ac319ab3ea8697cf7b1dd6ef025f439e8
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Dec 6 21:33:02 2025 +0100

corrected 1st line of ebuilds+some trash (may be)

Signed-off-by: Ivan S. Titov <iohann.s.titov@gmail.com>

commit dfae7ae5a9fb7c5431aac1a91320636336f79b69
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 02:07:27 2023 +0300

corrected asciitree