gpo.zugaina.org

Search Portage & Overlays:

dev-python/diffsims

Python library for simulating diffraction

Screenshots

  • diffsims-0.7.0
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: GPL-3   
    Overlay: stuff
  • diffsims-0.7.0
    ~amd64 ~x86
    dev doc tests python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: GPL-3+   
    Overlay: pypi
  • diffsims-0.4.2
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: GPL-3   
    Overlay: stuff
  • diffsims-0.2.3
    ~amd64
    python_targets_python3_12 python_targets_python3_13 python_targets_python3_14

    View      Download      Browse     License: GPL-3   
    Overlay: stuff

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 8a20bbea22acc384e5b4d4b72126321ec65a2f19
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 12:33:31 2026 +0200

dev-python/diffsims: add missing orix dep and align bounds to upstream

Cross-checked install_requires from setup.py of each version:

- 0.2.3: bumps matplotlib lower bound to >=3.1.1 and pins
diffpy-structure>=3.0.0 to match upstream's "First Python 3"
constraint; no orix import in this release.
- 0.4.2: same matplotlib/diffpy bumps. Upstream added orix>=0.5.0
in this release and the source actually imports orix.crystal_map,
orix.quaternion, orix.sampling and orix.vector — the runtime
dependency had been missing here.
- 0.7.0: adopts the bumped numpy>=1.17.3, scipy>=1.8, matplotlib>=3.3,
tqdm>=4.9 and diffpy-structure>=3.0.2 bounds from upstream and
declares orix>=0.12.1, which the source imports in eight places.

The newly added dev-python/orix provides the missing runtime
provider. Drop the leftover commented "matplotlib-3.1.1" hint.

commit aaeba4bccf864fbaba77ac3a0fdb81976c811489
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 01:00:08 2026 +0200

dev-python/diffsims: drop bogus python USE flag and dead phase wrappers

Standard distutils-r1 cleanup across 0.2.3, 0.4.2, 0.7.0.

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 bb13e7fdc68f0502935cc15e02a74dfdead65c64
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 15:27:33 2026 +0200

dev-python/diffpy-structure: rename from diffpy_structure, fix broken SRC_URI

commit b46413ad564654e705c95d02b5603d533b40e48f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Apr 19 15:03:10 2026 +0200

dev-python/diffsims: fix incorrect upstream remote-id

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 806c4bad5258d291ddbebc02a45df6039ed5ed61
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Dec 10 23:18:11 2025 +0100

dev-python/diffsims: add github, pypi upstream metadata

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

commit 75d55441dbb2e55a7102e44b643e2e17cdfbc05d
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Fri Oct 17 21:58:20 2025 +0200

finally upd year to 2025 :)

commit fa500ca5fed2f790accb95421fb5dc35cc44872b
Author: VasilyLebedev <lebedevv@tcd.ie>
Date: Sun Sep 21 02:18:49 2025 +0100

diffsims

commit b451ac3b81ed540a5ce0bbef96d542cd2a2a0dcd
Author: istitov <istitov@github>
Date: Mon Feb 12 10:45:30 2024 +0100

upd copyright to 2024

commit 0b7fcf9639be3e82b30db7da1cc4785887b54326
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat Nov 25 04:52:49 2023 +0300

mass updated PYTHON_COMPAT for python:3

commit 48945780358f03a15149c157357fee6dafea2c53
Author: Ivan S. Titov <istitov@github.com>
Date: Thu Sep 14 23:32:55 2023 +0200

upd: header

commit bf517cd0a1dac1c77ca8786eb12e2069be0f4763
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Mon Jun 5 21:25:46 2023 +0100

Add files via upload

commit 74ec148e13979b80cbcda0d5443adf20c040602f
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jul 20 23:57:11 2022 +0300

minor cleanups

commit d786509ba8df71e12952938f6351402ec7ecfbc7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Jul 20 23:16:50 2022 +0300

upd date in ebuilds

commit 9aebe4a71cc50068756d8c8d66e32d3bae0c4604
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Sat Apr 23 17:44:59 2022 +0100

minor

commit 3b7de645fda552f8eb63052471fc546168b7c7ef
Author: VasilyLebedev <vasily.lebedev@ul.ie>
Date: Thu Jun 3 01:25:49 2021 +0100

diffsims

commit 5ae9c641546f61cf4e7bc8f7f6df07df270d69c7
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Thu Jan 28 19:25:41 2021 +0100

corrected gentoo header

commit 31164222a2e9d824f4b24c43d23af80979b41e55
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sun Sep 20 09:13:22 2020 +0200

transition to dev-python/scipy

commit 986bb2b37de88d6bc0b10dcd7a0c24480b08ffe0
Author: LebedevV <vasya_lebedev@mail.ru>
Date: Sat Jul 18 18:30:51 2020 +0000

pyxem with deps added

repomaned with deps