jlec 15/06/03 20:24:01 Modified: metadata.xml ChangeLog Log: Add pypi to remote-id in metadata.xml (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Revision Changes Path 1.4 dev-python/munkres/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/munkres/metadata.xml?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/munkres/metadata.xml?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/munkres/metadata.xml?r1=1.3&r2=1.4 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/munkres/metadata.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- metadata.xml 24 May 2014 12:24:13 -0000 1.3 +++ metadata.xml 3 Jun 2015 20:24:01 -0000 1.4 @@ -1,12 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>proxy-maintainers</herd> - <maintainer> - <email>[email protected]</email> - <name>Joshua Downer</name> - </maintainer> - <longdescription lang="en">The Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for solving the Assignment Problem. + <herd>proxy-maintainers</herd> + <maintainer> + <email>[email protected]</email> + <name>Joshua Downer</name> + </maintainer> + <longdescription lang="en">The Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for solving the Assignment Problem. </longdescription> + <upstream> + <remote-id type="pypi">munkres</remote-id> + </upstream> </pkgmetadata> - 1.10 dev-python/munkres/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/munkres/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/munkres/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/munkres/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/munkres/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 8 Apr 2015 08:05:27 -0000 1.9 +++ ChangeLog 3 Jun 2015 20:24:01 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/munkres # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/munkres/ChangeLog,v 1.9 2015/04/08 08:05:27 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/munkres/ChangeLog,v 1.10 2015/06/03 20:24:01 jlec Exp $ + + 03 Jun 2015; Justin Lecher <[email protected]> metadata.xml: + Add pypi to remote-id in metadata.xml 08 Apr 2015; Michał Górny <[email protected]> munkres-1.0.5.4-r2.ebuild: Drop old Python implementations
