gpo.zugaina.org

Search Portage & Overlays:

dev-python/emmet-core

Core Emmet data models for the Materials Project

Screenshots

  • emmet-core-0.86.3
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: BSD   
    Overlay: stuff

ChangeLog

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 a2a47a72bcf387fe79ae7498e1dc624fd9f51fd5
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 18:14:54 2026 +0200

dev-python/emmet-core: relax pybtex pin to >=0.24

Upstream's `pybtex~=0.24` is PEP 440 compatible-release syntax
(`>=0.24, <1`), not a `=0.24.*` strict pin. ::gentoo ships
pybtex-0.26.1; the `~dev-python/pybtex-0.24` Gentoo dep form meant
"exactly 0.24" and rightfully tripped NonexistentDeps.

Swap to `>=dev-python/pybtex-0.24` to match upstream's actual
intent.

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

commit 12fbf8c20c16d32acf4425e3b4c3127a0d6d0e7e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Tue Apr 21 17:37:49 2026 +0200

dev-python/emmet-core: new package, add 0.86.3

Core Emmet data models for the Materials Project. Mandatory dep of
dev-python/mp-api, which is in turn needed for dev-python/larixite
(xraylarch 2026.x's new dep).

Pin `~dev-python/pybtex-0.24` to match upstream's `pybtex~=0.24`;
all other deps keep minimum-version floors.

RESTRICT=test because the bundled tests directory expects the full
emmet monorepo test-data tree, which isn't in the emmet-core sdist.

Sdist uses the underscore form (emmet_core-*.tar.gz); handle via
MY_PN + pypi_sdist_url --no-normalize.

Tested: `ebuild ... clean install` is clean.
Signed-off-by: Raukaan Cogbrother <cogbrother@raukaan.local>