From ea2eede9f4e2e1ef68927b1fdbac837214e7e6b1 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 20 Nov 2024 18:46:53 +0000 Subject: Adding metadata --- dev-python/hidapi/hidapi-0.14.0.ebuild | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 dev-python/hidapi/hidapi-0.14.0.ebuild (limited to 'dev-python/hidapi/hidapi-0.14.0.ebuild') 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 -} -- cgit v1.3.1