Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notify2/
Date: Sat, 07 Mar 2020 15:03:14
Message-Id: 1583593124.952348e754fd9c5d5b03d6f6558fd25cf0b0214c.mgorny@gentoo
1 commit: 952348e754fd9c5d5b03d6f6558fd25cf0b0214c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 7 14:58:44 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 7 14:58:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=952348e7
7
8 dev-python/notify2: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/notify2/Manifest | 1 -
13 dev-python/notify2/notify2-0.3.1.ebuild | 30 ------------------------------
14 dev-python/notify2/notify2-0.3.ebuild | 30 ------------------------------
15 3 files changed, 61 deletions(-)
16
17 diff --git a/dev-python/notify2/Manifest b/dev-python/notify2/Manifest
18 index 91e1dd44f51..b6fa9fc229a 100644
19 --- a/dev-python/notify2/Manifest
20 +++ b/dev-python/notify2/Manifest
21 @@ -1,2 +1 @@
22 DIST notify2-0.3.1.tar.gz 17792 BLAKE2B 649df1934d1fffb97dabbf2f483204c55427fbede851840d642da2e4e62a9bda9d49670e60f5b2cda36b62ee47b7d0cd861d757d338867547dce3c7d61ddf7b4 SHA512 0b69a64e0a7e4955ee767c975db92c5c60d28c0e54f77498cfb98390771a8f536631fc34e42b5c46c138dfa1054b5516a0809b8e3b0cb9237a39825ddb827109
23 -DIST notify2-0.3.tar.gz 8798 BLAKE2B 57e1eeaa96b9e5354991db36440abfbf80471887c094e41dd6ccff72f1b1b35524bebf83b44afa455c64cdc3fb7b0ef66d2517ca499340a3d001e796828ff9b6 SHA512 3290a5ff291d5500bcf631094fcf10302b234353eb8c26b91e7cd264238443866aadc15224d51eb6608e16b7ffbc9316d4bc551e5ad9de2a48b12a31b195739f
24
25 diff --git a/dev-python/notify2/notify2-0.3.1.ebuild b/dev-python/notify2/notify2-0.3.1.ebuild
26 deleted file mode 100644
27 index 5441744a028..00000000000
28 --- a/dev-python/notify2/notify2-0.3.1.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -PYTHON_COMPAT=( python{2_7,3_6} )
36 -
37 -inherit distutils-r1 virtualx
38 -
39 -DESCRIPTION="Python interface to DBus notifications."
40 -HOMEPAGE="https://bitbucket.org/takluyver/pynotify2"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="BSD"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
46 -IUSE="examples"
47 -
48 -RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
49 -
50 -python_test() {
51 - virtx ${EPYTHON} test_notify2.py
52 -}
53 -
54 -python_install_all() {
55 - if use examples; then
56 - insinto /usr/share/doc/${PF}/examples
57 - doins examples/*
58 - fi
59 - distutils-r1_python_install_all
60 -}
61
62 diff --git a/dev-python/notify2/notify2-0.3.ebuild b/dev-python/notify2/notify2-0.3.ebuild
63 deleted file mode 100644
64 index 745ef3a38a0..00000000000
65 --- a/dev-python/notify2/notify2-0.3.ebuild
66 +++ /dev/null
67 @@ -1,30 +0,0 @@
68 -# Copyright 1999-2020 Gentoo Authors
69 -# Distributed under the terms of the GNU General Public License v2
70 -
71 -EAPI=6
72 -PYTHON_COMPAT=( python{2_7,3_6} )
73 -
74 -inherit distutils-r1 virtualx
75 -
76 -DESCRIPTION="Python interface to DBus notifications."
77 -HOMEPAGE="https://bitbucket.org/takluyver/pynotify2"
78 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
79 -
80 -LICENSE="BSD"
81 -SLOT="0"
82 -KEYWORDS="amd64 arm ppc ppc64 x86"
83 -IUSE="examples"
84 -
85 -RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
86 -
87 -python_test() {
88 - virtx ${EPYTHON} test_notify2.py
89 -}
90 -
91 -python_install_all() {
92 - if use examples; then
93 - insinto /usr/share/doc/${PF}/examples
94 - doins examples/*
95 - fi
96 - distutils-r1_python_install_all
97 -}