diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-python/robotbackgroundlogger | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-python/robotbackgroundlogger')
-rw-r--r-- | dev-python/robotbackgroundlogger/Manifest | 2 | ||||
-rw-r--r-- | dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/robotbackgroundlogger/Manifest b/dev-python/robotbackgroundlogger/Manifest index 102bd074088a..f411c54eba8f 100644 --- a/dev-python/robotbackgroundlogger/Manifest +++ b/dev-python/robotbackgroundlogger/Manifest @@ -1,3 +1,3 @@ DIST robotbackgroundlogger-1.2.tar.gz 3910 BLAKE2B c79d848f8fb0767b966d5e152755a37c28bcb37af45a90a5583176a243c8a7258562c6be34aaaf6c8063d3c757b104d0a846fa2e5bae4c01ba166e2305eb7414 SHA512 29546cc810b30a4c87ccf2e0a5b1fc186d176d8b50d1fcf18076d97042e7f0123070d9988a795d9befedbe201007dbca30dc8b83d9543f30e5036e9f8795dcee -EBUILD robotbackgroundlogger-1.2.ebuild 558 BLAKE2B 891ffeae482bb2e903e17092a8203a21e042a8eaa93442b42c5a2d6b4ab5bb3b3ea52d776e48a40545b0831690f559b236899559d424498d631bb5f26299b19b SHA512 88baa9c34dfb3db0fa07b26f123e282fb407897132d57c75e809388d8936db4963d33e28230fefa95fded694d81f33f1330367e196d02f50a326857f6341b5f7 +EBUILD robotbackgroundlogger-1.2.ebuild 547 BLAKE2B 53994a29ecb994127be638814d75775479a348af4957b8dcf44882dbf4461f9bdf7b344c71e491a6b1b5a0b41d656223999e9fdf60353506fd294a5ffb928f19 SHA512 892e886e3c0dabeb72c1399343ccd8690fd6b3e8b67dd2feb5a81ff261cb26ea3c241cfbb63e8039fca559d160f446d2e96148d66e94377f97ba0ef0a4d550ab MISC metadata.xml 378 BLAKE2B b0f4a1531c4a089912736a057f6664e06755b4737e0fb6fac825a3f361bceed3146254fc5649ee909e33dbf934afc4c3c7cb30344cd0a70a0a33615adbb2bee5 SHA512 0a61e4c19a9505c0d2d918448be4de95d4eb7c7bcaec57095cbfaa33e74a3ebfcbce25c7afb2ae253a584f6624f66a41c7764e21473108b2b538633e8c9bc921 diff --git a/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild b/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild index 6ad59826aa82..6f1b9f37edef 100644 --- a/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild +++ b/dev-python/robotbackgroundlogger/robotbackgroundlogger-1.2.ebuild @@ -1,17 +1,19 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_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}" |