dev-python/gemmi - 0.7.5 (stuff)

Search

Install

Install this version:

emerge -a =dev-python/gemmi-0.7.5

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/gemmi-0.7.5

Or alternatively:

emerge --autounmask-write -a =dev-python/gemmi-0.7.5

Package Information

Description:
library for structural biology
Homepage:
https://project-gemmi.github.io/
License:
MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
0.7.5 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=scikit-build-core
inherit distutils-r1 pypi

DESCRIPTION="library for structural biology"
HOMEPAGE="https://project-gemmi.github.io/"

LICENSE="MPL-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	virtual/zlib
	dev-python/numpy[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
BDEPEND="
	>=dev-python/nanobind-2.4[${PYTHON_USEDEP}]
"

Inherited Eclasses

Dependencies

DEPEND

	virtual/zlib
	dev-python/numpy[]

RDEPEND

	virtual/zlib
	dev-python/numpy[]

BDEPEND

	>=dev-python/nanobind-2.4[]