public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/html5lib/
Date: Tue,  9 May 2017 01:54:59 +0000 (UTC)	[thread overview]
Message-ID: <1494294860.99d071475448abc9d4935da9f2b7b5182bd4a1f5.zmedico@gentoo> (raw)

commit:     99d071475448abc9d4935da9f2b7b5182bd4a1f5
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 01:54:20 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue May  9 01:54:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99d07147

dev-python/html5lib: version bump to 0.999999999

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/html5lib/Manifest                    |  1 +
 dev-python/html5lib/html5lib-0.999999999.ebuild | 32 +++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/html5lib/Manifest b/dev-python/html5lib/Manifest
index de4d9101029..1870dc9db70 100644
--- a/dev-python/html5lib/Manifest
+++ b/dev-python/html5lib/Manifest
@@ -1 +1,2 @@
 DIST html5lib-0.9999999.tar.gz 889312 SHA256 2612a191a8d5842bfa057e41ba50bbb9dcb722419d2408c78cff4758d0754868 SHA512 1748a1921f4bc93b7f208d89701eeabfe507e40515dd2e88ece239ba7c1704c8ae9dc4eea310164c7b207225dce910f78a8b34f826f4f87a2992365c07089c28 WHIRLPOOL 48dbd278e247e98e2765e7da1ce99474fba241b0a6b70e441899271b0cffffca33720646a35ae724713be5ce5a15617d611ebd76c192755e72485d09d446f5ac
+DIST html5lib-0.999999999.tar.gz 245488 SHA256 ee747c0ffd3028d2722061936b5c65ee4fe13c8e4613519b4447123fc4546298 SHA512 b30d9ea74d0ad03e07ebee0d33caefeed717e6084f2ef44559ebf73948563ffd60e40c774e23c8964a32b0f265d1d1f0b98759861acaa208f28e5ab2813c3ca0 WHIRLPOOL 369e81d83d03636b34901277f53e80373f54ecc15ae948d4a4f04554cd78815b6574759835d76e3105028803e6797a92144a1346e7c826a72269239dc5d105ee

diff --git a/dev-python/html5lib/html5lib-0.999999999.ebuild b/dev-python/html5lib/html5lib-0.999999999.ebuild
new file mode 100644
index 00000000000..6465ee9478e
--- /dev/null
+++ b/dev-python/html5lib/html5lib-0.999999999.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="HTML parser based on the HTML5 specification"
+HOMEPAGE="https://github.com/html5lib/html5lib-python/ https://html5lib.readthedocs.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND="dev-python/six[${PYTHON_USEDEP}]
+	dev-python/webencodings[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/pytest-expect[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+	)"
+
+python_test() {
+	py.test -v || die "Tests fail with ${EPYTHON}"
+}


             reply	other threads:[~2017-05-09  1:55 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-09  1:54 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-16 15:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/html5lib/ Michał Górny
2024-05-25  6:21 Michał Górny
2024-05-25  6:08 Arthur Zamarin
2024-05-09 19:13 Michał Górny
2024-05-09 19:13 Michał Górny
2023-05-24  8:36 Sam James
2023-03-16  3:50 Michał Górny
2022-06-12 14:30 Michał Górny
2022-06-12 11:55 Sam James
2022-05-11 17:54 Michał Górny
2022-05-11 17:54 Michał Górny
2021-09-25 21:27 James Le Cuirot
2020-10-08 18:38 Sam James
2020-08-30 19:10 Thomas Deutschmann
2020-08-02 11:39 Sergei Trofimovich
2020-08-01  9:14 Sergei Trofimovich
2020-08-01  9:01 Sergei Trofimovich
2020-07-27 10:02 Michał Górny
2020-06-23  6:03 Michał Górny
2020-05-26 16:23 Michał Górny
2020-04-04 17:04 Michał Górny
2020-03-27 11:35 Michał Górny
2020-03-27 11:35 Michał Górny
2020-03-27 11:35 Michał Górny
2019-11-02  8:19 Mikle Kolyada
2018-12-08 17:54 Mikle Kolyada
2018-10-29 23:26 Sergei Trofimovich
2018-09-16 20:25 Matt Turner
2018-09-16 20:25 Matt Turner
2018-07-22  2:14 Mikle Kolyada
2018-07-20 15:53 Tobias Klausmann
2018-07-03 20:01 Sergei Trofimovich
2018-07-02 21:24 Sergei Trofimovich
2018-07-01 15:19 Pacho Ramos
2018-06-30 18:03 Mart Raudsepp
2018-03-19  6:04 Tim Harder
2018-01-23 22:21 Patrice Clement
2017-12-20 21:53 Sergei Trofimovich
2017-11-23 22:31 Matt Turner
2017-09-22 19:40 Sergei Trofimovich
2017-08-20  2:17 Tim Harder
2017-07-01 11:19 Sergei Trofimovich
2017-05-26 20:56 Mart Raudsepp
2017-05-26 18:36 Markus Meier
2017-05-23 20:00 Michael Weber
2017-05-18 20:00 Michael Weber
2017-05-17 19:22 Markus Meier
2017-05-10 20:10 Jeroen Roovers
2016-02-28  7:08 Matt Thode
2016-01-15 10:44 Justin Lecher
2016-01-15  9:50 Justin Lecher
2015-11-23  6:44 Jeroen Roovers
2015-11-22  8:39 Markus Meier
2015-11-02 13:12 Agostino Sarubbo
2015-11-02 13:09 Agostino Sarubbo
2015-09-10  7:59 Justin Lecher
2015-08-10  6:42 Justin Lecher
2015-08-09 23:59 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1494294860.99d071475448abc9d4935da9f2b7b5182bd4a1f5.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox