Install this version:
emerge -a =dev-python/xrpl-py-2.6.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/xrpl-py-2.6.0
Or alternatively:
emerge --autounmask-write -a =dev-python/xrpl-py-2.6.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.6.0 | 8 | ~amd64 | 0 |
EAPI=8
PYTHON_COMPAT=( python3_{7..12} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1
DESCRIPTION="A pure Python implementation for interacting with the XRP Ledger"
HOMEPAGE="https://github.com/XRPLF/xrpl-py"
SRC_URI="https://github.com/XRPLF/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="primaryuri"
RDEPEND=">=dev-python/base58-2.1.0[${PYTHON_USEDEP}]
>=dev-python/ECPy-1.2.5[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.2.0[${PYTHON_USEDEP}]
>=dev-python/httpx-0.18.1[${PYTHON_USEDEP}]
>=dev-python/websockets-10[${PYTHON_USEDEP}]
>=dev-python/deprecated-1.2.13[${PYTHON_USEDEP}]
>=dev-python/types-Deprecated-1.2.9[${PYTHON_USEDEP}]"
>=dev-python/base58-2.1.0[] >=dev-python/ECPy-1.2.5[] >=dev-python/typing-extensions-4.2.0[] >=dev-python/httpx-0.18.1[] >=dev-python/websockets-10[] >=dev-python/deprecated-1.2.13[] >=dev-python/types-Deprecated-1.2.9[]
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | xrpl-py-2.6.0.tar.gz | 355518 bytes | https://github.com/XRPLF/xrpl-py/archive/refs/tags/v2.6.0.tar.gz |