Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pybluez/, profiles/
Date: Sat, 09 Oct 2021 08:21:44
Message-Id: 1633767383.b1a144b258a82c1b10e7e13d742afcbb769553c3.jsmolic@gentoo
1 commit: b1a144b258a82c1b10e7e13d742afcbb769553c3
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 9 08:16:23 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 9 08:16:23 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1a144b2
7
8 dev-python/pybluez: treeclean
9
10 Closes: https://bugs.gentoo.org/717902
11 Closes: https://bugs.gentoo.org/615198
12 Closes: https://bugs.gentoo.org/812233
13 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
14
15 dev-python/pybluez/Manifest | 1 -
16 dev-python/pybluez/metadata.xml | 12 ------------
17 dev-python/pybluez/pybluez-0.23.ebuild | 32 --------------------------------
18 profiles/package.mask | 6 ------
19 4 files changed, 51 deletions(-)
20
21 diff --git a/dev-python/pybluez/Manifest b/dev-python/pybluez/Manifest
22 deleted file mode 100644
23 index 5a383e05a63..00000000000
24 --- a/dev-python/pybluez/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST PyBluez-0.23.tar.gz 97562 BLAKE2B 6a234d5c41dc0bb9f08559431eafcf1d1fb1c881d2cb912cc048e2717bfe8a06f09aae045d2961c9ba5e087422cfc8249a1907368eb6dc45942175bcf97b1841 SHA512 78ce2c014d0055d0220163e7df94de5b6e891aa528ecf4f106f9dd0bdeb94244d18c752f93e62a133f3cec7053cb4646599e7588cf7ce5994ae7abe74ed05d47
28
29 diff --git a/dev-python/pybluez/metadata.xml b/dev-python/pybluez/metadata.xml
30 deleted file mode 100644
31 index 1336a869ab1..00000000000
32 --- a/dev-python/pybluez/metadata.xml
33 +++ /dev/null
34 @@ -1,12 +0,0 @@
35 -<?xml version="1.0" encoding="UTF-8"?>
36 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
37 -<pkgmetadata>
38 - <!--maintainer-needed-->
39 - <longdescription>PyBluez is an effort to create Python wrappers around bluez to allow Python
40 -developers to use system bluetooth resources. It works on machines running the
41 -GNU/Linux operating system and the bluez bluetooth stack.</longdescription>
42 - <upstream>
43 - <remote-id type="pypi">PyBluez</remote-id>
44 - <remote-id type="github">pybluez/pybluez</remote-id>
45 - </upstream>
46 -</pkgmetadata>
47
48 diff --git a/dev-python/pybluez/pybluez-0.23.ebuild b/dev-python/pybluez/pybluez-0.23.ebuild
49 deleted file mode 100644
50 index f865c30c8ec..00000000000
51 --- a/dev-python/pybluez/pybluez-0.23.ebuild
52 +++ /dev/null
53 @@ -1,32 +0,0 @@
54 -# Copyright 1999-2021 Gentoo Authors
55 -# Distributed under the terms of the GNU General Public License v2
56 -
57 -EAPI=7
58 -
59 -PYTHON_COMPAT=( python3_{7..10} )
60 -inherit distutils-r1
61 -
62 -MY_P="PyBluez-${PV}"
63 -
64 -DESCRIPTION="Python bindings for Bluez Bluetooth Stack"
65 -HOMEPAGE="https://github.com/pybluez/pybluez"
66 -SRC_URI="mirror://pypi/P/PyBluez/${MY_P}.tar.gz"
67 -
68 -LICENSE="GPL-2"
69 -SLOT="0"
70 -KEYWORDS="amd64 ppc x86"
71 -IUSE="examples"
72 -
73 -RDEPEND="net-wireless/bluez"
74 -DEPEND="${RDEPEND}
75 - app-arch/unzip"
76 -
77 -S=${WORKDIR}/${MY_P}
78 -
79 -python_install_all() {
80 - distutils-r1_python_install_all
81 - if use examples; then
82 - dodoc -r examples
83 - docompress -x usr/share/doc/${PF}/examples
84 - fi
85 -}
86
87 diff --git a/profiles/package.mask b/profiles/package.mask
88 index f5e81f7f2cb..4d425bac074 100644
89 --- a/profiles/package.mask
90 +++ b/profiles/package.mask
91 @@ -255,12 +255,6 @@ dev-python/txgithub
92 # Removal on 2021-10-09. Bug #812236
93 dev-python/sparql-wrapper
94
95 -# Jakov Smolić <jsmolic@g.o> (2021-09-09)
96 -# Relies on setuptools' deprecated use_2to3 option.
97 -# Last release in 2019, no revdeps.
98 -# Removal on 2021-10-09. Bug #812233
99 -dev-python/pybluez
100 -
101 # Anna Vyalkova <cyber+gentoo@×××××.in> (2021-09-07)
102 # Mask backwards-incompatible version to avoid autodeletion of previous one.
103 # Data migration is not supported upstream and can't be done automatically.