commit: 448f18d245200a195aef7a1556305885e6c905b0
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 7 09:26:49 2025 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> 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 <chewi <AT> 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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>[email protected]</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>