public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/stevedore: stevedore-0.10.ebuild ChangeLog stevedore-0.8-r1.ebuild stevedore-0.6.ebuild
@ 2013-08-08  6:30 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2013-08-08  6:30 UTC (permalink / raw
  To: gentoo-commits

radhermit    13/08/08 06:30:09

  Modified:             ChangeLog
  Added:                stevedore-0.10.ebuild
  Removed:              stevedore-0.8-r1.ebuild stevedore-0.6.ebuild
  Log:
  Version bump and remove old.
  
  (Portage version: 2.2.0_alpha195/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.7                  dev-python/stevedore/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	30 Jul 2013 09:05:19 -0000	1.6
+++ ChangeLog	8 Aug 2013 06:30:09 -0000	1.7
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/stevedore
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.6 2013/07/30 09:05:19 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/ChangeLog,v 1.7 2013/08/08 06:30:09 radhermit Exp $
+
+*stevedore-0.10 (08 Aug 2013)
+
+  08 Aug 2013; Tim Harder <radhermit@gentoo.org> -stevedore-0.6.ebuild,
+  -stevedore-0.8-r1.ebuild, +stevedore-0.10.ebuild:
+  Version bump and remove old.
 
   30 Jul 2013; Agostino Sarubbo <ago@gentoo.org> stevedore-0.9.1.ebuild:
   Stable for amd64, wrt bug #450086



1.1                  dev-python/stevedore/stevedore-0.10.ebuild

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

Index: stevedore-0.10.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/stevedore/stevedore-0.10.ebuild,v 1.1 2013/08/08 06:30:09 radhermit Exp $

EAPI=5
PYTHON_COMPAT=( python{2_7,3_2,3_3} pypy2_0 )

inherit distutils-r1

DESCRIPTION="Manage dynamic plugins for Python applications"
HOMEPAGE="https://github.com/dreamhost/stevedore"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
	test? ( dev-python/nose[${PYTHON_USEDEP}]
		dev-python/mock[${PYTHON_USEDEP}]
		dev-python/coverage[${PYTHON_USEDEP}]
		dev-python/flake8[$(python_gen_usedep python{2_7,3_2,3_3})] )
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}]
		dev-python/pillow[$(python_gen_usedep python{2_7,3_2,3_3})] )"

python_compile_all() {
	if use doc; then
		mkdir docs/source/_build || die
		sphinx-build -b html -c docs/source docs/source/ docs/source/_build
	fi
}

python_test() {
	nosetests -d --with-coverage --cover-inclusive --cover-package stevedore \
		|| die "Tests failed under ${EPYTHON}"
	flake8 stevedore setup.py || die
}

python_install_all() {
	use doc && local HTML_DOCS=( docs/source/_build/. )
	distutils-r1_python_install_all
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-08  6:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08  6:30 [gentoo-commits] gentoo-x86 commit in dev-python/stevedore: stevedore-0.10.ebuild ChangeLog stevedore-0.8-r1.ebuild stevedore-0.6.ebuild Tim Harder (radhermit)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox