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 8994B158015 for ; Sat, 23 Dec 2023 18:45:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03AE72BC09C; Sat, 23 Dec 2023 18:45:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 405EF2BC095 for ; Sat, 23 Dec 2023 18:45:41 +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 854B1343001 for ; Sat, 23 Dec 2023 18:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF77E14B7 for ; Sat, 23 Dec 2023 18:45:37 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1703357124.e58d7a2d28b04e3c871f6da47f732fbc7ec7aae9.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/smbus2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/smbus2/Manifest dev-python/smbus2/smbus2-0.4.2.ebuild X-VCS-Directories: dev-python/smbus2/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: e58d7a2d28b04e3c871f6da47f732fbc7ec7aae9 X-VCS-Branch: master Date: Sat, 23 Dec 2023 18:45: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: b5577ac4-5e9c-4c5a-a7d4-2c6f6566a97d X-Archives-Hash: cf7da15d8554ec300069b9819633f363 commit: e58d7a2d28b04e3c871f6da47f732fbc7ec7aae9 Author: Jakov Smolić gentoo org> AuthorDate: Sat Dec 23 18:41:58 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Dec 23 18:45:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e58d7a2d dev-python/smbus2: drop 0.4.2 Signed-off-by: Jakov Smolić gentoo.org> dev-python/smbus2/Manifest | 1 - dev-python/smbus2/smbus2-0.4.2.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/smbus2/Manifest b/dev-python/smbus2/Manifest index 0fb9898a30a6..6e830043c97b 100644 --- a/dev-python/smbus2/Manifest +++ b/dev-python/smbus2/Manifest @@ -1,2 +1 @@ -DIST smbus2-0.4.2.gh.tar.gz 17268 BLAKE2B 4a4728a06b14beb96a22cbfee98b3b5ea6bfb9bc7bfc106fa0438f4515b0306ae5eb008c9f5e3df9303788d5345fd1a5fcdb53ae57532b1226332a4535577b17 SHA512 a80c3554a62a5621ef1d3dc24cbf0e9d924865c216d79f146ea62d1448239bbeee3ffb7e4dab0bc7149ea4add7fb714765db12dc760222a1ef2505c8a4ed4477 DIST smbus2-0.4.3.gh.tar.gz 17474 BLAKE2B b53160d586c1ed0627597872582dbd07b1b2a9e03bf1a7dc01003ba5569013c11cf4c10df01c4649a069d6bf178c40a122a18a720fb03cab6485e04638fc9233 SHA512 e512954e89be9ba356a9e43ad023712ddfad006eaeadb45e92e21348176f838a2f65d89f3bd4a2ea68414486ff688d58acd668e4bae53f945cd9b24bcb328f9f diff --git a/dev-python/smbus2/smbus2-0.4.2.ebuild b/dev-python/smbus2/smbus2-0.4.2.ebuild deleted file mode 100644 index df8dc4206917..000000000000 --- a/dev-python/smbus2/smbus2-0.4.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2022-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 - -DESCRIPTION="A drop-in replacement for smbus-cffi/smbus-python in pure Python" -HOMEPAGE=" - https://pypi.org/project/smbus2/ - https://github.com/kplindegaard/smbus2/ -" -SRC_URI=" - https://github.com/kplindegaard/smbus2/archive/refs/tags/${PV}.tar.gz - -> ${P}.gh.tar.gz -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64" - -distutils_enable_tests pytest - -python_test() { - epytest -s -}