From e748ba9741f6540f4675c23e3e37b73e822c13a4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 May 2021 20:59:14 +0100 Subject: gentoo resync : 31.05.2021 --- app-emulation/sen/Manifest | 2 +- app-emulation/sen/sen-0.6.1_p20200905.ebuild | 15 ++++++--------- 2 files changed, 7 insertions(+), 10 deletions(-) (limited to 'app-emulation/sen') diff --git a/app-emulation/sen/Manifest b/app-emulation/sen/Manifest index 2c99214c9dcb..39fdbf05eaf2 100644 --- a/app-emulation/sen/Manifest +++ b/app-emulation/sen/Manifest @@ -1,3 +1,3 @@ DIST sen-0.6.1_p20200905.tar.gz 1913978 BLAKE2B 189bff583770265de29ca3e54cad1283051c05eccab4fc98160801e50b31376188c52e49b43972292fe231b376ba42879fb34d7b1ae70c2246d676a6e25f670b SHA512 cd1899c1b4c5c7cf7f1f2f5e557bd609a7d7619dbc3fc6457f5ef5ce5c9ab43d92a6fbfa228c43d543d4f46c7928d74dbed9ab8346cabc772c8e7c63a7c07bfe -EBUILD sen-0.6.1_p20200905.ebuild 930 BLAKE2B 4d5c2bb3eac1a04f1edf68715402b3c1063f14b134a9664cdde6bbb1cf3840027fa1975886ea20806d7c9e2e95064cc93a52f6189404423399a7813fe5bc4565 SHA512 884a86533f966b1296cc311e91e7f4415d399362e443e62b3abcc016a5866bab40aaae002c8654a001cc89f26cf05ce1818b9deae5864525aa9aceff812c1362 +EBUILD sen-0.6.1_p20200905.ebuild 816 BLAKE2B 4d32bf2bf174c865a858edb80c24df35dcce0a06d88b0a326449065590baf6c7ef3091235dcf77074c5bca639b864f3b1405486c8ee02da5b2a64371d9325718 SHA512 ab34f6207aae486de511fe852d908de6aa25766c9f1b5a2489149f657b45a84ae297a558fbe6527a8cd87dde461d82bbef5db152dbd2cb3f591af8f41500b852 MISC metadata.xml 628 BLAKE2B 14b4762b2dd4aaa480e7f6d61d32647167fda51f0dc7453c8979c93ede078897a4cce702cc976324aa054642860bd08218be4d5764f49072024bfc8f60b2e8cb SHA512 b074d1f60979acad4716907fdb84ca4835fc5c771569658c6476d14683e83b11fb70e907d7a44d7ecb060f6ed695470959a549653a850818e15f01d82628f1c0 diff --git a/app-emulation/sen/sen-0.6.1_p20200905.ebuild b/app-emulation/sen/sen-0.6.1_p20200905.ebuild index 0ce4e0dc2ae1..fe1a19b03c8f 100644 --- a/app-emulation/sen/sen-0.6.1_p20200905.ebuild +++ b/app-emulation/sen/sen-0.6.1_p20200905.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend +PYTHON_COMPAT=( python3_{7..9} ) inherit distutils-r1 COMMIT="02e5872ee2905861e1da06ab5174e1a3f41f0e0b" @@ -18,25 +16,24 @@ S="${WORKDIR}/${PN}-${COMMIT}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND="dev-python/urwid[${PYTHON_USEDEP}] dev-python/urwidtrees[${PYTHON_USEDEP}] dev-python/docker-py[${PYTHON_USEDEP}] " -DEPEND="${RDEPEND} +BDEPEND=" test? ( - dev-python/pytest[${PYTHON_USEDEP}] dev-python/flexmock[${PYTHON_USEDEP}] ) " +distutils_enable_tests pytest + python_install_all() { distutils-r1_python_install_all dodoc -r docs } python_test() { - pytest -vv tests || die "pytest failed" + epytest tests } -- cgit v1.2.3