commit:     e53920cc9e43cbfeb20cac29cdffccd414f5bbef
Author:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 12 23:41:44 2017 +0000
Commit:     Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 23:59:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e53920cc

dev-util/buildbot-www: Version bump, clean old version

Package-Manager: Portage-2.3.3_p23, Repoman-2.3.1_p16

 dev-util/buildbot-www/Manifest                               |  2 +-
 ...uildbot-www-0.9.0_p1.ebuild => buildbot-www-0.9.3.ebuild} | 12 ++++++++++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/dev-util/buildbot-www/Manifest b/dev-util/buildbot-www/Manifest
index 3486d87..0b160ea 100644
--- a/dev-util/buildbot-www/Manifest
+++ b/dev-util/buildbot-www/Manifest
@@ -1,3 +1,3 @@
-DIST buildbot-www-0.9.0.post1.tar.gz 687998 SHA256 
54b6438d46001b97c09b37490e0359d4515357574a9f3f83b796ce4b74897c11 SHA512 
e1ed618c7467ac8d3620a9ab1ff14010ed6826562ef117c893cecaab18c06cc4619d9883a45f85ea22b76259bdc1a5bba050afe112aba9449917b7f4c3b3f5ef
 WHIRLPOOL 
870d349a9a52fc9d12a162cd0b5fa94cb9b44c7aacfbaa1d148151e753c11b9fa906f92b85f2858cdc796a2573694c93f560a5fd99ecd19adaed9be68342ed8e
 DIST buildbot-www-0.9.1.tar.gz 686034 SHA256 
795a951f62d5313543d6cdb848dfd6c658cf58871021ac7b33a153b76de773b6 SHA512 
0700d73f1b039571082e9209db09d4faa5ffeeff50db5ac1da9cfade70594b680b083d7421244a0d111b80b36699fee4eb01a9fbbd06248e22c1a38d17b8dc11
 WHIRLPOOL 
fcc86e430918876dc45aa12b5d17e976171eb25a1473e18acd91ec045bbc54eeddd2d5e5917b05bde743241560597243ae246173c1be1ac81d086c5cc6fcef18
 DIST buildbot-www-0.9.2.tar.gz 689448 SHA256 
063660ff23874e24b713d16d966beaaff5e0d67c437e3627db834f0631c49f82 SHA512 
a5edf4da2a7e626b329b75242a5f1588c6ee95f4f242f155e23c4fd4c4ea4e372ba74cd23508f1ff4a3105f8086ed6171f9631d96cffbe8c7216a3ead9ac2320
 WHIRLPOOL 
58f2273dc425e6c1219a7dfdc25dcd647a7a94aada970777dd97c5607249ace710fda5c8c728feff703fa7976ac14873595ec4497ff1ddccfd958eecf66d74b4
+DIST buildbot-www-0.9.3.tar.gz 690646 SHA256 
ff0edacd78702f3b2a2052dc2a51c60eaf5859dd0f1aed17fa5ae91579fafa0e SHA512 
3f4d1992ea9da7789a7dbeb06d500e8129d285146ef90e868da2cfc88bdab3de8342befdfd222f0641688353a9dc0a3aedd5324dfd39d1fbca96326176bd9651
 WHIRLPOOL 
17a0acbca3e1d8333772a8a4567e41851901c0f72ffee451d868756f3a3635aa3f88e6dccf1e3a7f83c1daa6c853caed1bd67eeab4f8479b898bab59059d90e3

diff --git a/dev-util/buildbot-www/buildbot-www-0.9.0_p1.ebuild 
b/dev-util/buildbot-www/buildbot-www-0.9.3.ebuild
similarity index 84%
rename from dev-util/buildbot-www/buildbot-www-0.9.0_p1.ebuild
rename to dev-util/buildbot-www/buildbot-www-0.9.3.ebuild
index 38d71b4..602ba28 100644
--- a/dev-util/buildbot-www/buildbot-www-0.9.0_p1.ebuild
+++ b/dev-util/buildbot-www/buildbot-www-0.9.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -14,7 +14,7 @@ inherit distutils-r1
 DESCRIPTION="BuildBot base web interface, use with 
buildbot-{console-view,waterfall-view}..."
 HOMEPAGE="http://trac.buildbot.net/ https://github.com/buildbot/buildbot 
http://pypi.python.org/pypi/buildbot";
 
-MY_V="0.9.0.post1"
+MY_V="${PV/_p/p}"
 MY_P="${PN}-${MY_V}"
 [[ ${PV} == *9999 ]] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
@@ -27,6 +27,8 @@ else
        KEYWORDS="~amd64"
 fi
 
+IUSE="test"
+
 RDEPEND=""
 
 DEPEND="${RDEPEND}
@@ -39,6 +41,12 @@ DEPEND="${RDEPEND}
 S="${WORKDIR}/${MY_P}"
 #[[ ${PV} == *9999 ]] && S=${S}/www/base
 
+python_test() {
+       distutils_install_for_testing
+
+       esetup.py test || die "Tests failed under ${EPYTHON}"
+}
+
 python_install_all() {
        distutils-r1_python_install_all
 }

Reply via email to