diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-10-10 21:20:12 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2023-10-10 21:24:24 +0100 |
commit | 7028a94f12d351d5f90c552f60a9a28123c061d7 (patch) | |
tree | d78a84c971fa939d62d1b2a015ca9537c1de6bfa | |
parent | net-p2p/bisq: add 1.9.14, drop 1.9.12 (diff) | |
download | portage-7028a94f12d351d5f90c552f60a9a28123c061d7.tar.xz |
dev-python/hidapi: remove old
-rw-r--r-- | dev-python/hidapi/Manifest | 1 | ||||
-rw-r--r-- | dev-python/hidapi/hidapi-0.13.1.ebuild | 28 | ||||
-rw-r--r-- | dev-python/hidapi/metadata.xml | 12 |
3 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/hidapi/Manifest b/dev-python/hidapi/Manifest deleted file mode 100644 index 6eb2b302..00000000 --- a/dev-python/hidapi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hidapi-0.13.1.tar.gz 130169 BLAKE2B 127e622e4b85880f1c20ccb819b806c66357d8cfa6c15d370c13a6a0a3838ac6acf0673c7edbf5309a91f55051b6177800328b8f897ff43cd1e0af1b511c52a6 SHA512 8e6a7a6bf47e24f6f637cc036dc306518d893fc9fdf94639f626725e8f8767d7e85496d8db5f9f394d648ef5af4dd5ead0f0a6d452a019b5d9fa0716371febed diff --git a/dev-python/hidapi/hidapi-0.13.1.ebuild b/dev-python/hidapi/hidapi-0.13.1.ebuild deleted file mode 100644 index 35502d0b..00000000 --- a/dev-python/hidapi/hidapi-0.13.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 - -DESCRIPTION="Python wrapper for dev-libs/hidapi" -HOMEPAGE="https://github.com/trezor/cython-hidapi" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-libs/hidapi - virtual/libusb:1" -DEPEND="${RDEPEND} - >=dev-python/cython-0.24.0[${PYTHON_USEDEP}]" - -src_configure() { - DISTUTILS_ARGS=( - --with-system-hidapi - ) -} diff --git a/dev-python/hidapi/metadata.xml b/dev-python/hidapi/metadata.xml deleted file mode 100644 index 9146f846..00000000 --- a/dev-python/hidapi/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>bertrand@jacquin.bzh</email> - <name>Bertrand Jacquin</name> - </maintainer> - <upstream> - <remote-id type="github">trezor/cython-hidapi</remote-id> - <remote-id type="pypi">hidapi</remote-id> - </upstream> -</pkgmetadata> |