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 386BD13835B for ; Fri, 18 Sep 2020 15:53:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F008E0845; Fri, 18 Sep 2020 15:53:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 50D67E0845 for ; Fri, 18 Sep 2020 15:53:27 +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 5D9F1341071 for ; Fri, 18 Sep 2020 15:53:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 005A8377 for ; Fri, 18 Sep 2020 15:53:24 +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: <1600444386.4436713441bc5d4df985a16e68f61c25dd2551ac.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tblib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tblib/Manifest dev-python/tblib/tblib-1.6.0.ebuild X-VCS-Directories: dev-python/tblib/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4436713441bc5d4df985a16e68f61c25dd2551ac X-VCS-Branch: master Date: Fri, 18 Sep 2020 15:53:24 +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: 76343962-c2d2-4d34-95ea-3ba5ef7a2a96 X-Archives-Hash: ef3073144bf442fed538ddea574ffc7c commit: 4436713441bc5d4df985a16e68f61c25dd2551ac Author: Michał Górny gentoo org> AuthorDate: Fri Sep 18 15:50:44 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 18 15:53:06 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44367134 dev-python/tblib: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/tblib/Manifest | 1 - dev-python/tblib/tblib-1.6.0.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-python/tblib/Manifest b/dev-python/tblib/Manifest index 1678c2e0fe7..ba48320ce09 100644 --- a/dev-python/tblib/Manifest +++ b/dev-python/tblib/Manifest @@ -1,2 +1 @@ -DIST tblib-1.6.0.tar.gz 31450 BLAKE2B a1efccab5c6363c166ef73e8e03750d1f47993684fda662065f9705d115347cf4b2ed3438ef375e3d14a0dbc35ceb234c8357ee33d2ac9e3a94b66bec3670b3a SHA512 3b11b94f341499f648c182e7a9b6c648b5312a18b3f23bf7e5d554052db4ffb7c4a4faa097bc2426b4159e28f0578c6b369ff4d02eb7711726b5359242216d35 DIST tblib-1.7.0.tar.gz 33074 BLAKE2B e05b94b9a36efde4d3fe76e9b72502674554e84e49916ea585de4f6cf9e898d1544535b1a8935fe15ffc100fcbf2b5d4f9edfdcf0ce5c86d479f2f412d3ea83f SHA512 10dcff18a1da386d9dd6bae35608f4a2d3bc8f87c15fcf49d886f98d95a6defd348ef0dc5637e03f4c553a933a0ecb4c215cf15b1e78fca58fea10052f9fb4e9 diff --git a/dev-python/tblib/tblib-1.6.0.ebuild b/dev-python/tblib/tblib-1.6.0.ebuild deleted file mode 100644 index df811460972..00000000000 --- a/dev-python/tblib/tblib-1.6.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6..9} ) - -inherit distutils-r1 - -DESCRIPTION="Traceback fiddling library for Python" -HOMEPAGE="https://github.com/ionelmc/python-tblib" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 arm64 ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" - -RDEPEND="dev-python/six[${PYTHON_USEDEP}]" -BDEPEND="test? ( dev-python/twisted[${PYTHON_USEDEP}] )" - -distutils_enable_tests pytest