jlec        15/02/28 10:25:54

  Modified:             ChangeLog
  Added:                jedi-0.8.1-r2.ebuild
  Removed:              jedi-0.8.1-r1.ebuild
  Log:
  Use proper upstream tarball, thanks marienz for reporting
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.15                 dev-python/jedi/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jedi/ChangeLog?rev=1.15&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jedi/ChangeLog?rev=1.15&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jedi/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jedi/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   27 Feb 2015 16:30:23 -0000      1.14
+++ ChangeLog   28 Feb 2015 10:25:54 -0000      1.15
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/jedi
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/ChangeLog,v 1.14 2015/02/27 
16:30:23 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/ChangeLog,v 1.15 2015/02/28 
10:25:54 jlec Exp $
+
+*jedi-0.8.1-r2 (28 Feb 2015)
+
+  28 Feb 2015; Justin Lecher <[email protected]> +jedi-0.8.1-r2.ebuild,
+  -jedi-0.8.1-r1.ebuild:
+  Use proper upstream tarball, thanks marienz for reporting
 
 *jedi-0.8.1-r1 (27 Feb 2015)
 



1.1                  dev-python/jedi/jedi-0.8.1-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jedi/jedi-0.8.1-r2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jedi/jedi-0.8.1-r2.ebuild?rev=1.1&content-type=text/plain

Index: jedi-0.8.1-r2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/jedi-0.8.1-r2.ebuild,v 1.1 
2015/02/28 10:25:54 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} )

inherit distutils-r1

DESCRIPTION="Awesome autocompletion library for python"
HOMEPAGE="https://github.com/davidhalter/jedi";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

DEPEND="
        app-arch/xz-utils
        dev-python/setuptools[${PYTHON_USEDEP}]
        doc? ( dev-python/sphinx )
        test? (
                dev-python/pytest[${PYTHON_USEDEP}]
                dev-python/tox[${PYTHON_USEDEP}]
        )"

python_test() {
        PYTHONPATH="${PYTHONPATH%:}${PYTHONPATH+:}${S}/test" py.test test || 
die "Tests failed under ${EPYTHON}"
}

src_compile() {
        if use doc ; then
                emake -C docs html
        fi
        distutils-r1_src_compile
}

python_install_all() {
        use doc && dohtml -r "${S}"/docs/_build/html/*
        distutils-r1_python_install_all
}




Reply via email to