From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt-builder/
Date: Sun, 12 May 2024 20:25:57 +0000 (UTC) [thread overview]
Message-ID: <1715544117.194b9e9525582b424bf53105f8de7f90e72a7306.ionen@gentoo> (raw)
commit: 194b9e9525582b424bf53105f8de7f90e72a7306
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 20:01:57 2024 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun May 12 20:01:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=194b9e95
dev-python/PyQt-builder: drop 1.16.0, 1.16.1
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/PyQt-builder/Manifest | 2 --
dev-python/PyQt-builder/PyQt-builder-1.16.0.ebuild | 31 ----------------------
dev-python/PyQt-builder/PyQt-builder-1.16.1.ebuild | 30 ---------------------
3 files changed, 63 deletions(-)
diff --git a/dev-python/PyQt-builder/Manifest b/dev-python/PyQt-builder/Manifest
index d2c2887a8827..be2f01169daa 100644
--- a/dev-python/PyQt-builder/Manifest
+++ b/dev-python/PyQt-builder/Manifest
@@ -1,3 +1 @@
-DIST PyQt-builder-1.16.0.tar.gz 3670068 BLAKE2B 909aaead9bd62d3c1ce00f26e13fc81a3293fec212cf8cb1087f59f34d41e9541dbaf12f8a0faffda13434d1340264c2b611ee9061993c4543043ff4539a5bb3 SHA512 1584b41e0c260a45b2b883d035e7611b29501a24172a8d9f36702c4fbde8c3f7953a6897781b59f48b9fa1ceab51eb3767afa83e0e3ff097caf029d87a7114d8
-DIST pyqt_builder-1.16.1.tar.gz 3671113 BLAKE2B 2d975e4158997bed1fbec80933ec821e6623fa3c11f4db4d9c3b49002ba2794945856d8130b7cf1c34a2c9ffab589d5db33245a531d6623112fb343b5333dbe9 SHA512 7497a06d7cd0bc662640575842a53fbae86f88b82a8bd7e36afcf4ea9e642f4dc5b06005811669160627ef6a0021cd6cf27c965c42f2202c8877916006d44232
DIST pyqt_builder-1.16.2.tar.gz 3671133 BLAKE2B 854a3182488ad8b4fc6ddc5a363580f7555ec01aeecc8c8e6d7f121d7477df1481888450dc25fabfbcd965be5a1b98734d2679013b28b95e8a0cce92f4442a3f SHA512 64fc969799a12a176eb730fdc4581f18293dceb8edff20db0177ce409fe7e712cdfb07449b6c4abdd33f1fd9aabe8bee248fe9aeb5373df533d805f9d2a0c6a5
diff --git a/dev-python/PyQt-builder/PyQt-builder-1.16.0.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.16.0.ebuild
deleted file mode 100644
index 1f02f2b0308e..000000000000
--- a/dev-python/PyQt-builder/PyQt-builder-1.16.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="The PEP 517 compliant PyQt build system"
-HOMEPAGE="https://github.com/Python-PyQt/PyQt-builder/"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv x86"
-
-RDEPEND="
- dev-python/packaging[${PYTHON_USEDEP}]
- >=dev-python/sip-6.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/setuptools-scm-8[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # don't install prebuilt DLLs
- rm -r pyqtbuild/bundle/dlls || die
-}
diff --git a/dev-python/PyQt-builder/PyQt-builder-1.16.1.ebuild b/dev-python/PyQt-builder/PyQt-builder-1.16.1.ebuild
deleted file mode 100644
index 363aa24ff3ba..000000000000
--- a/dev-python/PyQt-builder/PyQt-builder-1.16.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="The PEP 517 compliant PyQt build system"
-HOMEPAGE="https://github.com/Python-PyQt/PyQt-builder/"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
- dev-python/packaging[${PYTHON_USEDEP}]
- >=dev-python/sip-6.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
- >=dev-python/setuptools-scm-8[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
- distutils-r1_src_prepare
-
- # don't install prebuilt DLLs
- rm -r pyqtbuild/bundle/dlls || die
-}
next reply other threads:[~2024-05-12 20:26 UTC|newest]
Thread overview: 71+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-12 20:25 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-22 20:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt-builder/ Michał Górny
2024-07-27 7:19 Michał Górny
2024-07-27 7:07 Arthur Zamarin
2024-07-12 23:12 Ionen Wolkens
2024-07-06 6:35 Michał Górny
2024-07-06 6:26 Sam James
2024-06-21 23:59 Ionen Wolkens
2024-05-13 5:49 Ionen Wolkens
2024-05-05 15:46 Sam James
2024-05-05 13:07 Ionen Wolkens
2024-04-25 16:52 Ionen Wolkens
2024-04-20 14:52 Ionen Wolkens
2024-04-20 14:35 Ionen Wolkens
2024-04-20 14:35 Ionen Wolkens
2024-04-20 11:46 Sam James
2024-04-20 10:49 Michał Górny
2024-04-20 10:49 Michał Górny
2024-04-20 10:49 Michał Górny
2024-04-20 9:51 Michał Górny
2024-04-03 19:04 Ionen Wolkens
2024-04-03 19:04 Ionen Wolkens
2023-12-20 20:01 Michał Górny
2023-12-20 17:18 Arthur Zamarin
2023-12-20 16:15 Michał Górny
2023-12-20 16:08 Michał Górny
2023-12-20 15:51 Michał Górny
2023-12-20 15:49 Michał Górny
2023-11-30 19:42 Ionen Wolkens
2023-11-09 15:49 Ionen Wolkens
2023-11-03 15:08 Arthur Zamarin
2023-11-03 15:08 Arthur Zamarin
2023-11-03 11:00 Arthur Zamarin
2023-11-03 10:59 Arthur Zamarin
2023-11-03 10:59 Arthur Zamarin
2023-10-14 14:48 Ionen Wolkens
2023-08-24 12:47 Michał Górny
2023-08-24 12:40 Sam James
2023-08-24 12:40 Sam James
2023-08-24 12:40 Sam James
2023-08-24 12:40 Sam James
2023-08-24 12:40 Sam James
2023-07-25 0:10 Ionen Wolkens
2023-07-10 1:29 Michał Górny
2023-07-09 18:11 Arthur Zamarin
2023-07-09 17:22 Arthur Zamarin
2023-07-09 17:19 Arthur Zamarin
2023-06-03 5:37 Sam James
2023-04-24 5:57 Michał Górny
2023-04-23 21:38 Sam James
2023-04-22 14:28 Sam James
2023-04-22 11:31 Sam James
2023-04-22 9:25 Arthur Zamarin
2023-04-22 9:25 Arthur Zamarin
2023-04-11 6:15 Sam James
2023-03-17 15:29 Michał Górny
2023-03-10 8:40 Sam James
2022-12-02 10:20 WANG Xuerui
2022-06-08 19:16 Andrew Ammerlaan
2022-06-01 5:25 Sam James
2022-06-01 5:25 Sam James
2022-06-01 2:29 Sam James
2022-06-01 1:55 Sam James
2022-06-01 1:55 Sam James
2021-10-30 23:57 Davide Pesavento
2021-10-30 23:57 Davide Pesavento
2021-10-13 20:15 Davide Pesavento
2021-10-03 17:40 Davide Pesavento
2021-07-06 23:18 Davide Pesavento
2021-07-06 23:18 Davide Pesavento
2021-06-17 23:55 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1715544117.194b9e9525582b424bf53105f8de7f90e72a7306.ionen@gentoo \
--to=ionen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox