summaryrefslogtreecommitdiff
path: root/dev-python/hidapi/hidapi-0.14.0.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-20 18:46:53 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2024-11-20 18:46:53 +0000
commitea2eede9f4e2e1ef68927b1fdbac837214e7e6b1 (patch)
tree07fb740ff0a6bb5d2976099f0f53463380a60b53 /dev-python/hidapi/hidapi-0.14.0.ebuild
parentb3536c9fc33b0a41869935baf5e148443fc0f95e (diff)
downloadbaldeagleos-repo-ea2eede9f4e2e1ef68927b1fdbac837214e7e6b1.tar.gz
baldeagleos-repo-ea2eede9f4e2e1ef68927b1fdbac837214e7e6b1.tar.xz
baldeagleos-repo-ea2eede9f4e2e1ef68927b1fdbac837214e7e6b1.zip
Adding metadata
Diffstat (limited to 'dev-python/hidapi/hidapi-0.14.0.ebuild')
-rw-r--r--dev-python/hidapi/hidapi-0.14.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-python/hidapi/hidapi-0.14.0.ebuild b/dev-python/hidapi/hidapi-0.14.0.ebuild
deleted file mode 100644
index c003f6c76d57..000000000000
--- a/dev-python/hidapi/hidapi-0.14.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2022-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_{9,10,11,12,13} )
-DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Cython interface to HIDAPI library"
-HOMEPAGE="https://github.com/trezor/cython-hidapi"
-
-LICENSE="|| ( BSD GPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-
-DEPEND=">=dev-libs/hidapi-$(ver_cut 1-3)"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.14.0-cython3.patch
-)
-
-distutils_enable_tests pytest
-
-python_configure_all() {
- DISTUTILS_ARGS=( --with-system-hidapi )
-}
-
-python_test() {
- epytest tests.py
-}