dev-python/sentrylogs - 0.5.0 (ubuilds)

Search

Install

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

Package Information

Description:
Send logs from Nginx and other applications to Sentry.
Homepage:
https://pypi.org/project/SentryLogs/
License:
GPL-2

Ebuild Details

Version EAPI Keywords Slot
0.5.0 7 ~amd64 0
View Raw Ebuild
# 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}"

Inherited Eclasses

Dependencies

DEPEND

dev-python/sentry-sdk
dev-python/tailhead

RDEPEND

dev-python/sentry-sdk
dev-python/tailhead

Manifest for 0.5.0

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