commit: f00075ee23204f2c1766ebc0d38e21493a5a0d93
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 20 14:58:44 2020 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Dec 20 15:02:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f00075ee
dev-python/funcy: version bump and test added
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../funcy/{funcy-1.14.ebuild => funcy-1.14-r1.ebuild} | 4 ++--
dev-python/funcy/funcy-1.14.ebuild | 14 +-------------
2 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/dev-python/funcy/funcy-1.14.ebuild
b/dev-python/funcy/funcy-1.14-r1.ebuild
similarity index 95%
copy from dev-python/funcy/funcy-1.14.ebuild
copy to dev-python/funcy/funcy-1.14-r1.ebuild
index babc4c8350d..ac375d59f04 100644
--- a/dev-python/funcy/funcy-1.14.ebuild
+++ b/dev-python/funcy/funcy-1.14-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
PYTHON_COMPAT=( python3_6 python3_7 python3_8 )
inherit distutils-r1
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
diff --git a/dev-python/funcy/funcy-1.14.ebuild
b/dev-python/funcy/funcy-1.14.ebuild
index babc4c8350d..dbae274d880 100644
--- a/dev-python/funcy/funcy-1.14.ebuild
+++ b/dev-python/funcy/funcy-1.14.ebuild
@@ -13,19 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+IUSE=""
DEPEND=""
RDEPEND="${DEPEND}"
-BDEPEND="
- ${RDEPEND}
- test? (
- dev-python/whatever[${PYTHON_USEDEP}]
- dev-python/pytest[${PYTHON_USEDEP}]
- )"
-
-python_test() {
- distutils_install_for_testing --via-root
- pytest || die "Tests fail with ${EPYTHON}"
-}