mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
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>
This commit is contained in:
parent
8e6e67f186
commit
65595a97d3
@ -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
|
||||
|
||||
30
dev-python/pyqt-builder/pyqt-builder-1.19.1.ebuild
Normal file
30
dev-python/pyqt-builder/pyqt-builder-1.19.1.ebuild
Normal file
@ -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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user