Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt-builder/
Date: Sat, 30 Oct 2021 23:58:03
Message-Id: 1635638274.f0b37fed70197b0e7f4ebfffa37fe94614b51000.pesa@gentoo
1 commit: f0b37fed70197b0e7f4ebfffa37fe94614b51000
2 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 30 23:57:46 2021 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 30 23:57:54 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b37fed
7
8 dev-python/PyQt-builder: remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Davide Pesavento <pesa <AT> gentoo.org>
12
13 dev-python/PyQt-builder/Manifest | 2 --
14 dev-python/PyQt-builder/PyQt-builder-1.10.3.ebuild | 37 ----------------------
15 dev-python/PyQt-builder/PyQt-builder-1.12.1.ebuild | 37 ----------------------
16 3 files changed, 76 deletions(-)
17
18 diff --git a/dev-python/PyQt-builder/Manifest b/dev-python/PyQt-builder/Manifest
19 index c5e4dafc190..250b654500a 100644
20 --- a/dev-python/PyQt-builder/Manifest
21 +++ b/dev-python/PyQt-builder/Manifest
22 @@ -1,3 +1 @@
23 -DIST PyQt-builder-1.10.3.tar.gz 5725537 BLAKE2B da1abab8fa46da9dee15dedbcf84068b80ce081e87e640fc50642ff6dd15aa3963b9186a32193f3c492c4f141fb7242f13395a539f436575532a5735e3c85720 SHA512 26a01cb2dc4428277cc62da23404433d75f84c61360c35dfd9c440841adbcb1bf39b2211e4e33967ee2730c163dd1585b5fcbd88c6fd7efa2f1f84915a390e2a
24 -DIST PyQt-builder-1.12.1.tar.gz 5726601 BLAKE2B 6e6dd181078ed126ecf3db7bbf5e7b68b78ec78e2ca198fb4f504495020c8fc7d61280bf844a78de69621049785b0b152f31d0d25779d7bbe330162bb80b68bf SHA512 4f006564f51758cb05da8dce78aead58a23d132405124e92bf79cac39eaa845efa5db15a2abdd43ae95e191d38d81fbc592f75bb68f83b83e25c51f8f84e6182
25 DIST PyQt-builder-1.12.2.tar.gz 5727071 BLAKE2B ca5d55989fec2a9a6f9d37abc307d4db7305bb06449cbf982aa3a2a3f210113319f7fb303ec0d77b513cce844b529e0e56f62c9d62ab3c51cf85a061ecd00c7a SHA512 022f2cd40c100543c4b442fc5b27bbf2ec853d94b531f8f6dc1d7f92b07bcc20e8f0a4eb64feb96d094ba0d5f01fddcc8aed23ddf67a61417e07983a73918230
26
27 diff --git a/dev-python/PyQt-builder/PyQt-builder-1.10.3.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.10.3.ebuild
28 deleted file mode 100644
29 index 4d69521c2f0..00000000000
30 --- a/dev-python/PyQt-builder/PyQt-builder-1.10.3.ebuild
31 +++ /dev/null
32 @@ -1,37 +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..10} )
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="The PEP 517 compliant PyQt build system"
42 -HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt-builder/ https://pypi.org/project/PyQt-builder/"
43 -
44 -MY_P=${PN}-${PV/_pre/.dev}
45 -if [[ ${PV} == *_pre* ]]; then
46 - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"
47 -else
48 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
49 -fi
50 -S=${WORKDIR}/${MY_P}
51 -
52 -LICENSE="|| ( GPL-2 GPL-3 SIP )"
53 -SLOT="0"
54 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
55 -
56 -RDEPEND="
57 - dev-python/packaging[${PYTHON_USEDEP}]
58 - >=dev-python/sip-5.5[${PYTHON_USEDEP}]
59 -"
60 -
61 -distutils_enable_sphinx doc --no-autodoc
62 -
63 -python_prepare_all() {
64 - # don't install prebuilt Windows DLLs
65 - sed -i -e "s:'dlls/\*/\*',::" setup.py || die
66 - rm -r "${PN/-/_}.egg-info" || die
67 -
68 - distutils-r1_python_prepare_all
69 -}
70
71 diff --git a/dev-python/PyQt-builder/PyQt-builder-1.12.1.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.12.1.ebuild
72 deleted file mode 100644
73 index f136447e373..00000000000
74 --- a/dev-python/PyQt-builder/PyQt-builder-1.12.1.ebuild
75 +++ /dev/null
76 @@ -1,37 +0,0 @@
77 -# Copyright 1999-2021 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=8
81 -
82 -PYTHON_COMPAT=( python3_{8..10} )
83 -inherit distutils-r1
84 -
85 -DESCRIPTION="The PEP 517 compliant PyQt build system"
86 -HOMEPAGE="https://www.riverbankcomputing.com/software/pyqt-builder/ https://pypi.org/project/PyQt-builder/"
87 -
88 -MY_P=${PN}-${PV/_pre/.dev}
89 -if [[ ${PV} == *_pre* ]]; then
90 - SRC_URI="https://dev.gentoo.org/~pesa/distfiles/${MY_P}.tar.gz"
91 -else
92 - SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
93 -fi
94 -S=${WORKDIR}/${MY_P}
95 -
96 -LICENSE="|| ( GPL-2 GPL-3 SIP )"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
99 -
100 -RDEPEND="
101 - dev-python/packaging[${PYTHON_USEDEP}]
102 - >=dev-python/sip-6.3[${PYTHON_USEDEP}]
103 -"
104 -
105 -distutils_enable_sphinx doc --no-autodoc
106 -
107 -python_prepare_all() {
108 - # don't install prebuilt Windows DLLs
109 - sed -i -e "s:'dlls/\*/\*',::" setup.py || die
110 - rm -r "${PN/-/_}.egg-info" || die
111 -
112 - distutils-r1_python_prepare_all
113 -}