commit: 18bf567a2d08d296c2d5a579eeecdaf58111a9cc
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 19 23:13:51 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 19 23:22:31 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18bf567a
dev-python/pickleshare: Stable for amd64. Mark stable for the remaining arches
using the ALLARCHES policy.
Package-Manager: portage-2.3.0
dev-python/pickleshare/pickleshare-0.7.3.ebuild | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/dev-python/pickleshare/pickleshare-0.7.3.ebuild
b/dev-python/pickleshare/pickleshare-0.7.3.ebuild
index 46757b5..a7723e8 100644
--- a/dev-python/pickleshare/pickleshare-0.7.3.ebuild
+++ b/dev-python/pickleshare/pickleshare-0.7.3.ebuild
@@ -14,15 +14,18 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 arm64 x86"
IUSE="test"
RDEPEND="
$(python_gen_cond_dep 'dev-python/pathlib[${PYTHON_USEDEP}]' python2_7
python3_3)
>=dev-python/path-py-6.2[${PYTHON_USEDEP}]"
+
DEPEND="${RDEPEND}
test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
+RESTRICT="test"
+
python_test() {
py.test || die
}