From a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 4 Jun 2026 16:24:49 -0500 Subject: Adding metadata --- dev-python/libusb1/Manifest | 2 -- dev-python/libusb1/libusb1-3.3.1.ebuild | 29 ----------------------------- dev-python/libusb1/libusb1-3.4.0.ebuild | 29 ----------------------------- dev-python/libusb1/metadata.xml | 12 ------------ 4 files changed, 72 deletions(-) delete mode 100644 dev-python/libusb1/Manifest delete mode 100644 dev-python/libusb1/libusb1-3.3.1.ebuild delete mode 100644 dev-python/libusb1/libusb1-3.4.0.ebuild delete mode 100644 dev-python/libusb1/metadata.xml (limited to 'dev-python/libusb1') diff --git a/dev-python/libusb1/Manifest b/dev-python/libusb1/Manifest deleted file mode 100644 index 27ffb65ee1f0..000000000000 --- a/dev-python/libusb1/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST libusb1-3.3.1.tar.gz 107600 BLAKE2B 7ec6a0fecc4f2c7520a7b8dc47d9000176ef3054b4171bac82f4c77824c62f2532346ef356dcd9b677ccac3a24f29913668a5be60c7c10b35ceca38f1eb7904c SHA512 a565130a81751b5927bb5c9023e3236314bbf9fbc5c3bbdd7ae21f45197bb545ad189af034e9f187ffe626659d2bf65a5ecb9d323c99837fbae0a7ff0dac99ce -DIST libusb1-3.4.0.tar.gz 91206 BLAKE2B 2ef71f87ca00c41c7365584c2c67781d1d8ddb106b35ae941d45f185720f42f60573379055d4bbc83596cbf04200d9151b36577dbb301e0fd51b7327cd4504fe SHA512 d8a66a08f9737aa071d083efa7a41d52093e5efe7997e29df84552a70b201e034b16c8646f1647128092b8d6063a7ad020b1a49ad3f895cd2c102d76e3268bc8 diff --git a/dev-python/libusb1/libusb1-3.3.1.ebuild b/dev-python/libusb1/libusb1-3.3.1.ebuild deleted file mode 100644 index 0517e507dc23..000000000000 --- a/dev-python/libusb1/libusb1-3.3.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Python ctype-based wrapper around libusb1" -HOMEPAGE="https://github.com/vpelletier/python-libusb1" -SRC_URI="https://github.com/vpelletier/python-libusb1/releases/download/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="test" - -RDEPEND="virtual/libusb:1" -DEPEND="test? ( ${RDEPEND} )" - -distutils_enable_tests unittest - -src_prepare() { - # Don't need this. - rm -r usb1/__pyinstaller || die - default -} diff --git a/dev-python/libusb1/libusb1-3.4.0.ebuild b/dev-python/libusb1/libusb1-3.4.0.ebuild deleted file mode 100644 index 96609911d08c..000000000000 --- a/dev-python/libusb1/libusb1-3.4.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 2025-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{13..14} ) - -inherit distutils-r1 - -DESCRIPTION="Python ctype-based wrapper around libusb1" -HOMEPAGE="https://github.com/vpelletier/python-libusb1" -SRC_URI="https://github.com/vpelletier/python-libusb1/releases/download/${PV}/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="test" - -RDEPEND="virtual/libusb:1" -DEPEND="test? ( ${RDEPEND} )" - -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 d7b268814e30..000000000000 --- a/dev-python/libusb1/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - - vpelletier/python-libusb1 - libusb1 - - -- cgit v1.3.1