sci-libs/pycifrw - 4.4.1 (stuff)

Search

Package Information

Description:
Reading and writing CIF (Crystallographic Information Format) files
Homepage:
https://pypi.org/project/PyCifRW/ https://bitbucket.org/jamesrhester/pycifrw/wiki/Home
License:
ASRP

Ebuild Details

Version EAPI Keywords Slot
4.4.1 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

DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python2_7 python3_{9..14} )

inherit distutils-r1 pypi

MY_PN="PyCifRW"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="Reading and writing CIF (Crystallographic Information Format) files"
HOMEPAGE="https://pypi.org/project/PyCifRW/ https://bitbucket.org/jamesrhester/pycifrw/wiki/Home"
SRC_URI="https://github.com/jamesrhester/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${MY_P}"

LICENSE="ASRP"
SLOT="0"
KEYWORDS="~amd64 ~x86"

python_compile() {
	distutils-r1_python_compile
}

python_test() {
	setup.py test
}

python_install_all() {
	distutils-r1_python_install_all
}

Manifest for 4.4.1

Type File Size Source URLs
DIST pycifrw-4.4.1.tar.gz 2841994 bytes https://github.com/jamesrhester/pycifrw/archive/refs/tags/4.4.1.tar.gz