Gentoo Archives: gentoo-portage-dev

From: Brian Dolbec <dolsen@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] [PATCH 0/4] GLEP 67 + XML Schema, rebased against repoman
Date: Sun, 17 Apr 2016 14:07:28
Message-Id: 20160417070632.3705fe02.dolsen@gentoo.org
In Reply to: [gentoo-portage-dev] [PATCH 0/4] GLEP 67 + XML Schema, rebased against repoman by "Michał Górny"
1 On Sun, 17 Apr 2016 10:06:25 +0200
2 Michał Górny <mgorny@g.o> wrote:
3
4 > Same as before, rebased on top of repoman branch. Tested on git-mirror
5 > checkout (with metadata/xml-schema dir) and local git checkout
6 > (fetching from www). Travis also seems happy.
7 >
8 > Michał Górny (4):
9 > tests: Stop using herds
10 > tests: Add type="" to <maintainer/>
11 > repoman: Use XML Schema for metadata.xml validation
12 > tests: Include metadata.xsd for repoman tests
13 >
14 > .travis.yml | 4 +-
15 > MANIFEST.in | 2 +-
16 > cnf/metadata.dtd | 102 -----
17 > cnf/metadata.xsd | 547
18 > +++++++++++++++++++++++
19 > pym/portage/tests/emerge/test_simple.py | 2 -
20 > pym/portage/tests/repoman/test_simple.py | 11 +-
21 > pym/portage/tests/resolver/ResolverPlayground.py | 24 +-
22 > pym/repoman/_xml.py | 16 +-
23 > pym/repoman/metadata.py | 39 +-
24 > pym/repoman/modules/scan/metadata/__init__.py | 2 +-
25 > pym/repoman/modules/scan/metadata/pkgmetadata.py | 6 +-
26 > pym/repoman/scanner.py | 8 +- 12 files
27 > changed, 591 insertions(+), 172 deletions(-) delete mode 100644
28 > cnf/metadata.dtd create mode 100644 cnf/metadata.xsd
29 >
30
31 Thank you
32
33 --
34 Brian Dolbec <dolsen>