Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/fixtures/
Date: Sat, 29 Jul 2017 20:38:55
Message-Id: 1501360665.a772b82051f553f44a01d8ba39889e543683481e.prometheanfire@gentoo
1 commit: a772b82051f553f44a01d8ba39889e543683481e
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 29 20:05:44 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 29 20:37:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a772b820
7
8 dev-python/fixtures: fix up metadata.xml
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 dev-python/fixtures/metadata.xml | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-python/fixtures/metadata.xml b/dev-python/fixtures/metadata.xml
16 index 23eff350671..b92d628502f 100644
17 --- a/dev-python/fixtures/metadata.xml
18 +++ b/dev-python/fixtures/metadata.xml
19 @@ -10,12 +10,12 @@
20 <name>Python</name>
21 </maintainer>
22 <longdescription lang="en">
23 - Fixtures defines a Python contract for reusable state / support logic,
24 + Fixtures defines a Python contract for reusable state / support logic,
25 primarily for unit testing. Helper and adaption logic is included to make
26 it easy to write your own fixtures using the fixtures contract. Glue code
27 is provided that makes using fixtures that meet the Fixtures contract in
28 unittest compatible test cases easy and straight forward.
29 - </longdescription>
30 + </longdescription>
31 <upstream>
32 <remote-id type="pypi">fixtures</remote-id>
33 <remote-id type="launchpad">python-fixtures</remote-id>