From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6EDE159CB2 for ; Sun, 17 Apr 2016 14:07:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F18A721C010; Sun, 17 Apr 2016 14:07:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 660CA21C00A for ; Sun, 17 Apr 2016 14:07:25 +0000 (UTC) Received: from professor-x (S010634bdfa9ecf80.vc.shawcable.net [96.49.31.57]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id 964AD3408D4 for ; Sun, 17 Apr 2016 14:07:24 +0000 (UTC) Date: Sun, 17 Apr 2016 07:06:32 -0700 From: Brian Dolbec To: gentoo-portage-dev@lists.gentoo.org Subject: Re: [gentoo-portage-dev] [PATCH 0/4] GLEP 67 + XML Schema, rebased against repoman Message-ID: <20160417070632.3705fe02.dolsen@gentoo.org> In-Reply-To: <1460880389-13222-1-git-send-email-mgorny@gentoo.org> References: <1460880389-13222-1-git-send-email-mgorny@gentoo.org> Organization: Gentoo Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-portage-dev@lists.gentoo.org Reply-to: gentoo-portage-dev@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: da869ef9-4c03-42d0-9dd8-031054df33df X-Archives-Hash: 745cd9d62222512c799668002debd67a On Sun, 17 Apr 2016 10:06:25 +0200 Micha=C5=82 G=C3=B3rny wrote: > Same as before, rebased on top of repoman branch. Tested on git-mirror > checkout (with metadata/xml-schema dir) and local git checkout > (fetching from www). Travis also seems happy. >=20 > Micha=C5=82 G=C3=B3rny (4): > tests: Stop using herds > tests: Add type=3D"" to > repoman: Use XML Schema for metadata.xml validation > tests: Include metadata.xsd for repoman tests >=20 > .travis.yml | 4 +- > MANIFEST.in | 2 +- > cnf/metadata.dtd | 102 ----- > cnf/metadata.xsd | 547 > +++++++++++++++++++++++ > pym/portage/tests/emerge/test_simple.py | 2 - > pym/portage/tests/repoman/test_simple.py | 11 +- > pym/portage/tests/resolver/ResolverPlayground.py | 24 +- > pym/repoman/_xml.py | 16 +- > pym/repoman/metadata.py | 39 +- > pym/repoman/modules/scan/metadata/__init__.py | 2 +- > pym/repoman/modules/scan/metadata/pkgmetadata.py | 6 +- > pym/repoman/scanner.py | 8 +- 12 files > changed, 591 insertions(+), 172 deletions(-) delete mode 100644 > cnf/metadata.dtd create mode 100644 cnf/metadata.xsd >=20 Thank you --=20 Brian Dolbec