From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 812E31382C5 for ; Thu, 4 Jan 2018 20:35:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D750E09F5; Thu, 4 Jan 2018 20:35:08 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0387E09F8 for ; Thu, 4 Jan 2018 20:35:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CAD78335C42 for ; Thu, 4 Jan 2018 20:35:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A80711AB for ; Thu, 4 Jan 2018 20:35:03 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1515098093.4e67c653e85c98d0f92754b85a0c7e7f68c42806.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/html2text/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/html2text/Manifest dev-python/html2text/html2text-2016.9.19.ebuild X-VCS-Directories: dev-python/html2text/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4e67c653e85c98d0f92754b85a0c7e7f68c42806 X-VCS-Branch: master Date: Thu, 4 Jan 2018 20:35:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0c412fdc-d922-40d5-90c6-1f83305bb86a X-Archives-Hash: 0c2adacd16bcc040be2d61604df7e1b4 commit: 4e67c653e85c98d0f92754b85a0c7e7f68c42806 Author: Michał Górny gentoo org> AuthorDate: Thu Jan 4 20:02:39 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 4 20:34:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e67c653 dev-python/html2text: Clean old up dev-python/html2text/Manifest | 1 - dev-python/html2text/html2text-2016.9.19.ebuild | 35 ------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-python/html2text/Manifest b/dev-python/html2text/Manifest index 7c42bf2a9a6..5d83167d505 100644 --- a/dev-python/html2text/Manifest +++ b/dev-python/html2text/Manifest @@ -1,3 +1,2 @@ DIST html2text-2016.5.29.tar.gz 46879 BLAKE2B 0e7ccae7ae4d90fb202d9fdb8edd81f74b204f81c2410f345eb923fe610f61fab6ba71bcc95138fb3706ee51007a2c72c76497cee48818032934e7f809fd46ae SHA512 58b71fda6ea6fd1a71dec757c91cf342265a2c89ff5c45e752436068419fb6c1faa1ca0d5a6baafaaa60186a85aefdd840989177ce30e55bcda1c6209fc375be -DIST html2text-2016.9.19.tar.gz 48003 BLAKE2B de5080668002db82a82e01ba4b347a73f6edc1ac34ff94b3f20006aab3a7e5b2af6022fe68c6f8fb330b6678f2f6480a7608742a14dace6423dcbfed0c024813 SHA512 bfa7d051e49bea592413bc6e335aad34f6b10d3e718170e709dd9d4bb55cc26b7da4c3f64f512022efe41df80a1157b542ab2ca897612b702f9285cef3b44f40 DIST html2text-2017.10.4.tar.gz 50527 BLAKE2B 96b7060761a629cf4313104323517c4a9070aabfa02be43e80c89b56b92329785817abc7ab9fef4a8537cbde4a797926d3c1d444c11f3db6112074a31d8a8e61 SHA512 c7f9b765572b5eac72837aa757f0be07df0270b49f9b3a3ec8c3c65ff929505166b0510c106116ffdca484b56120b6c162f86b600d88a5a35e86d06cd6b6fa19 diff --git a/dev-python/html2text/html2text-2016.9.19.ebuild b/dev-python/html2text/html2text-2016.9.19.ebuild deleted file mode 100644 index 6e7cf55e98d..00000000000 --- a/dev-python/html2text/html2text-2016.9.19.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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 ~ppc ~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}" -}