Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/virtualenv/
Date: Sun, 21 Aug 2016 17:46:08
Message-Id: 1471801540.80e66017ce27df88992bccff8fdd3023322359c8.radhermit@gentoo
1 commit: 80e66017ce27df88992bccff8fdd3023322359c8
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 21 17:45:01 2016 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 21 17:45:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80e66017
7
8 dev-python/virtualenv: version bump to 15.0.3
9
10 dev-python/virtualenv/Manifest | 1 +
11 dev-python/virtualenv/virtualenv-15.0.3.ebuild | 50 ++++++++++++++++++++++++++
12 2 files changed, 51 insertions(+)
13
14 diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
15 index fb5c0ed..cc9f9a0 100644
16 --- a/dev-python/virtualenv/Manifest
17 +++ b/dev-python/virtualenv/Manifest
18 @@ -4,3 +4,4 @@ DIST virtualenv-14.0.3.tar.gz 1794400 SHA256 9b67a5b78f8d8bac1f5221d19b912023574
19 DIST virtualenv-14.0.5.tar.gz 1794654 SHA256 14b6148911f82d38bd3c7adcd1a16d54a1eca4d27d92ba11d06acf67f7566c71 SHA512 52ea2dcfc1b830aaf3c651f87b4e74dbba9b6ee1a93e641fbbb2ca10484044aece8aead9a12184115aa7f533233c790b65ffd40405f60e4dcef1d15a4786075b WHIRLPOOL f23cf8f9c6fc21c130e0dcb5f71f9430ac4dd167b73db9676ce37bbed7fcece1e61a09b0882737fb1e855b1910e2037f32bd59ba38445a3be6a2dfacddeb4af8
20 DIST virtualenv-14.0.6.tar.gz 1799312 SHA256 ce61e5d05e3532a8d910663c5ab92ed4c226c3daaba903f1ada281d96fabec98 SHA512 86fae16be973c8a981b106b22fec74909de225b70b7a486108ae769385a573087d64beb8963373f35a444a9baf0a1805c0035313f600655629dd8a03850c51fb WHIRLPOOL f4891ac11d2d2ca889e6b2eea4256c8f8628a59e205a20c022e050e37d3baebde221dcbb02fae7cdeb8d088d1dad30734a1471d37b658b7f13c3895287bc4769
21 DIST virtualenv-15.0.1.tar.gz 1843933 SHA256 e9fc77f0ba37e18a16105e0c1601f10a308364b993edb5f6158f97088fb29ea3 SHA512 e313fd943446e52eddaf01010513b7ae64688223b0de844824206690d1fa136683aa6a03c5b5c7c42fa771056f9fa6ace81c39a821b688d63bfdd5a748036c6c WHIRLPOOL 843832c21925d6a36f82198326dfeb48a6c585b4eb52d360c1d6e6c0846b609657d4dc2225c69dbb0455ce336901b95bfad5f2ab46e71dcbeac7a677c2cb855f
22 +DIST virtualenv-15.0.3.tar.gz 1847120 SHA256 8b230f01701eee0bfa45a7dc6ff19397abd92c3d50728f08e2236754797fdc01 SHA512 2d7223d59062dae7da8e81ca0463e4dd526faee01b48d2c42e39d7ada328a819e454a96c2380c200dba434f62a7cb1c612eff13815306837f2362bc5e658bae0 WHIRLPOOL c4c4539b44e05f234bd6fdfbb6568159a5b55edfd81e4920dbb4f1606dd8e77f5696c818afa8e1bc4eac28600303a5b2da1418fb3e730c64c7c5489f912d4b68
23
24 diff --git a/dev-python/virtualenv/virtualenv-15.0.3.ebuild b/dev-python/virtualenv/virtualenv-15.0.3.ebuild
25 new file mode 100644
26 index 0000000..364a2c6
27 --- /dev/null
28 +++ b/dev-python/virtualenv/virtualenv-15.0.3.ebuild
29 @@ -0,0 +1,50 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +
36 +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy )
37 +
38 +inherit distutils-r1
39 +
40 +DESCRIPTION="Virtual Python Environment builder"
41 +HOMEPAGE="
42 + http://www.virtualenv.org/
43 + https://pypi.python.org/pypi/virtualenv
44 + https://github.com/pypa/virtualenv/
45 +"
46 +SRC_URI="https://github.com/pypa/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 +
48 +LICENSE="MIT"
49 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
50 +SLOT="0"
51 +IUSE="doc test"
52 +
53 +RDEPEND=""
54 +DEPEND="${RDEPEND}
55 + >=dev-python/setuptools-19.6.2[${PYTHON_USEDEP}]
56 + doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
57 + test? (
58 + dev-python/mock[${PYTHON_USEDEP}]
59 + dev-python/pytest[${PYTHON_USEDEP}]
60 + )"
61 +
62 +DOCS=( docs/index.rst docs/changes.rst )
63 +
64 +PATCHES=(
65 + "${FILESDIR}"/${PN}-12.1.1-skip-broken-test.patch
66 +)
67 +
68 +python_compile_all() {
69 + use doc && emake -C docs html
70 +}
71 +
72 +python_test() {
73 + py.test -v -v || die "Tests fail with ${EPYTHON}"
74 +}
75 +
76 +python_install_all() {
77 + use doc && local HTML_DOCS=( docs/_build/html/. )
78 + distutils-r1_python_install_all
79 +}