idella4 15/06/07 02:45:00
Modified: ChangeLog
Added: argcomplete-0.8.9.ebuild
Removed: argcomplete-0.6.5.ebuild
argcomplete-0.6.5-r1.ebuild
Log:
bump
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.14 dev-python/argcomplete/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argcomplete/ChangeLog?rev=1.14&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argcomplete/ChangeLog?rev=1.14&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argcomplete/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 3 Jun 2015 12:19:59 -0000 1.13
+++ ChangeLog 7 Jun 2015 02:45:00 -0000 1.14
@@ -1,6 +1,12 @@
# 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.13
2015/06/03 12:19:59 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/argcomplete/ChangeLog,v 1.14
2015/06/07 02:45:00 idella4 Exp $
+
+*argcomplete-0.8.9 (07 Jun 2015)
+
+ 07 Jun 2015; Ian Delaney <[email protected]> +argcomplete-0.8.9.ebuild,
+ -argcomplete-0.6.5-r1.ebuild, -argcomplete-0.6.5.ebuild:
+ bump
03 Jun 2015; Justin Lecher <[email protected]> metadata.xml:
Add pypi to remote-id in metadata.xml
1.1 dev-python/argcomplete/argcomplete-0.8.9.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argcomplete/argcomplete-0.8.9.ebuild?rev=1.1&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/argcomplete/argcomplete-0.8.9.ebuild?rev=1.1&content-type=text/plain
Index: argcomplete-0.8.9.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.8.9.ebuild,v 1.1
2015/06/07 02:45:00 idella4 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}
}