projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0909aca
)
dev-python/jedi: Stable for amd64. Retroactively mark stable for the remaining arches...
author
Patrice Clement
<monsieurp@gentoo.org>
Sun, 22 May 2016 15:18:26 +0000
(15:18 +0000)
committer
Patrice Clement
<monsieurp@gentoo.org>
Sun, 22 May 2016 15:24:37 +0000
(15:24 +0000)
Package-Manager: portage-2.2.28
dev-python/jedi/jedi-0.9.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/jedi/jedi-0.9.0.ebuild
b/dev-python/jedi/jedi-0.9.0.ebuild
index b206bf5971b526534f7ec43e2d1150c0d35c723a..fbae5f5b451a8ac194e9c3a10fcd5085d3ba688d 100644
(file)
--- a/
dev-python/jedi/jedi-0.9.0.ebuild
+++ b/
dev-python/jedi/jedi-0.9.0.ebuild
@@
-8,15
+8,17
@@
PYTHON_COMPAT=( python2_7 python3_{3,4,5} )
inherit distutils-r1
-DESCRIPTION="A
wesome autocompletion library for p
ython"
+DESCRIPTION="A
utocompletion library for P
ython"
HOMEPAGE="https://github.com/davidhalter/jedi"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="
~amd64 ~
x86"
+KEYWORDS="
amd64
x86"
IUSE="doc test"
+RESTRICT="test"
+
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
doc? ( dev-python/sphinx )