Gentoo Archives: gentoo-portage-dev

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

Replies