public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: metadata.xml html5lib-1.0_beta3.ebuild ChangeLog
@ 2013-08-08 17:48 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2013-08-08 17:48 UTC (permalink / raw
  To: gentoo-commits

bicatali    13/08/08 17:48:07

  Modified:             metadata.xml ChangeLog
  Added:                html5lib-1.0_beta3.ebuild
  Log:
  Version bump and keyword amd64-linux and x86-linux
  
  (Portage version: 2.2.01.22124-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

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

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	31 Mar 2012 17:02:33 -0000	1.2
+++ metadata.xml	8 Aug 2013 17:48:07 -0000	1.3
@@ -1,8 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>python</herd>
-	<upstream>
-		<remote-id type="google-code">html5lib</remote-id>
-	</upstream>
+<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>
 </pkgmetadata>



1.19                 dev-python/html5lib/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	27 Jun 2013 21:16:37 -0000	1.18
+++ ChangeLog	8 Aug 2013 17:48:07 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/html5lib
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.18 2013/06/27 21:16:37 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/ChangeLog,v 1.19 2013/08/08 17:48:07 bicatali Exp $
+
+*html5lib-1.0_beta3 (08 Aug 2013)
+
+  08 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org>
+  +html5lib-1.0_beta3.ebuild, metadata.xml:
+  Version bump and keyword amd64-linux and x86-linux
 
   27 Jun 2013; Alexis Ballier <aballier@gentoo.org> html5lib-1.0_beta1.ebuild:
   keyword ~amd64-fbsd, bug #473666



1.1                  dev-python/html5lib/html5lib-1.0_beta3.ebuild

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

Index: html5lib-1.0_beta3.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/html5lib/html5lib-1.0_beta3.ebuild,v 1.1 2013/08/08 17:48:07 bicatali Exp $

EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy{1_9,2_0} )
PYTHON_REQ_USE="xml(+)"

inherit distutils-r1

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

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x86-linux"
IUSE="test"

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

S=${WORKDIR}/${MY_P}

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





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-08 17:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08 17:48 [gentoo-commits] gentoo-x86 commit in dev-python/html5lib: metadata.xml html5lib-1.0_beta3.ebuild ChangeLog Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox