summaryrefslogtreecommitdiff
path: root/dev-python/libusb1
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /dev-python/libusb1
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'dev-python/libusb1')
-rw-r--r--dev-python/libusb1/Manifest2
-rw-r--r--dev-python/libusb1/libusb1-3.3.1.ebuild29
-rw-r--r--dev-python/libusb1/libusb1-3.4.0.ebuild29
-rw-r--r--dev-python/libusb1/metadata.xml12
4 files changed, 0 insertions, 72 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
- <upstream>
- <remote-id type="github">vpelletier/python-libusb1</remote-id>
- <remote-id type="pypi">libusb1</remote-id>
- </upstream>
-</pkgmetadata>