Install this version:
emerge -a =dev-python/sentrylogs-0.5.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/sentrylogs-0.5.0
Or alternatively:
emerge --autounmask-write -a =dev-python/sentrylogs-0.5.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.5.0 | 7 | ~amd64 | 0 |
# Copyright 1999-2020 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=7
PYTHON_COMPAT=( python3_8 python3_9 python3_10 )
inherit distutils-r1
DESCRIPTION="Send logs from Nginx and other applications to Sentry."
HOMEPAGE="https://pypi.org/project/SentryLogs/"
SRC_URI="https://pypi.python.org/packages/source/S/SentryLogs/SentryLogs-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
IUSE=""
DEPEND="dev-python/sentry-sdk
dev-python/tailhead"
RDEPEND="${DEPEND}"
S="${WORKDIR}/SentryLogs-${PV}"
dev-python/sentry-sdk dev-python/tailhead
dev-python/sentry-sdk dev-python/tailhead
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | SentryLogs-0.5.0.tar.gz | 11744 bytes | https://pypi.python.org/packages/source/S/SentryLogs/SentryLogs-0.5.0.tar.gz |