jlec        15/05/05 17:43:21

  Modified:             metadata.xml ChangeLog
  Added:                jedi-0.9.0.ebuild
  Removed:              jedi-0.8.0.ebuild jedi-0.5_beta5.ebuild
                        jedi-0.7.0.ebuild jedi-0.6.0.ebuild
  Log:
  Version Bump; drop old
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
B9D4F231BD1558AB!)

Revision  Changes    Path
1.6                  dev-python/jedi/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jedi/metadata.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- metadata.xml        28 Feb 2015 21:26:19 -0000      1.5
+++ metadata.xml        5 May 2015 17:43:21 -0000       1.6
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<herd>python</herd>
+  <herd>python</herd>
 </pkgmetadata>



1.18                 dev-python/jedi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/jedi/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   8 Apr 2015 08:05:10 -0000       1.17
+++ ChangeLog   5 May 2015 17:43:21 -0000       1.18
@@ -1,6 +1,13 @@
 # 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.17 2015/04/08 
08:05:10 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/jedi/ChangeLog,v 1.18 2015/05/05 
17:43:21 jlec Exp $
+
+*jedi-0.9.0 (05 May 2015)
+
+  05 May 2015; Justin Lecher <[email protected]> +jedi-0.9.0.ebuild,
+  -jedi-0.5_beta5.ebuild, -jedi-0.6.0.ebuild, -jedi-0.7.0.ebuild,
+  -jedi-0.8.0.ebuild, metadata.xml:
+  Version Bump; drop old
 
   08 Apr 2015; Michał Górny <[email protected]> jedi-0.5_beta5.ebuild,
   jedi-0.6.0.ebuild, jedi-0.7.0.ebuild, jedi-0.8.0.ebuild:



1.1                  dev-python/jedi/jedi-0.9.0.ebuild

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

Index: jedi-0.9.0.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.9.0.ebuild,v 1.1 
2015/05/05 17:43:21 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}"
}

python_compile_all() {
        use doc && emake -C docs html
}

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




Reply via email to