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 <chewi@gentoo.org>
This commit is contained in:
James Le Cuirot
2025-03-07 09:26:49 +00:00
parent 0aa073996b
commit 448f18d245
3 changed files with 0 additions and 42 deletions

View File

@@ -1 +0,0 @@
DIST libusb1-3.1.0.tar.gz 83013 BLAKE2B d2d09d6fd94714471357080ac10bf9e76158d59a43d16c82135898cd312829c611a18359b13a2d616eb574b50c9e0cd58bd2747e5eaa50f374893cf4c3251f7c SHA512 9ee841e3d6f31e5fbebc8112f6d00ddd959a5e882515e238a84fcf5516c636198d9b84d64e39ff848c9d93c32bc5ab0d8eb6b65bb6213b4af28522fcc6b6ee99

View File

@@ -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
}

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>a.zuber@gmx.ch</email>
<name>Andreas Zuber</name>
</maintainer>
<upstream>
<remote-id type="github">vpelletier/python-libusb1</remote-id>
<remote-id type="pypi">libusb1</remote-id>
</upstream>
</pkgmetadata>