Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest/
Date: Thu, 01 Oct 2015 07:03:25
Message-Id: 1443682994.2b446fa6681d776d7bc1e9e6506d4d9d8f492024.jlec@gentoo
1 commit: 2b446fa6681d776d7bc1e9e6506d4d9d8f492024
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 1 06:48:31 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 1 07:03:14 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b446fa6
7
8 dev-python/pytest: Version Bump
9
10 Package-Manager: portage-2.2.22
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pytest/Manifest | 1 +
14 dev-python/pytest/pytest-2.7.2.ebuild | 6 ++++--
15 dev-python/pytest/pytest-2.7.3.ebuild | 6 ++++--
16 dev-python/pytest/pytest-2.8.0-r1.ebuild | 6 ++++--
17 dev-python/pytest/{pytest-2.8.0-r1.ebuild => pytest-2.8.1.ebuild} | 8 +++++---
18 5 files changed, 18 insertions(+), 9 deletions(-)
19
20 diff --git a/dev-python/pytest/Manifest b/dev-python/pytest/Manifest
21 index e7f001b..5633c36 100644
22 --- a/dev-python/pytest/Manifest
23 +++ b/dev-python/pytest/Manifest
24 @@ -1,3 +1,4 @@
25 DIST pytest-2.7.2.tar.gz 532836 SHA256 b30457f735420d0000d10a44bbd478cf03f8bf20e25bd77248f9bab40f4fd6a4 SHA512 5474a4fe58437a4971fb21b1b37dad3c08e18e5d154931ff23e597f881100a3515bf0cf71d06b143465594ad2a91a96f84f4836d84c39691143c8d88ca7a4360 WHIRLPOOL 6ab7371f952109ac476774222883e1381fe5ee6a54d967f2d90765f6c59c90634a16c42e8e2e1661169db6a9cb1327242ff2281cf1caeabd86a4dacd24f4bb06
26 DIST pytest-2.7.3.tar.gz 548235 SHA256 d5a9c3db3515ab95902ba08c09d1e941a21a440dc2d65f31bac02667508a9efc SHA512 ad9b57f202c60c247dd4753fb8391e3e88b390e34de678ea12384d81d76693dd37e04f11f6da19a6eda2c74a73db23789856ccaa325d32b4beb6bff86d9e4173 WHIRLPOOL 4aecd53142e503083abe2631bf403509c515d52176c430b7ab1e0becdf404e0fce4bad4343a4ab62525a6e008de0c35b4fac4a352d06938288dbf8deb8a4a250
27 DIST pytest-2.8.0.zip 8189680 SHA256 29ed6fdb7b287f5353620494e950aba652c593c40556aece95a4d23d403ae2cb SHA512 98f7131c3396848ef7dbcf67e21e0329f8a3b771b3f8b832c1894758b34a2f852209f809001da856cfe8ea3773b257405ae2d5f8a04152242b8692e1511289ed WHIRLPOOL 3fd7f6ec73f11f29fd9b67bbb0c28dd73605604053160111212bd43d2c85c0b6cec5a25a979fecabb83a097c5621d5460747df5cb08796866349b7ba71b12005
28 +DIST pytest-2.8.1.tar.gz 580991 SHA256 2b58662d356ee953bc40f7a73857d05f0bd07f0a8507c929de3006dd6b14c918 SHA512 b73237810b69ecd504c2bdeeee51af62d7ed23091b7bcc74cd1fcc8683dc582cadfd68b9eaed3259165bac6ddca5fb960b8dc295e82cfb9120f4b732d07843fe WHIRLPOOL 16b27620bd0edde16d28dc247352c0a1b6042ac79bcb7a76b67fc4917ef6a42462767343a5e86acfe6880ba0372a124fb11491e670abde6ffdb48e03963243db
29
30 diff --git a/dev-python/pytest/pytest-2.7.2.ebuild b/dev-python/pytest/pytest-2.7.2.ebuild
31 index 4d64801..93b949b 100644
32 --- a/dev-python/pytest/pytest-2.7.2.ebuild
33 +++ b/dev-python/pytest/pytest-2.7.2.ebuild
34 @@ -2,11 +2,13 @@
35 # Distributed under the terms of the GNU General Public License v2
36 # $Id$
37
38 -EAPI="5"
39 +EAPI=5
40 +
41 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
42 +
43 inherit distutils-r1
44
45 -DESCRIPTION="py.test: simple powerful testing with Python"
46 +DESCRIPTION="simple powerful testing with Python"
47 HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest"
48 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
49
50
51 diff --git a/dev-python/pytest/pytest-2.7.3.ebuild b/dev-python/pytest/pytest-2.7.3.ebuild
52 index bec3503..f116f37 100644
53 --- a/dev-python/pytest/pytest-2.7.3.ebuild
54 +++ b/dev-python/pytest/pytest-2.7.3.ebuild
55 @@ -2,11 +2,13 @@
56 # Distributed under the terms of the GNU General Public License v2
57 # $Id$
58
59 -EAPI="5"
60 +EAPI=5
61 +
62 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
63 +
64 inherit distutils-r1
65
66 -DESCRIPTION="py.test: simple powerful testing with Python"
67 +DESCRIPTION="simple powerful testing with Python"
68 HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest"
69 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
70
71
72 diff --git a/dev-python/pytest/pytest-2.8.0-r1.ebuild b/dev-python/pytest/pytest-2.8.0-r1.ebuild
73 index 7e73bf5..00f7882 100644
74 --- a/dev-python/pytest/pytest-2.8.0-r1.ebuild
75 +++ b/dev-python/pytest/pytest-2.8.0-r1.ebuild
76 @@ -2,11 +2,13 @@
77 # Distributed under the terms of the GNU General Public License v2
78 # $Id$
79
80 -EAPI="5"
81 +EAPI=5
82 +
83 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
84 +
85 inherit distutils-r1
86
87 -DESCRIPTION="py.test: simple powerful testing with Python"
88 +DESCRIPTION="simple powerful testing with Python"
89 HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest"
90 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
91
92
93 diff --git a/dev-python/pytest/pytest-2.8.0-r1.ebuild b/dev-python/pytest/pytest-2.8.1.ebuild
94 similarity index 94%
95 copy from dev-python/pytest/pytest-2.8.0-r1.ebuild
96 copy to dev-python/pytest/pytest-2.8.1.ebuild
97 index 7e73bf5..6a87be6 100644
98 --- a/dev-python/pytest/pytest-2.8.0-r1.ebuild
99 +++ b/dev-python/pytest/pytest-2.8.1.ebuild
100 @@ -2,13 +2,15 @@
101 # Distributed under the terms of the GNU General Public License v2
102 # $Id$
103
104 -EAPI="5"
105 +EAPI=5
106 +
107 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy pypy3 )
108 +
109 inherit distutils-r1
110
111 -DESCRIPTION="py.test: simple powerful testing with Python"
112 +DESCRIPTION="simple powerful testing with Python"
113 HOMEPAGE="http://pytest.org/ https://pypi.python.org/pypi/pytest"
114 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
115 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
116
117 LICENSE="MIT"
118 SLOT="0"