pentoo-overlay/dev-python/syslog-rfc5424-formatter/syslog-rfc5424-formatter-1.2.2.ebuild
2025-01-06 10:56:50 +08:00

21 lines
513 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1
DESCRIPTION="Logging formatter which produces well-formatted RFC5424 Syslog Protocol messages"
HOMEPAGE="https://github.com/easypost/syslog-rfc5424-formatter"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="ISC"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=""
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"