From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 finch.gentoo.org (Postfix) with ESMTPS id 06E4E1582EF for ; Fri, 07 Mar 2025 09:28:12 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E2FFB342F8C for ; Fri, 07 Mar 2025 09:28:11 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id DA7C91102D2; Fri, 07 Mar 2025 09:28:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id D06281102D2 for ; Fri, 07 Mar 2025 09:28:10 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7BB43342F8C for ; Fri, 07 Mar 2025 09:28:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6BBBE280C for ; Fri, 07 Mar 2025 09:28:08 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1741339609.448f18d245200a195aef7a1556305885e6c905b0.chewi@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/libusb1/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/libusb1/Manifest dev-python/libusb1/libusb1-3.1.0.ebuild dev-python/libusb1/metadata.xml X-VCS-Directories: dev-python/libusb1/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 448f18d245200a195aef7a1556305885e6c905b0 X-VCS-Branch: dev Date: Fri, 07 Mar 2025 09:28:08 +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: f3f274ce-ea7f-4024-b5c4-125a5c53c27d X-Archives-Hash: db71f8b6221e47e0c8f6532555e49e7f commit: 448f18d245200a195aef7a1556305885e6c905b0 Author: James Le Cuirot gentoo org> AuthorDate: Fri Mar 7 09:26:49 2025 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Fri Mar 7 09:26:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=448f18d2 dev-python/libusb1: Drop in favour of new package in Gentoo It's now been tested on older Python versions. Signed-off-by: James Le Cuirot gentoo.org> dev-python/libusb1/Manifest | 1 - dev-python/libusb1/libusb1-3.1.0.ebuild | 29 ----------------------------- dev-python/libusb1/metadata.xml | 12 ------------ 3 files changed, 42 deletions(-) diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest deleted file mode 100644 index d53fe448a..000000000 --- a/dev-python/libusb1/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libusb1-3.1.0.tar.gz 83013 BLAKE2B d2d09d6fd94714471357080ac10bf9e76158d59a43d16c82135898cd312829c611a18359b13a2d616eb574b50c9e0cd58bd2747e5eaa50f374893cf4c3251f7c SHA512 9ee841e3d6f31e5fbebc8112f6d00ddd959a5e882515e238a84fcf5516c636198d9b84d64e39ff848c9d93c32bc5ab0d8eb6b65bb6213b4af28522fcc6b6ee99 diff --git a/dev-python/libusb1/libusb1-3.1.0.ebuild b/dev-python/libusb1/libusb1-3.1.0.ebuild deleted file mode 100644 index cb4f6020e..000000000 --- a/dev-python/libusb1/libusb1-3.1.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2020-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{11..12} pypy3 ) -DISTUTILS_USE_PEP517=setuptools - -inherit distutils-r1 pypi - -DESCRIPTION="Pure-python wrapper for libusb-1.0" -HOMEPAGE=" - https://github.com/vpelletier/python-libusb1 - https://pypi.org/project/libusb1/ -" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="virtual/libusb" - -distutils_enable_tests unittest - -src_prepare() { - # Don't need this. - rm -r usb1/__pyinstaller || die - default -} diff --git a/dev-python/libusb1/metadata.xml b/dev-python/libusb1/metadata.xml deleted file mode 100644 index f7ef38aa1..000000000 --- a/dev-python/libusb1/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - a.zuber@gmx.ch - Andreas Zuber - - - vpelletier/python-libusb1 - libusb1 - -