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

radhermit    13/08/08 06:08:57

  Modified:             ChangeLog
  Added:                virtualenv-1.10.1.ebuild
  Removed:              virtualenv-1.7.1.2-r1.ebuild virtualenv-1.10.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.95                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	7 Aug 2013 13:35:51 -0000	1.94
+++ ChangeLog	8 Aug 2013 06:08:57 -0000	1.95
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/virtualenv
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.94 2013/08/07 13:35:51 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.95 2013/08/08 06:08:57 radhermit Exp $
+
+*virtualenv-1.10.1 (08 Aug 2013)
+
+  08 Aug 2013; Tim Harder <radhermit@gentoo.org> -virtualenv-1.7.1.2-r1.ebuild,
+  -virtualenv-1.10.ebuild, +virtualenv-1.10.1.ebuild:
+  Version bump and remove old.
 
   07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> virtualenv-1.9.1-r1.ebuild:
   Stable for x86, wrt bug #477970



1.1                  dev-python/virtualenv/virtualenv-1.10.1.ebuild

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

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

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

inherit distutils-r1

DESCRIPTION="Virtual Python Environment builder"
HOMEPAGE="http://www.virtualenv.org/ http://pypi.python.org/pypi/virtualenv"
SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="MIT"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
SLOT="0"
IUSE="doc test"

RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
	test? (
		dev-python/mock[${PYTHON_USEDEP}]
		dev-python/nose[${PYTHON_USEDEP}]
	)"

DOCS=( docs/index.txt docs/news.txt )
PATCHES=( "${FILESDIR}"/virtualenv-1.8.2-no-versioned-script.patch )

python_compile_all() {
	use doc && emake -C docs html
}

python_install_all() {
	use doc && dohtml -r docs/_build/html/
}

python_test() {
	nosetests || die
}





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

only message in thread, other threads:[~2013-08-08  6:09 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:08 [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.10.1.ebuild ChangeLog virtualenv-1.7.1.2-r1.ebuild virtualenv-1.10.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