public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney (idella4)" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.9.1-r1.ebuild ChangeLog
Date: Thu, 21 Mar 2013 14:18:11 +0000 (UTC)	[thread overview]
Message-ID: <20130321141811.E83B22171D@flycatcher.gentoo.org> (raw)

idella4     13/03/21 14:18:11

  Modified:             ChangeLog
  Added:                virtualenv-1.9.1-r1.ebuild
  Log:
  migration revbump, patch added skips 1 test affecting only pypy
  
  (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)

Revision  Changes    Path
1.82                 dev-python/virtualenv/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	17 Mar 2013 05:40:31 -0000	1.81
+++ ChangeLog	21 Mar 2013 14:18:11 -0000	1.82
@@ -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.81 2013/03/17 05:40:31 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/virtualenv/ChangeLog,v 1.82 2013/03/21 14:18:11 idella4 Exp $
+
+*virtualenv-1.9.1-r1 (21 Mar 2013)
+
+  21 Mar 2013; Ian Delaney <idella4@gentoo.org>
+  +files/virtualenv-1.9.1-pypy.patch, +virtualenv-1.9.1-r1.ebuild:
+  migration revbump, patch added skips 1 test affecting only pypy
 
 *virtualenv-1.9.1 (17 Mar 2013)
 



1.1                  dev-python/virtualenv/virtualenv-1.9.1-r1.ebuild

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

Index: virtualenv-1.9.1-r1.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.9.1-r1.ebuild,v 1.1 2013/03/21 14:18:11 idella4 Exp $

EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2} pypy{1_9,2_0} )
#DISTUTILS_SRC_TEST="nosetests"

inherit distutils-r1 vcs-snapshot

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

LICENSE="MIT"
KEYWORDS="~amd64 ~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}] )"

DOCS="docs/index.txt docs/news.txt"
PYTHON_MODNAME="virtualenv.py virtualenv_support"

# let the python eclass handle script versioning
PATCHES=( "${FILESDIR}"/${PN}-1.8.2-no-versioned-script.patch
		"${FILESDIR}"/${P}-pypy.patch )

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

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

python_test() {
	nosetests "${S}"/tests || die
}





             reply	other threads:[~2013-03-21 14:18 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-21 14:18 Ian Delaney (idella4) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-03-26  4:08 [gentoo-commits] gentoo-x86 commit in dev-python/virtualenv: virtualenv-1.9.1-r1.ebuild ChangeLog Patrick Lauer (patrick)
2013-07-24 18:43 Agostino Sarubbo (ago)
2013-07-28 13:48 Agostino Sarubbo (ago)
2013-08-04 13:41 Agostino Sarubbo (ago)
2013-08-07 13:35 Agostino Sarubbo (ago)
2013-08-10 13:28 Agostino Sarubbo (ago)
2013-08-26  0:27 Mike Gilbert (floppym)
2013-09-02 11:23 Agostino Sarubbo (ago)
2013-09-02 11:48 Agostino Sarubbo (ago)
2013-09-02 11:56 Agostino Sarubbo (ago)
2013-09-02 11:56 Agostino Sarubbo (ago)
2013-09-02 11:57 Agostino Sarubbo (ago)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130321141811.E83B22171D@flycatcher.gentoo.org \
    --to=idella4@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox