Install this version:
emerge -a =dev-python/pyquaternion-0.9.9
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/pyquaternion-0.9.9
Or alternatively:
emerge --autounmask-write -a =dev-python/pyquaternion-0.9.9
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.9.9 | 8 | ~amd64 | 0 |
EAPI=8
PYTHON_COMPAT=( python3_{8..14} pypy3 )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1
DESCRIPTION="A fully featured, pythonic library for quaternion representation, manipulation, 3D animation and geometry"
HOMEPAGE="http://kieranwynn.github.io/pyquaternion/"
SRC_URI="https://github.com/KieranWynn/$PN/archive/v$PV.tar.gz -> $P.tar.gz"
RDEPEND="dev-python/numpy"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pyquaternion-0.9.9.tar.gz | 238895 bytes | https://github.com/KieranWynn/pyquaternion/archive/v0.9.9.tar.gz |