patrick     15/07/30 06:36:21

  Modified:             ChangeLog
  Added:                argcomplete-0.9.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.16                 dev-python/argcomplete/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   7 Jun 2015 02:48:28 -0000       1.15
+++ ChangeLog   30 Jul 2015 06:36:21 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/argcomplete
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.15 
2015/06/07 02:48:28 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.16 
2015/07/30 06:36:21 patrick Exp $
+
+*argcomplete-0.9.0 (30 Jul 2015)
+
+  30 Jul 2015; Patrick Lauer <patr...@gentoo.org> +argcomplete-0.9.0.ebuild:
+  Bump
 
 *argcomplete-0.8.9 (07 Jun 2015)
 



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

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

Index: argcomplete-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/argcomplete/argcomplete-0.9.0.ebuild,v 1.1 
2015/07/30 06:36:21 patrick Exp $

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1 bash-completion-r1

DESCRIPTION="Bash tab completion for argparse"
HOMEPAGE="https://pypi.python.org/pypi/argcomplete";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

SLOT="0"
LICENSE="Apache-2.0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"

python_prepare_all() {
        # purge test folder to avoid file collisions
        sed -e "s:find_packages():find_packages(exclude=['test','test.*']):" -i 
setup.py || die
        distutils-r1_python_prepare_all
}

python_test() {
        ${EPYTHON} test/test.py || die
}

python_install_all() {
        sed \
                -e "/complete /d" \
                -i argcomplete/bash_completion.d/python-argcomplete.sh || die

        distutils-r1_python_install_all
        newbashcomp "${S}"/${PN}/bash_completion.d/python-argcomplete.sh 
python-${PN}
}




Reply via email to