From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/robotbackgroundlogger/Manifest | 1 + dev-python/robotbackgroundlogger/metadata.xml | 12 ++++++++++++ .../robotbackgroundlogger-1.2.ebuild | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-python/robotbackgroundlogger/Manifest create mode 100644 dev-python/robotbackgroundlogger/metadata.xml create mode 100644 dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild (limited to 'dev-python/robotbackgroundlogger') diff --git a/dev-python/robotbackgroundlogger/Manifest b/dev-python/robotbackgroundlogger/Manifest new file mode 100644 index 000000000000..259eaec35000 --- /dev/null +++ b/dev-python/robotbackgroundlogger/Manifest @@ -0,0 +1 @@ +DIST robotbackgroundlogger-1.2.tar.gz 3910 BLAKE2B c79d848f8fb0767b966d5e152755a37c28bcb37af45a90a5583176a243c8a7258562c6be34aaaf6c8063d3c757b104d0a846fa2e5bae4c01ba166e2305eb7414 SHA512 29546cc810b30a4c87ccf2e0a5b1fc186d176d8b50d1fcf18076d97042e7f0123070d9988a795d9befedbe201007dbca30dc8b83d9543f30e5036e9f8795dcee diff --git a/dev-python/robotbackgroundlogger/metadata.xml b/dev-python/robotbackgroundlogger/metadata.xml new file mode 100644 index 000000000000..b060692a902c --- /dev/null +++ b/dev-python/robotbackgroundlogger/metadata.xml @@ -0,0 +1,12 @@ + + + + + zmedico@gentoo.org + + + robotframework/robotbackgroundlogger + robotbackgroundlogger + + gentoo-staging + diff --git a/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild b/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild new file mode 100644 index 000000000000..6f1b9f37edef --- /dev/null +++ b/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_6 ) + +inherit distutils-r1 + +DESCRIPTION="Helper module for logging to Robot Framework log from background threads" +HOMEPAGE="https://github.com/robotframework/robotbackgroundlogger https://pypi.org/project/robotbackgroundlogger/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="dev-python/robotframework[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" -- cgit v1.3.1