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 71DA41382C5 for ; Thu, 17 Dec 2020 17:09:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C1571E089C; Thu, 17 Dec 2020 17:09:41 +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 A6DB1E089C for ; Thu, 17 Dec 2020 17:09:41 +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 9FD1E341290 for ; Thu, 17 Dec 2020 17:09:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05BBC38A for ; Thu, 17 Dec 2020 17:09:38 +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: <1608224966.3061dd064fc9f8fe56c7b807b9505aed4d41d5ff.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pid/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pid/Manifest dev-python/pid/pid-2.2.5.ebuild X-VCS-Directories: dev-python/pid/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3061dd064fc9f8fe56c7b807b9505aed4d41d5ff X-VCS-Branch: master Date: Thu, 17 Dec 2020 17:09:38 +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: f99538d9-a82d-4dce-890e-997c655ba782 X-Archives-Hash: c2b8938b86c146558075b05fbe7a2d7d commit: 3061dd064fc9f8fe56c7b807b9505aed4d41d5ff Author: Michał Górny gentoo org> AuthorDate: Thu Dec 17 16:58:29 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 17 17:09:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3061dd06 dev-python/pid: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/pid/Manifest | 1 - dev-python/pid/pid-2.2.5.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-python/pid/Manifest b/dev-python/pid/Manifest index 24b80bb1829..f699585d517 100644 --- a/dev-python/pid/Manifest +++ b/dev-python/pid/Manifest @@ -1,2 +1 @@ -DIST pid-2.2.5.tar.gz 12151 BLAKE2B e681ad7e1d92ca1468f02dc258f12f6ae4899c775108e39c85488d8427132050d34ee79cad979a65d1bbee4cdb3d12b1a851d313547caf28c1f06dec4d0a81b6 SHA512 01cb6af9a81b216af3b2e02c336589f4f1fb29b12dbdbefb817b78255157e175b16862c2bc01412460f9f754f2c7a073c9ec2a907e3290569af8bd9a2ee7081f DIST pid-3.0.4.tar.gz 16228 BLAKE2B 386565071646ff5b5152c52a8a0881f54369540abaf34a82be399d5e579c763df81553393a6d9a9659beeec5f6b531c74eef7cd13f6dc6f56ee76783863c52e9 SHA512 71656511a12a27fe0c7106cd82459484071fd7a0d34f187bfd2f59dc484b6a86f2ae840eb04609c5ffb2c1f18dafd831b02c0fee5015cf840e6a1f26f95ec495 diff --git a/dev-python/pid/pid-2.2.5.ebuild b/dev-python/pid/pid-2.2.5.ebuild deleted file mode 100644 index 88335026937..00000000000 --- a/dev-python/pid/pid-2.2.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="Pidfile featuring stale detection and file-locking" -HOMEPAGE="https://pypi.org/project/pid/ https://github.com/trbs/pid/" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 ~x86" - -BDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/mock[${PYTHON_USEDEP}] )" - -PATCHES=( "${FILESDIR}/${P}-fix_tests.patch" ) - -distutils_enable_tests pytest