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 C92E1138351 for ; Sat, 7 Mar 2020 15:03:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6630E089D; Sat, 7 Mar 2020 15:03:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C6CBDE089D for ; Sat, 7 Mar 2020 15:03:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AFA0634F128 for ; Sat, 7 Mar 2020 15:03:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61AA4171 for ; Sat, 7 Mar 2020 15:03:07 +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: <1583593314.2865c4916873e24c52e8a647a53882164fce0dd2.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-2.3.3.ebuild X-VCS-Directories: app-text/pytextile/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2865c4916873e24c52e8a647a53882164fce0dd2 X-VCS-Branch: master Date: Sat, 7 Mar 2020 15:03:07 +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: 8c5a0fd4-a7ae-4224-babb-6e6bafce40ff X-Archives-Hash: 3054d8a55b8b93b0bbdc6b674ede2fa6 commit: 2865c4916873e24c52e8a647a53882164fce0dd2 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 7 15:01:54 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 7 15:01:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2865c491 app-text/pytextile: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> app-text/pytextile/Manifest | 1 - app-text/pytextile/pytextile-2.3.3.ebuild | 41 ------------------------------- 2 files changed, 42 deletions(-) diff --git a/app-text/pytextile/Manifest b/app-text/pytextile/Manifest index 781743a9264..16cdcb6a803 100644 --- a/app-text/pytextile/Manifest +++ b/app-text/pytextile/Manifest @@ -1,2 +1 @@ -DIST pytextile-2.3.3.tar.gz 42277 BLAKE2B a6e6e1d96695f3ada03f5da9bd8bd19b99da345d83c62b1d4f2e765303dfbbbee072da4611f1b29b46d28ed334373c809117940ff0c1238dea3b12fb9076656c SHA512 980c872bfdc056753fa5b344cbc828dbdc9ddfc2656f3cfb5c15b3351cfd9e4016f57af14b60af2f2764e556865301d7923a8f0687c5857fc2201bf10f56ab60 DIST pytextile-3.0.3.tar.gz 48560 BLAKE2B f8d3077e2b8e4de7157dcd9ed17f7889301946c2d3034dbbb0171b4930bd7268c65ce1f950552db2b783aa48acae639d5f4ccfcbca96807562b4a6377c3dd220 SHA512 142fe77c8858b0444428f9ca0f24d1a054a1566f85f00fd5cf860bb705a19666249cd03420d258d5acfc9f45052dd25e52767492a60a10d986d86b711b54612f diff --git a/app-text/pytextile/pytextile-2.3.3.ebuild b/app-text/pytextile/pytextile-2.3.3.ebuild deleted file mode 100644 index 69515f328b8..00000000000 --- a/app-text/pytextile/pytextile-2.3.3.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python3_6 ) - -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 )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - dev-python/pytest-runner[${PYTHON_USEDEP}] - test? ( dev-python/pytest[${PYTHON_USEDEP}] )" -RDEPEND=" - dev-python/regex[${PYTHON_USEDEP}] - " - -S="${WORKDIR}/${MY_P}" - -python_prepare_all() { - # This resolves a nasty race condition, courtesy of Arfrever - sed -e 's:with-id = 1::' -i setup.cfg || die - # remove useless --cov arg injection - rm pytest.ini || die - distutils-r1_python_prepare_all -} - -python_test() { - py.test || die "Testsuite failed under ${EPYTHON}" -}