idella4 15/01/30 12:35:50 Modified: ChangeLog Added: jenkins-webapi-0.4.0-r1.ebuild Removed: jenkins-webapi-0.4.0.ebuild Log: revbump; update current release with updated tarball of same name stored in separate location supplying a working test phase and doc build, remove 0.4.0.ebuild to ensure no confusion from disparate tarballs (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.2 dev-python/jenkins-webapi/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-webapi/ChangeLog?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-webapi/ChangeLog?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-webapi/ChangeLog?r1=1.1&r2=1.2 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/jenkins-webapi/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 29 Jan 2015 09:19:38 -0000 1.1 +++ ChangeLog 30 Jan 2015 12:35:50 -0000 1.2 @@ -1,6 +1,14 @@ # ChangeLog for dev-python/jenkins-webapi # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/jenkins-webapi/ChangeLog,v 1.1 2015/01/29 09:19:38 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/jenkins-webapi/ChangeLog,v 1.2 2015/01/30 12:35:50 idella4 Exp $ + +*jenkins-webapi-0.4.0-r1 (30 Jan 2015) + + 30 Jan 2015; Ian Delaney <[email protected]> +jenkins-webapi-0.4.0-r1.ebuild, + -jenkins-webapi-0.4.0.ebuild: + revbump; update current release with updated tarball of same name stored in + separate location supplying a working test phase and doc build, remove + 0.4.0.ebuild to ensure no confusion from disparate tarballs *jenkins-webapi-0.4.0 (29 Jan 2015) *jenkins-webapi-0.3.2 (29 Jan 2015) 1.1 dev-python/jenkins-webapi/jenkins-webapi-0.4.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-webapi/jenkins-webapi-0.4.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/jenkins-webapi/jenkins-webapi-0.4.0-r1.ebuild?rev=1.1&content-type=text/plain Index: jenkins-webapi-0.4.0-r1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/jenkins-webapi/jenkins-webapi-0.4.0-r1.ebuild,v 1.1 2015/01/30 12:35:50 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) inherit distutils-r1 DESCRIPTION="Module for interacting with the Jenkins CI server" HOMEPAGE="https://github.com/gvalkov/jenkins-webapi" SRC_URI="http://dev.gentoo.org/~idella4/tarballs/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test" RESTRICT="mirror" RDEPEND=">=dev-python/requests-2.4.3[${PYTHON_USEDEP}]" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( ${RDEPEND} dev-util/jenkins-bin >=dev-python/pytest-2.6.3[${PYTHON_USEDEP}] >=dev-python/termcolor-1.1.0[${PYTHON_USEDEP}] >=dev-python/pytest-cov-1.8.0[${PYTHON_USEDEP}] >=dev-python/httmock-1.2.2[${PYTHON_USEDEP}] ) doc? ( >=dev-python/sphinx-1.2.3[${PYTHON_USEDEP}] >=dev-python/alabaster-0.6.1[${PYTHON_USEDEP}] ) " PATCHES=( "${FILESDIR}"/local_jenkins_war.patch ) python_test() { emake test } python_compile_all() { use doc && emake -C doc html } python_install_all() { use doc && local HTML_DOCS=( doc/_build/html/. ) distutils-r1_python_install_all }
