Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqt-distutils/
Date: Fri, 04 Sep 2020 21:11:11
Message-Id: 1599253861.556bd5e21823573c1a0e2fee0353697e2e5162cc.sam@gentoo
1 commit: 556bd5e21823573c1a0e2fee0353697e2e5162cc
2 Author: VasilyLebedev <vasily.lebedev <AT> ul <DOT> ie>
3 AuthorDate: Sat Aug 29 16:56:04 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 4 21:11:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=556bd5e2
7
8 dev-python/pyqt-distutils: cleanup old 0.3.0
9
10 Signed-off-by: Vasily A. Lebedev <lebedev.vasya <AT> gmail.com>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../pyqt-distutils/pyqt-distutils-0.3.0.ebuild | 25 ----------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild b/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild
17 deleted file mode 100644
18 index c83838844b8..00000000000
19 --- a/dev-python/pyqt-distutils/pyqt-distutils-0.3.0.ebuild
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -PYTHON_COMPAT=( python3_6 )
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="distutils extension to work with PyQt applications and UI files"
31 -HOMEPAGE="https://github.com/ColinDuquesnoy/pyqt_distutils"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="MIT"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -
39 -DEPEND="
40 - dev-python/setuptools[${PYTHON_USEDEP}]
41 -"
42 -
43 -RDEPEND="
44 - ${DEPEND}
45 - dev-python/docopt[${PYTHON_USEDEP}]
46 -"