Gentoo Archives: gentoo-commits

From: Stephan Hartmann <sultan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hidapi/
Date: Tue, 30 Aug 2022 19:10:17
Message-Id: 1661886535.24ca0e215754dde53cb4ea5f372dec68b94ffdaa.sultan@gentoo
1 commit: 24ca0e215754dde53cb4ea5f372dec68b94ffdaa
2 Author: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 19:08:55 2022 +0000
4 Commit: Stephan Hartmann <sultan <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 19:08:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24ca0e21
7
8 dev-python/hidapi: treeclean, moved to ::gentoo
9
10 Signed-off-by: Stephan Hartmann <sultan <AT> gentoo.org>
11
12 dev-python/hidapi/Manifest | 2 --
13 dev-python/hidapi/hidapi-0.11.0.2.ebuild | 34 --------------------------------
14 dev-python/hidapi/hidapi-0.12.0.2.ebuild | 34 --------------------------------
15 dev-python/hidapi/metadata.xml | 8 --------
16 4 files changed, 78 deletions(-)
17
18 diff --git a/dev-python/hidapi/Manifest b/dev-python/hidapi/Manifest
19 deleted file mode 100644
20 index 9bf6df8a3..000000000
21 --- a/dev-python/hidapi/Manifest
22 +++ /dev/null
23 @@ -1,2 +0,0 @@
24 -DIST hidapi-0.11.0.post2.tar.gz 136467 BLAKE2B 9469817cf5a87d9367d9b1d57e9b3832fc83756fbe7ba314e266fc17a17a7f82efadbb73e8e4808a0eaef8ad6478675222b99488b1ffac7b9426eb951ee3e77b SHA512 5365299ef8488561a82d2a2c911523c5d34e260f8068b4d4d26e912b6e348b328229498f0ee38d1eb9c81a969e9f91ffc7a0b9a60359f4e9d0511f8937e5ff21
25 -DIST hidapi-0.12.0.post2.tar.gz 125008 BLAKE2B 6792d8a4bbd80da19b3dd1fde47061e3a0f00678059e36598da4a34142cbfe1e732854c2a372a869891be79e1131a7cef138913556159574f10b8b08439bfefe SHA512 dee9f1f07e4f297b935c8e3fbe798471f449f6a101d68131db23d24ccfb5ce445cc3b0e7305606d3630443a817aa75a27093109078735168a59d21614606f0a0
26
27 diff --git a/dev-python/hidapi/hidapi-0.11.0.2.ebuild b/dev-python/hidapi/hidapi-0.11.0.2.ebuild
28 deleted file mode 100644
29 index 54515d41b..000000000
30 --- a/dev-python/hidapi/hidapi-0.11.0.2.ebuild
31 +++ /dev/null
32 @@ -1,34 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -PYTHON_COMPAT=( python3_{8..11} )
39 -DISTUTILS_USE_SETUPTOOLS="rdepend"
40 -inherit distutils-r1
41 -
42 -MY_PV=$(ver_rs 3 .post)
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 -S="${WORKDIR}/${PN}-${MY_PV}"
47 -
48 -LICENSE="|| ( BSD GPL-3 )"
49 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
50 -SLOT="0"
51 -
52 -DEPEND="
53 - dev-python/cython[${PYTHON_USEDEP}]
54 - dev-libs/hidapi
55 -"
56 -RDEPEND="${DEPEND}"
57 -
58 -distutils_enable_tests pytest
59 -
60 -python_configure_all() {
61 - DISTUTILS_ARGS=( --with-system-hidapi )
62 -}
63 -
64 -python_test() {
65 - epytest tests.py
66 -}
67
68 diff --git a/dev-python/hidapi/hidapi-0.12.0.2.ebuild b/dev-python/hidapi/hidapi-0.12.0.2.ebuild
69 deleted file mode 100644
70 index 800ba1896..000000000
71 --- a/dev-python/hidapi/hidapi-0.12.0.2.ebuild
72 +++ /dev/null
73 @@ -1,34 +0,0 @@
74 -# Copyright 1999-2021 Gentoo Authors
75 -# Distributed under the terms of the GNU General Public License v2
76 -
77 -EAPI=8
78 -
79 -PYTHON_COMPAT=( python3_{8..11} )
80 -inherit distutils-r1
81 -
82 -MY_PV=$(ver_rs 3 .post)
83 -
84 -DESCRIPTION="A Cython interface to the hidapi"
85 -HOMEPAGE="https://github.com/trezor/cython-hidapi"
86 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
87 -S="${WORKDIR}/${PN}-${MY_PV}"
88 -
89 -LICENSE="|| ( BSD GPL-3 )"
90 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
91 -SLOT="0"
92 -
93 -DEPEND="
94 - dev-python/cython[${PYTHON_USEDEP}]
95 - dev-libs/hidapi
96 -"
97 -RDEPEND="${DEPEND}"
98 -
99 -distutils_enable_tests pytest
100 -
101 -python_configure_all() {
102 - DISTUTILS_ARGS=( --with-system-hidapi )
103 -}
104 -
105 -python_test() {
106 - epytest tests.py
107 -}
108
109 diff --git a/dev-python/hidapi/metadata.xml b/dev-python/hidapi/metadata.xml
110 deleted file mode 100644
111 index 7f7f32772..000000000
112 --- a/dev-python/hidapi/metadata.xml
113 +++ /dev/null
114 @@ -1,8 +0,0 @@
115 -<?xml version="1.0" encoding="UTF-8"?>
116 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
117 -<pkgmetadata>
118 - <maintainer type="person">
119 - <email>telans@××××××.de</email>
120 - <name>James Beddek</name>
121 - </maintainer>
122 -</pkgmetadata>