Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hidapi/
Date: Mon, 03 Aug 2020 14:51:10
Message-Id: 1596466258.fcff0c19f686066886b3affb25c468433e18479d.andrewammerlaan@gentoo
1 commit: fcff0c19f686066886b3affb25c468433e18479d
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon Aug 3 14:50:58 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon Aug 3 14:50:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fcff0c19
7
8 dev-python/hidapi: add missing dep
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 dev-python/hidapi/Manifest | 1 +
14 dev-python/hidapi/hidapi-0.9.0_p3.ebuild | 31 +++++++++++++++++++++++++++++++
15 dev-python/hidapi/metadata.xml | 6 ++++++
16 3 files changed, 38 insertions(+)
17
18 diff --git a/dev-python/hidapi/Manifest b/dev-python/hidapi/Manifest
19 new file mode 100644
20 index 0000000..190d920
21 --- /dev/null
22 +++ b/dev-python/hidapi/Manifest
23 @@ -0,0 +1 @@
24 +DIST hidapi-0.9.0.post3.tar.gz 57075 BLAKE2B 7c0c46faa359bf119875846680aadad94e65f5bdd225c11b4fd068cf4fb5b7fba1ed4983bc70610720d5b7ab8a2f7afd96726610309ff35cc5310a237ac117d8 SHA512 606540833459e615a8e50ff3a2c59362dab7d19d42d5e9dc2288c8c8d32e3df7214e758a9814e7de6d26bbdccd76ccf6c652b0bf8ac5b3f46124a9a7b007b971
25
26 diff --git a/dev-python/hidapi/hidapi-0.9.0_p3.ebuild b/dev-python/hidapi/hidapi-0.9.0_p3.ebuild
27 new file mode 100644
28 index 0000000..f34e5d5
29 --- /dev/null
30 +++ b/dev-python/hidapi/hidapi-0.9.0_p3.ebuild
31 @@ -0,0 +1,31 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_{7,8,9} )
38 +
39 +inherit distutils-r1
40 +
41 +MY_PV=${PV/_p/.post}
42 +
43 +DESCRIPTION="A Cython interface to the hidapi"
44 +HOMEPAGE="https://github.com/trezor/cython-hidapi"
45 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
46 +
47 +LICENSE="|| ( BSD GPL-3 )"
48 +KEYWORDS="~amd64 ~x86"
49 +SLOT="0"
50 +
51 +DEPEND="
52 + dev-python/cython[${PYTHON_USEDEP}]
53 + dev-libs/hidapi
54 +"
55 +
56 +S="${WORKDIR}/${PN}-${MY_PV}"
57 +
58 +distutils_enable_tests pytest
59 +
60 +python_test() {
61 + pytest -vv tests.py || die "Tests failed with ${EPYTHON}"
62 +}
63
64 diff --git a/dev-python/hidapi/metadata.xml b/dev-python/hidapi/metadata.xml
65 new file mode 100644
66 index 0000000..a0a60d7
67 --- /dev/null
68 +++ b/dev-python/hidapi/metadata.xml
69 @@ -0,0 +1,6 @@
70 +<?xml version="1.0" encoding="UTF-8"?>
71 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
72 +
73 +<pkgmetadata>
74 + <!-- maintainer-needed -->
75 +</pkgmetadata>