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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F16F715800A for ; Mon, 24 Jul 2023 11:34:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44A4AE097E; Mon, 24 Jul 2023 11:34:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CFBFE0980 for ; Mon, 24 Jul 2023 11:34:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7507C34141D for ; Mon, 24 Jul 2023 11:34:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F8D1BFB for ; Mon, 24 Jul 2023 11:34:26 +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: <1690198448.5eaa126e24b2577dcba9c2cc0fd62150a99620b2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/shellingham/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/shellingham/Manifest dev-python/shellingham/shellingham-1.5.0.ebuild X-VCS-Directories: dev-python/shellingham/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5eaa126e24b2577dcba9c2cc0fd62150a99620b2 X-VCS-Branch: master Date: Mon, 24 Jul 2023 11:34:26 +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: 4b2a299e-b9ad-4c44-8350-2ea09c6eca34 X-Archives-Hash: 72c57cb335d8d4259425f170ff65acb6 commit: 5eaa126e24b2577dcba9c2cc0fd62150a99620b2 Author: Michał Górny gentoo org> AuthorDate: Mon Jul 24 11:19:58 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 24 11:34:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5eaa126e dev-python/shellingham: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/shellingham/Manifest | 1 - dev-python/shellingham/shellingham-1.5.0.ebuild | 32 ------------------------- 2 files changed, 33 deletions(-) diff --git a/dev-python/shellingham/Manifest b/dev-python/shellingham/Manifest index 74b3bc57e213..5f50acd7f2ce 100644 --- a/dev-python/shellingham/Manifest +++ b/dev-python/shellingham/Manifest @@ -1,2 +1 @@ -DIST shellingham-1.5.0.gh.tar.gz 21078 BLAKE2B 94469e640b6827312d5efde90916d41d4c33c24738e0dfb5c80aff8d16b858936e6b0d2f90dd5d69ee3b5698196df1c4e475685279eb978b7dd0afba67fa5d5d SHA512 2f73acdb30da499493bb79a3db24133f5bcb88d4d755387a81bc04ec30fe91ca44761d7d49fe793495b09f1c34ff59ef320a1e001cf5628ddc62885c05466076 DIST shellingham-1.5.1.gh.tar.gz 21429 BLAKE2B 19a3258836616e8da2510d1d3af1d9bba5731494e10c5f20a9a50b153b0a9e5892005f9bab0ad5938731457db072acccd3071614ff854ae5ffe13ea406cd10f3 SHA512 764419bb1bf9ac223210b1b01abdb15ff276eb1651d91f0e0ee423ec475100d781149fcf98a43bac5ebb22761a4b775bc669c6e9722d25870dbde50568622242 diff --git a/dev-python/shellingham/shellingham-1.5.0.ebuild b/dev-python/shellingham/shellingham-1.5.0.ebuild deleted file mode 100644 index be6e6357e080..000000000000 --- a/dev-python/shellingham/shellingham-1.5.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 pypi - -DESCRIPTION="Tool to Detect Surrounding Shell" -HOMEPAGE=" - https://github.com/sarugaku/shellingham/ - https://pypi.org/project/shellingham/ -" -# Missing tests in PYPI distribution so we use the GH package -SRC_URI=" - https://github.com/sarugaku/shellingham/archive/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="ISC" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - test? ( - dev-python/pytest-mock[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest