jlec        15/05/27 07:34:29

  Modified:             metadata.xml ChangeLog
  Added:                html5lib-0.99999.ebuild
  Log:
  Version Bump
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
E9402A79B03529A2!)

Revision  Changes    Path
1.4                  dev-python/html5lib/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/metadata.xml?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/metadata.xml?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/metadata.xml?r1=1.3&r2=1.4

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/metadata.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- metadata.xml        8 Aug 2013 17:48:07 -0000       1.3
+++ metadata.xml        27 May 2015 07:34:29 -0000      1.4
@@ -1,13 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
 <pkgmetadata>
-<herd>python</herd>
-<longdescription>
+  <herd>python</herd>
+  <longdescription>
   html5lib is a pure-python library for parsing HTML. It is designed
   to conform to the WHATWG HTML specification, as is implemented by
   all major web browsers.
 </longdescription>
-<upstream>
-  <remote-id type="pypi">html5lib</remote-id>
-</upstream>
+  <upstream>
+    <remote-id type="pypi">html5lib</remote-id>
+  </upstream>
 </pkgmetadata>



1.38                 dev-python/html5lib/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.38&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?rev=1.38&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog   13 Apr 2015 09:27:41 -0000      1.37
+++ ChangeLog   27 May 2015 07:34:29 -0000      1.38
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/html5lib
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.37 
2015/04/13 09:27:41 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.38 
2015/05/27 07:34:29 jlec Exp $
+
+*html5lib-0.99999 (27 May 2015)
+
+  27 May 2015; Justin Lecher <[email protected]> +html5lib-0.99999.ebuild,
+  metadata.xml:
+  Version Bump
 
   13 Apr 2015; Agostino Sarubbo <[email protected]> html5lib-0.999.ebuild:
   Stable for alpha, wrt bug #540290



1.1                  dev-python/html5lib/html5lib-0.99999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.99999.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/html5lib/html5lib-0.99999.ebuild?rev=1.1&content-type=text/plain

Index: html5lib-0.99999.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-0.99999.ebuild,v 1.1 
2015/05/27 07:34:29 jlec Exp $

EAPI=5

PYTHON_COMPAT=( python2_7 python3_{3,4} pypy )
PYTHON_REQ_USE="xml(+)"

inherit distutils-r1

DESCRIPTION="HTML parser based on the HTML5 specification"
HOMEPAGE="https://github.com/html5lib/html5lib-python/";
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
IUSE="test"

RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/nose[${PYTHON_USEDEP}] )"

python_test() {
        nosetests || die "Tests fail with ${EPYTHON}"
}




Reply via email to