diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-03-17 00:25:50 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-03-17 00:25:50 +0000 |
commit | 48dbe17904ac8ee6f006488d8f21734b0d253db4 (patch) | |
tree | 90c7f087cbefd4ac6b893072d309e75dbf019f76 /dev-python/qdarkstyle | |
parent | 7972abc05090180dcc09d2b16af4020ce1cd1841 (diff) |
gentoo auto-resync : 17:03:2023 - 00:25:50
Diffstat (limited to 'dev-python/qdarkstyle')
-rw-r--r-- | dev-python/qdarkstyle/Manifest | 2 | ||||
-rw-r--r-- | dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild | 40 |
2 files changed, 0 insertions, 42 deletions
diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest index 54787708fbd3..0a10afb696ed 100644 --- a/dev-python/qdarkstyle/Manifest +++ b/dev-python/qdarkstyle/Manifest @@ -1,5 +1,3 @@ -DIST QDarkStyle-3.0.3.tar.gz 431182 BLAKE2B 3c9406aca5d01c3682123e044d2e5417b300b724c6366a411a00211b482582b26c687128f6c32e7a95a29fb70c3a322fd525483c48120e5671ddff713e4e0035 SHA512 2c44a4469971b127f7fb8c9a5bce452c98653aaf29dcdb7e0df2da7557d6730d64ebf6a649f8516fb13a2d4e77d0fdadc293457d94406d8e7491be3fd52a9313 DIST QDarkStyle-3.1.tar.gz 698602 BLAKE2B 8c96b2dd5532c9db0c1d813fe0cf049b7cf55ef6469d2ebb21b5ea85fe6ecd23e8a247c45f45cfa674f8012a4a03ea377df8cb7efac8f13c079e2512091ecdc7 SHA512 275fe333bcf2502f8f1ef61eca3f82d8909e760e8f88a1605157c5043cb1e4cad97bbb8ddb0464ef2125c1b70f318bfa8f0106d2721d6b9862c162b5f716aa4b -EBUILD qdarkstyle-3.0.3.ebuild 1151 BLAKE2B be06d6091934ece51ae6909ca73b22a08aeff0e10ef5fcf8fe97b2f3533866c435a39f4fa69426136eb1509c748eadee00b8e9788a77bf63c22eb6566e327455 SHA512 772c8fcd15561ac216829a0501f24ece2befdb7e4f66abf14e9ed09de00c148746b0f47cd98317692c35ee8caa47c48e5558bafe1210a1e54a09eddffcdebcdd EBUILD qdarkstyle-3.1.ebuild 914 BLAKE2B d7c91573059f85b061bc0e27df70cc9d9b464ce9ce9be6c17a8398df5da678aa80e45cb4089407b5cec258054eb73d368abe75f17472cc5e2d98aa6103d6347d SHA512 a73398dbaeabf2574fc954bd20f55bf18e35b420a391f01e739beebdbfb71dc7ddd1b4b3bc2375373fd062a8519c2081f90276e36d4c20370bbf667d6eaf9b8e MISC metadata.xml 356 BLAKE2B 16d4b6d558d5acf0b812a0e739f6073445ee1a9c02fa9cf334d74f29cda84e3a1cbe9e8a5f6c9d09c68606a0273f83f528b738c524aad97fe2365d855d627984 SHA512 487500f2a0f1d7b2389f5a0b2b9da6185746a4a1702037ed3ab982635c9663925cf999a7df400aa98aa0d4ff2b2d2bb0fae7c14f1a6c4d47d4cd8964f8e1471c diff --git a/dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild b/dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild deleted file mode 100644 index 3d6f3a8361b9..000000000000 --- a/dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..10} ) - -inherit distutils-r1 optfeature - -MY_PN="QDarkStyle" - -DESCRIPTION="A dark style sheet for QtWidgets application" -HOMEPAGE="https://github.com/ColinDuquesnoy/QDarkStyleSheet" -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" -S="${WORKDIR}/${MY_PN}-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -# TODO: Figure out how to get this to work -# Please pass a palette class in order to create its qrc file -# This appears to be fundamentally broken: test calls create_qss() without -# argument and that function does sys.exit(1) if the argument is None. -RESTRICT="test" - -RDEPEND=">=dev-python/QtPy-1.7[gui,${PYTHON_USEDEP}]" - -DEPEND="test? ( - dev-python/qtsass[${PYTHON_USEDEP}] - dev-python/watchdog[${PYTHON_USEDEP}] - >=dev-python/QtPy-1.7[gui,testlib,${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest - -pkg_postinst() { - optfeature "Retrieve detailed system information and report bugs upstream" dev-python/helpdev - optfeature "qdarkstyle.utils" dev-python/qtsass dev-python/watchdog -} |