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 7FAE913835A for ; Mon, 31 May 2021 20:22:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 984B9E0828; Mon, 31 May 2021 20:22:17 +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 82A89E0828 for ; Mon, 31 May 2021 20:22:17 +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 69F32340D73 for ; Mon, 31 May 2021 20:22:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BB75479C for ; Mon, 31 May 2021 20:22:14 +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: <1622492388.209360c7fde730829b698c712e2adf9e4f564c17.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pytextile/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pytextile/Manifest app-text/pytextile/pytextile-3.0.3.ebuild X-VCS-Directories: app-text/pytextile/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 209360c7fde730829b698c712e2adf9e4f564c17 X-VCS-Branch: master Date: Mon, 31 May 2021 20:22:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d7c60ef-2ae3-46df-ba9b-072486c49d21 X-Archives-Hash: d7609e059e2aae342eeea8b4c18b765d commit: 209360c7fde730829b698c712e2adf9e4f564c17 Author: Michał Górny gentoo org> AuthorDate: Mon May 31 20:19:48 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 31 20:19:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209360c7 app-text/pytextile: Remove old Signed-off-by: Michał Górny gentoo.org> app-text/pytextile/Manifest | 1 - app-text/pytextile/pytextile-3.0.3.ebuild | 45 ------------------------------- 2 files changed, 46 deletions(-) diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest index 692dc66e6b3..08cfb9abe24 100644 --- a/app-text/pytextile/Manifest +++ b/app-text/pytextile/Manifest @@ -1,2 +1 @@ -DIST pytextile-3.0.3.tar.gz 48560 BLAKE2B f8d3077e2b8e4de7157dcd9ed17f7889301946c2d3034dbbb0171b4930bd7268c65ce1f950552db2b783aa48acae639d5f4ccfcbca96807562b4a6377c3dd220 SHA512 142fe77c8858b0444428f9ca0f24d1a054a1566f85f00fd5cf860bb705a19666249cd03420d258d5acfc9f45052dd25e52767492a60a10d986d86b711b54612f DIST pytextile-4.0.1.tar.gz 49282 BLAKE2B b51220ff33fe43b83d0aefee840b5170747015073fbe88934798c2505c3455e9805eee8815ec8068521c88a44a309bd0eb32e84757d088536f1c12a1f9bc0ca0 SHA512 e299663fd71b935e9c948649baba80584b1339dd3393a3f37b39475fe1d6a4addaaa2adcd16ba57b4c5db43ab9f8de6e9332871915b1fff7b7882ad5e8d64580 diff --git a/app-text/pytextile/pytextile-3.0.3.ebuild b/app-text/pytextile/pytextile-3.0.3.ebuild deleted file mode 100644 index c760aa34679..00000000000 --- a/app-text/pytextile/pytextile-3.0.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_7 ) - -inherit distutils-r1 - -MY_PN="python-textile" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A Python port of Textile, A humane web text generator" -HOMEPAGE="https://github.com/textile/python-textile" -SRC_URI="https://github.com/textile/python-textile/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc ppc64 sparc x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-python/html5lib[${PYTHON_USEDEP}] - dev-python/regex[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}]" -DEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] - test? ( - ${RDEPEND} - dev-python/pytest[${PYTHON_USEDEP}] - )" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - default - # remove useless --cov arg injection - rm pytest.ini || die - # remove useless pytest-runner dep - sed -e "s/pytest-runner//g" -i setup.py || die -} - -python_test() { - pytest || die "Testsuite failed under ${EPYTHON}" -}