gpo.zugaina.org

Search Portage & Overlays:

dev-python/partd

Appendable key-value storage

Screenshots

  • partd-1.4.2
    ~amd64 ~arm64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff
  • partd-1.4.2
    ~amd64
    test python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: science
  • partd-1.4.2
    amd64 arm64 ~riscv x86
    complete test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   

ChangeLog

commit ad1e561d5774290bcb21b3842000b905bad4009f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Apr 23 13:40:39 2026 +0200

dev-python/partd: drop fictional ~x86 keyword

1.4.2 bdepends/rdepends on dev-python/locket, which as of the
previous commit in this series is ~amd64 ~arm64 only. partd's
~x86 claim became unsolvable. Drop ~x86.

commit 92cc8000c8e38dbf069b68ca217af0873dcad1e4
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 22 22:31:20 2026 +0200

*/*: normalize personal-maintainer metadata.xml

Unify the three styles that had accumulated across the overlay
(pf-sources-style tab+email-only, bidict-style 2-space+name,
plus a handful of one-off indents) onto a single canonical form:

- DTD URL on https
- 2-space indentation
- <maintainer type="person"> with both <email> and
<name>Ivan S. Titov</name>

Only the Titov maintainer block is touched; co-maintainers and
::gentoo proxy-project maintainers in forked packages are left
as-is. 66 files changed; pkgcheck scan identical before and
after.

commit 2486687fae3d926a434190198b6016313c9b4916
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 18:31:10 2026 +0200

dev-python/{monty,numdifftools,palettable,parsimonious,partd,spur,toml}: declare EPYTEST_PLUGINS=()

Clears pkgcheck's EPyTestPluginsSuggestion on seven small packages
whose test suites don't declare any pytest-* plugin deps in BDEPEND.
Empty EPYTEST_PLUGINS prevents pytest from auto-loading whatever
plugins happen to be system-wide installed.

Pure cosmetic change - test behavior is equivalent unless the host
has incidental pytest plugins that would interfere.

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

commit 0c1a03ae2ca5ac0a6ef327b9a4a7f365ae6d174d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 16:39:48 2026 +0200

dev-python/partd: new package, add 1.4.2

Recreated based on ::gentoo's last ebuild before 2025-10 treeclean.
Upstream (github.com/dask/partd) latest matches ::gentoo's last
packaged version, so no content drift. Needed as a direct dep of
dev-python/dask.

Tested: `ebuild ... clean compile install` clean, only the upstream
pyproject TOML-table-license deprecation warning.

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