diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-10-02 14:50:19 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-10-02 15:00:18 +0200 |
commit | 8689bae962fa8359133fef5c72d60d7dce1356e1 (patch) | |
tree | 6b185a85a8a0bbbf22db1051a3f1ec683d53f4c1 /dev-python | |
parent | 312b7a3cf7f74913d26e2f1ec7ba714efa9ca51f (diff) | |
download | gentoo-8689bae962fa8359133fef5c72d60d7dce1356e1.tar.gz gentoo-8689bae962fa8359133fef5c72d60d7dce1356e1.tar.xz |
dev-python/cloudpickle: Stable for amd64. Stable for x86 using the ALLARCHES policy.
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cloudpickle/cloudpickle-0.2.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/cloudpickle/cloudpickle-0.2.1.ebuild b/dev-python/cloudpickle/cloudpickle-0.2.1.ebuild index d2e511e3c11..3d1923830b1 100644 --- a/dev-python/cloudpickle/cloudpickle-0.2.1.ebuild +++ b/dev-python/cloudpickle/cloudpickle-0.2.1.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="" @@ -21,6 +21,8 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/pytest[${PYTHON_USEDEP}] )" +RESTRICT="test" + python_test() { PYTHONPATH='.:tests' py.test || die } |