Install this version:
emerge -a =dev-python/python-axolotl-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/python-axolotl-9999
Or alternatively:
emerge --autounmask-write -a =dev-python/python-axolotl-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
PYTHON_COMPAT=( python3_{12..15} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 git-r3
DESCRIPTION="Python port of libaxolotl"
HOMEPAGE="https://github.com/tgalal/python-axolotl"
EGIT_REPO_URI="https://github.com/tgalal/python-axolotl.git"
LICENSE="GPL-3"
SLOT="0"
RDEPEND="
dev-python/protobuf[${PYTHON_USEDEP}]
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/python-axolotl-curve25519[${PYTHON_USEDEP}]
"
DOCS=( README.md )
dev-python/protobuf[] dev-python/cryptography[] dev-python/python-axolotl-curve25519[]