From 121ed4eec41fbf03e1998d09eede1bf449da63b9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 19 Jul 2019 22:05:27 +0100 Subject: gentoo resync : 19.07.2019 --- dev-python/iocapture/Manifest | 2 +- dev-python/iocapture/iocapture-0.1.2-r2.ebuild | 29 ++++++++++++++++++++++++++ dev-python/iocapture/iocapture-0.1.2.ebuild | 29 -------------------------- 3 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 dev-python/iocapture/iocapture-0.1.2-r2.ebuild delete mode 100644 dev-python/iocapture/iocapture-0.1.2.ebuild (limited to 'dev-python/iocapture') diff --git a/dev-python/iocapture/Manifest b/dev-python/iocapture/Manifest index e8b14969bf96..67fdc95e0f26 100644 --- a/dev-python/iocapture/Manifest +++ b/dev-python/iocapture/Manifest @@ -1,4 +1,4 @@ DIST iocapture-0.1.2.tar.gz 13114 BLAKE2B 4404ed96cda15db41d30c10fd68747e61980c1ee173671ff496ba05af5d122eeebcbd7fa901a8ad43ffd46efe219e437e205236392855d43fa3bfdd1416ca6d9 SHA512 1205d13b107d83dcb45d5546038d8b0b5417a20a51149c405123111488c351ff81a447f10653cd3dd9ecc236e01a0fcceb6647091e38ff2fa34c69e0baff1567 EBUILD iocapture-0.1.2-r1.ebuild 689 BLAKE2B fb23239df27085435f09274280ddbaf79fe5b4a88b33b32546c3d9bce50a583446ac1dd6c89d4d32b1bf17e1bac2e4cfeec381b27f095864c4c8f14ddf372e54 SHA512 e474b9da66acdd97bbe7b9eb637272334f6ff11c767dc74a0f8eab1aaeb7d49c604f55eb297a07ce58b548b4b194bed54f6561585401a0e34b86b73f9f8994d7 -EBUILD iocapture-0.1.2.ebuild 678 BLAKE2B a0923e678dbd0a6733577e2435bc8684f28ed3fae707cf4e21cbcfae22bbeaf1a6bb3913de019ffdd81c292b769592653968b5467ebbcd9d4b22f3dd862a309a SHA512 9a9f2230aca4776c0723a5428833b7d9da00645d870a9a55e622183f67842915be264e3bb72faca9a8ffbe93790b12de4a2ab3666ede004414e23cfb90edec7f +EBUILD iocapture-0.1.2-r2.ebuild 658 BLAKE2B f4ce17615ceb43997917cd694e64c28f532556bc0faf15e178ab5d8d8e5a9ec319aebbda8d83a84c68a6d9d9a15af4c4bd5e5d7ff8d114ed036bacfcc1c8ff5b SHA512 9db2b561edf8258dab9de51a04eeeb8f8ece94e23874e7e653c296728697a905d60a9233b70f9d1e7bafeeaf29772f876b28e75a061ab39480c447d80c69b041 MISC metadata.xml 368 BLAKE2B 69295da6af2e74122fdf5f62eff141417283e7e51729f0c35ff593387fcf3640bdfbeffe079427b368e175f3aa80b97637d6cbefd68e2a3a9a79155735570560 SHA512 463826d4afeb4be68800318809427cb4762f9fb7e14f6f4ed2fe84a7765dfb5acaf9d5fe2f1e339e06a092d8a4dec5d21b3a9f15fc10c9112b69e85f4903b932 diff --git a/dev-python/iocapture/iocapture-0.1.2-r2.ebuild b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild new file mode 100644 index 000000000000..3ad57635e00d --- /dev/null +++ b/dev-python/iocapture/iocapture-0.1.2-r2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Capture stdout, stderr easily" +HOMEPAGE="https://pypi.org/project/iocapture/" +SRC_URI="https://github.com/oinume/iocapture/archive/${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" +LICENSE="MIT" +IUSE="test" + +RDEPEND="" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/pytest[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + ${RDEPEND} + )" + +python_test() { + pytest -vv || die "Tests fail with ${EPYTHON}" +} diff --git a/dev-python/iocapture/iocapture-0.1.2.ebuild b/dev-python/iocapture/iocapture-0.1.2.ebuild deleted file mode 100644 index 8bbcc5e69bba..000000000000 --- a/dev-python/iocapture/iocapture-0.1.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python{2_7,3_5} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Capture stdout,stderr easily" -HOMEPAGE="https://pypi.org/project/iocapture/" -SRC_URI="https://github.com/oinume/iocapture/archive/${PV}.tar.gz -> ${P}.tar.gz" - -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc x86" -LICENSE="MIT" -IUSE="test" - -RDEPEND="" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - dev-python/pytest[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 pypy) - ${RDEPEND} - )" - -python_test() { - py.test || die "Tests fail with ${EPYTHON}" -} -- cgit v1.2.3