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 C7FCA13835A for ; Fri, 19 Mar 2021 21:40:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EEA72E08C8; Fri, 19 Mar 2021 21:40:04 +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 D56D0E08C8 for ; Fri, 19 Mar 2021 21:40:04 +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 2AE1D33BE2E for ; Fri, 19 Mar 2021 21:40:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54C115CF for ; Fri, 19 Mar 2021 21:39:59 +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: <1616189922.2d3028ea2a01acd3d4fd87b01b317492250881ce.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/portend/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/portend/Manifest dev-python/portend/portend-2.7.0.ebuild X-VCS-Directories: dev-python/portend/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 2d3028ea2a01acd3d4fd87b01b317492250881ce X-VCS-Branch: master Date: Fri, 19 Mar 2021 21:39:59 +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: dd0bd152-e27b-45a2-8e71-35c42178c60d X-Archives-Hash: f9f4aea9037099fc7318c7a630b25dc5 commit: 2d3028ea2a01acd3d4fd87b01b317492250881ce Author: Michał Górny gentoo org> AuthorDate: Fri Mar 19 21:38:42 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Mar 19 21:38:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d3028ea dev-python/portend: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/portend/Manifest | 1 - dev-python/portend/portend-2.7.0.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-python/portend/Manifest b/dev-python/portend/Manifest index d1b8aa10844..973499df524 100644 --- a/dev-python/portend/Manifest +++ b/dev-python/portend/Manifest @@ -1,2 +1 @@ -DIST portend-2.7.0.tar.gz 12732 BLAKE2B 147d47295d702e6e4a41da1af91afc72ecb2a29713431aada6c98fe527c96f86a88a845cc1afe6507e2fd0d749e146f8b349df13d2e1fb1ff2c0a12fc7d6bdae SHA512 8c81e524e94c4902806a6d33a2811d405e6024796fdbfb5ee1037a177b0aaed4c1b87b76822eee5ca55e552ffa569f4e619d0c1645f0d10c17f8d721ec73787b DIST portend-2.7.1.tar.gz 13538 BLAKE2B 56e9b7ae4fb9371322cbecf12d9367fc48f0138cf9fa8cb25cf7f0b7977d83852f328d89e93ee2e266e77b393bbabe75d091ce85f688e1ee146edf64e470aa60 SHA512 079bfc286491753e980b5000ee716031225439523a8d9a79c2571359adee74ee024dd680c41adb966487dc39eea3d0dbeb928c5c72fa21ab897283310ef21906 diff --git a/dev-python/portend/portend-2.7.0.ebuild b/dev-python/portend/portend-2.7.0.ebuild deleted file mode 100644 index 85442e091ef..00000000000 --- a/dev-python/portend/portend-2.7.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="TCP port monitoring utilities" -HOMEPAGE="https://pypi.org/project/portend/ https://github.com/jaraco/portend" -SRC_URI="mirror://pypi/p/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 sparc x86 ~x64-macos" -IUSE="test" - -RDEPEND=">=dev-python/tempora-1.8[${PYTHON_USEDEP}]" -BDEPEND=" - dev-python/setuptools_scm[${PYTHON_USEDEP}] - dev-python/toml[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -python_prepare_all() { - # avoid extra test deps - sed -i -r 's: --flake8:: ; s: --black:: ; s: --cov::' pytest.ini || die - - distutils-r1_python_prepare_all -}