public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/html2text/
Date: Fri,  5 May 2017 21:47:28 +0000 (UTC)	[thread overview]
Message-ID: <1494020753.797e96637f9207fa40b5c3bff2bddda59b6dad2b.sping@gentoo> (raw)

commit:     797e96637f9207fa40b5c3bff2bddda59b6dad2b
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 21:45:53 2017 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri May  5 21:45:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=797e9663

dev-python/html2text: 2016.9.19

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/html2text/Manifest                   |  1 +
 dev-python/html2text/html2text-2016.9.19.ebuild | 35 +++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/html2text/Manifest b/dev-python/html2text/Manifest
index 513c3a813f4..617f01e6395 100644
--- a/dev-python/html2text/Manifest
+++ b/dev-python/html2text/Manifest
@@ -1 +1,2 @@
 DIST html2text-2016.5.29.tar.gz 46879 SHA256 7f59fb29083a7819063b227c24a8dd5e25aeef74b68bf2318a68cc1e3e653add SHA512 58b71fda6ea6fd1a71dec757c91cf342265a2c89ff5c45e752436068419fb6c1faa1ca0d5a6baafaaa60186a85aefdd840989177ce30e55bcda1c6209fc375be WHIRLPOOL 23f8625952dbd3543687976fa2595a0859d18376e716e83848aec29f7f704e40c71142c3d01bdcbdc8f8542b1e03a5ee695da40d4b6b9d436108a10b1ad57456
+DIST html2text-2016.9.19.tar.gz 48003 SHA256 21c0237fae4f640eef53343a2965f44bfd907f0e1b956cd1171fb3884541767a SHA512 bfa7d051e49bea592413bc6e335aad34f6b10d3e718170e709dd9d4bb55cc26b7da4c3f64f512022efe41df80a1157b542ab2ca897612b702f9285cef3b44f40 WHIRLPOOL 7b39ab2351d057aa82b63cef0bcce71bb8d2ac053a940b01e9dcfb6ff4909d5cfb79ee52ebd6cd6f2998785808e9a925107c1f9cc7b3d4a2ea5aacd180af2f8c

diff --git a/dev-python/html2text/html2text-2016.9.19.ebuild b/dev-python/html2text/html2text-2016.9.19.ebuild
new file mode 100644
index 00000000000..e28994c5a64
--- /dev/null
+++ b/dev-python/html2text/html2text-2016.9.19.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="Turn HTML into equivalent Markdown-structured text"
+HOMEPAGE="https://github.com/html2text/html2text
+	https://github.com/Alir3z4/html2text https://pypi.python.org/pypi/html2text"
+SRC_URI="https://github.com/Alir3z4/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${CDEPEND}
+	dev-python/chardet[${PYTHON_USEDEP}]
+	dev-python/feedparser[${PYTHON_USEDEP}]"
+DEPEND="${CDEPEND}"
+
+DOCS=( AUTHORS.rst ChangeLog.rst README.md )
+
+src_prepare() {
+	default
+
+	# naming conflict with app-text/html2text, bug 421647
+	sed -i 's/html2text=html2text.cli:main/py\0/' setup.py || die
+}
+
+python_test() {
+	"${PYTHON}" test/test_html2text.py -v || die "tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2017-05-05 21:47 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-05 21:47 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-15 19:16 [gentoo-commits] repo/gentoo:master commit in: dev-python/html2text/ Arthur Zamarin
2025-05-04 22:38 Eli Schwartz
2025-05-03 15:10 Michał Górny
2025-05-03 15:08 Arthur Zamarin
2025-04-15  6:13 Michał Górny
2025-02-27 20:56 Michał Górny
2024-05-17 18:24 Michał Górny
2024-03-13 15:13 Michał Górny
2024-03-13 15:05 Arthur Zamarin
2024-02-28  4:03 Michał Górny
2024-02-26  4:35 Michał Górny
2023-12-08 20:23 Arthur Zamarin
2023-05-26 20:46 Arthur Zamarin
2023-03-16  3:50 Michał Górny
2022-09-22  2:24 Georgy Yakovlev
2022-08-18  9:48 Michał Górny
2022-08-18  7:01 Agostino Sarubbo
2022-08-18  6:18 Michał Górny
2022-08-17 21:13 Sam James
2022-07-15 11:34 Arthur Zamarin
2022-07-15 11:33 Arthur Zamarin
2021-05-18  9:32 Michał Górny
2020-12-06  0:31 Zac Medico
2020-05-04 11:07 Michał Górny
2020-05-03 19:02 Agostino Sarubbo
2020-03-30 12:29 Mikle Kolyada
2020-03-04 13:03 Agostino Sarubbo
2020-03-04  8:34 Agostino Sarubbo
2020-03-03 19:12 Sebastian Pipping
2020-02-11 13:59 Agostino Sarubbo
2020-02-08 13:41 Mikle Kolyada
2020-01-17  7:23 Michał Górny
2020-01-17  5:52 Michał Górny
2020-01-17  5:52 Michał Górny
2020-01-17  5:52 Michał Górny
2019-11-11  1:00 Zac Medico
2019-11-11  0:27 Zac Medico
2019-11-04  8:35 Michał Górny
2019-11-03 20:49 Louis Sautier
2019-11-03 20:49 Louis Sautier
2019-11-03 20:49 Louis Sautier
2018-07-21  0:06 Mikle Kolyada
2018-06-24  9:40 Mikle Kolyada
2018-01-10 16:50 Sebastian Pipping
2018-01-09 22:53 Sebastian Pipping
2018-01-07 22:07 Sergei Trofimovich
2018-01-04 20:35 Michał Górny
2017-10-08 16:24 Tim Harder
2017-08-09 20:52 Sergei Trofimovich
2017-01-18 11:29 Agostino Sarubbo
2016-08-21  6:45 Tim Harder

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=1494020753.797e96637f9207fa40b5c3bff2bddda59b6dad2b.sping@gentoo \
    --to=sping@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