diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2025-12-05 16:58:51 -0500 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2025-12-05 17:02:50 -0500 |
| commit | 65595a97d35789c243b6d6ff6d00b3496bcd67ff (patch) | |
| tree | 41bf1e31a65f17778e87866254610c165ea65f9c /dev-python | |
| parent | 8e6e67f186e9bb9afa37489ff42061586b939faa (diff) | |
| download | gentoo-65595a97d35789c243b6d6ff6d00b3496bcd67ff.tar.gz gentoo-65595a97d35789c243b6d6ff6d00b3496bcd67ff.tar.bz2 gentoo-65595a97d35789c243b6d6ff6d00b3496bcd67ff.zip | |
dev-python/pyqt-builder: add 1.19.1
For what it's worth anyway, this should be virtually identical to
1.19.0 given we delete the Windows DLLs that it is updating.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/pyqt-builder/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/pyqt-builder/pyqt-builder-1.19.1.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/dev-python/pyqt-builder/Manifest b/dev-python/pyqt-builder/Manifest index e1b8f4115094..f2aa45d66ce4 100644 --- a/dev-python/pyqt-builder/Manifest +++ b/dev-python/pyqt-builder/Manifest @@ -1 +1,2 @@ DIST pyqt_builder-1.19.0.tar.gz 3672333 BLAKE2B 2f623077762269470e4f00ec9f9a9a701f1182ac9cedfffa2d89f6cf9a92da198bb21abf9515cb0c865d2871f855cc0190a0f46d875589764bcf0df6e7cdffd7 SHA512 17dff686795e1b1f41a9c575c85c94a8d2d4ba95785dc723ec8f03fbb88e44472b70eb0e4ef9139580f1be0232d0ad324fedb088da3e9518d908587a0d619aa8 +DIST pyqt_builder-1.19.1.tar.gz 5247679 BLAKE2B c86708891d26d760b4ce8cff535fcb52145c6eab18448b19d66c4039992cf4b4309f4feced07bba7bffdd734ea6e9c54e6e4de93f9dd5d7c269ea89cbab8a19e SHA512 2308c51f93c37b1d13f312e4f2475d26b22d374ef284925fead9eab4aa89b994770431aca45170ac2154b4813fff151798f113f56d4cbf6c6e544fb463104a6d diff --git a/dev-python/pyqt-builder/pyqt-builder-1.19.1.ebuild b/dev-python/pyqt-builder/pyqt-builder-1.19.1.ebuild new file mode 100644 index 000000000000..9ad75096e686 --- /dev/null +++ b/dev-python/pyqt-builder/pyqt-builder-1.19.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..14} ) +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[${PYTHON_USEDEP}] +" + +src_prepare() { + distutils-r1_src_prepare + + # skip installing DLLs + rm -r pyqtbuild/bundle/dlls || die +} |
