Install this version:
emerge -a =dev-python/stomppy-4.1.19
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/stomppy-4.1.19
Or alternatively:
emerge --autounmask-write -a =dev-python/stomppy-4.1.19
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python3_8 python3_9 python3_10 )
inherit distutils-r1 vcs-snapshot
DESCRIPTION="Python STOMP client, supporting versions 1.0, 1.1 and 1.2 of the protocol"
HOMEPAGE="https://github.com/jasonrbriggs/stomp.py"
SRC_URI="https://github.com/jasonrbriggs/stomp.py/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
CDEPEND=""
RDEPEND="${CDEPEND}"
DEPEND=""
python_test() {
nosetests tests || die "Tests fail with ${EPYTHON}"
}
Manage flags for this package:
euse -i <flag> -p dev-python/stomppy |
euse -E <flag> -p dev-python/stomppy |
euse -D <flag> -p dev-python/stomppy
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | stomppy-4.1.19.tar.gz | 61557 bytes | https://github.com/jasonrbriggs/stomp.py/archive/v4.1.19.tar.gz |