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 BF82913835A for ; Fri, 7 May 2021 13:44:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02DB3E087C; Fri, 7 May 2021 13:44:40 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E24E5E087C for ; Fri, 7 May 2021 13:44:39 +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 0B222340E50 for ; Fri, 7 May 2021 13:44:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8622C74A for ; Fri, 7 May 2021 13:44:37 +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: <1620395071.6f5ae237166660cd80c05b11aa31bb0f99faf47f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/vine/Manifest dev-python/vine/vine-1.3.0.ebuild X-VCS-Directories: dev-python/vine/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6f5ae237166660cd80c05b11aa31bb0f99faf47f X-VCS-Branch: master Date: Fri, 7 May 2021 13:44:37 +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: 9f5a9118-b897-434e-ba74-77c2715895c5 X-Archives-Hash: ad0785110049eb7a5a65ea0a33b78ede commit: 6f5ae237166660cd80c05b11aa31bb0f99faf47f Author: Michał Górny gentoo org> AuthorDate: Fri May 7 13:40:50 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri May 7 13:44:31 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f5ae237 dev-python/vine: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/vine/Manifest | 1 - dev-python/vine/vine-1.3.0.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/vine/Manifest b/dev-python/vine/Manifest index 174aa0a8ac9..d17e446324e 100644 --- a/dev-python/vine/Manifest +++ b/dev-python/vine/Manifest @@ -1,2 +1 @@ -DIST vine-1.3.0.tar.gz 51953 BLAKE2B e58d750dd7a84f4a3abb24156de6ec7ab84a911692587643cabcb0df750d3768e70b14ea134da4a39978782ecc530f4fa08ba0ecb780a7a32fb2d9b506633ef5 SHA512 f7242378ebc9b591b6e0a7b6263514f32cee4b996bc6461313221b9a391dd0dd1d833591d6e9ca72ae003f6ce5c4204856d49bb5e57c69a125072cac25758688 DIST vine-5.0.0.tar.gz 48758 BLAKE2B 11f90ceb3d3f0b008551db458e18a41b301b797a2109e011154cc3e6063433c3c917b0aa2cfdd0df8b868a3b459c061e6ed97fd23b9fb8cfdf58f5833e17459a SHA512 ff8f4b3f675220772ed0523e468eedbaec4aca793877b984e9a215603d1288cc3cc71dfeb152219d22f98de0ac7e9f9fa0cc35c2424ff36044cfc8f28192c159 diff --git a/dev-python/vine/vine-1.3.0.ebuild b/dev-python/vine/vine-1.3.0.ebuild deleted file mode 100644 index b9b075e9e2b..00000000000 --- a/dev-python/vine/vine-1.3.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7..9} pypy3 ) -DISTUTILS_USE_SETUPTOOLS=bdepend - -inherit distutils-r1 - -DESCRIPTION="Python Promises" -HOMEPAGE="https://pypi.org/project/vine/ https://github.com/celery/vine" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="" -DEPEND=" - test? ( - >=dev-python/case-1.3.1[${PYTHON_USEDEP}] - >=dev-python/pytest-3.0[${PYTHON_USEDEP}] - )" - -python_test() { - esetup.py test -}