dev-python/robotbackgroundlogger: new package
authorZac Medico <zmedico@gentoo.org>
Wed, 11 Jul 2018 17:12:21 +0000 (10:12 -0700)
committerZac Medico <zmedico@gentoo.org>
Wed, 11 Jul 2018 17:18:55 +0000 (10:18 -0700)
Package-Manager: Portage-2.3.42, Repoman-2.3.9

dev-python/robotbackgroundlogger/Manifest [new file with mode: 0644]
dev-python/robotbackgroundlogger/metadata.xml [new file with mode: 0644]
dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild [new file with mode: 0644]

diff --git a/dev-python/robotbackgroundlogger/Manifest b/dev-python/robotbackgroundlogger/Manifest
new file mode 100644 (file)
index 0000000..259eaec
--- /dev/null
@@ -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 (file)
index 0000000..dcf74e4
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="person">
+               <email>zmedico@gentoo.org</email>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">robotframework/robotbackgroundlogger</remote-id>
+               <remote-id type="pypi">robotbackgroundlogger</remote-id>
+       </upstream>
+</pkgmetadata>
diff --git a/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild b/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild
new file mode 100644 (file)
index 0000000..6ad5982
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 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}"