diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:10:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-16 19:11:28 +0100 |
commit | 62bd42fb6fa9254746295bcb74860677493c30f1 (patch) | |
tree | 1a6d5b2b7c2de5edbaa752c9714ba73e3f4ca8a1 /dev-python/qdarkstyle | |
parent | dev-python/pythran: Remove old (diff) | |
download | gentoo-62bd42fb6fa9254746295bcb74860677493c30f1.tar.gz gentoo-62bd42fb6fa9254746295bcb74860677493c30f1.tar.bz2 gentoo-62bd42fb6fa9254746295bcb74860677493c30f1.zip |
dev-python/qdarkstyle: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/qdarkstyle')
-rw-r--r-- | dev-python/qdarkstyle/Manifest | 1 | ||||
-rw-r--r-- | dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest index abae82f8b4ee..96a5e8882808 100644 --- a/dev-python/qdarkstyle/Manifest +++ b/dev-python/qdarkstyle/Manifest @@ -1,2 +1 @@ -DIST QDarkStyle-3.0.3.tar.gz 431182 BLAKE2B 3c9406aca5d01c3682123e044d2e5417b300b724c6366a411a00211b482582b26c687128f6c32e7a95a29fb70c3a322fd525483c48120e5671ddff713e4e0035 SHA512 2c44a4469971b127f7fb8c9a5bce452c98653aaf29dcdb7e0df2da7557d6730d64ebf6a649f8516fb13a2d4e77d0fdadc293457d94406d8e7491be3fd52a9313 DIST QDarkStyle-3.1.tar.gz 698602 BLAKE2B 8c96b2dd5532c9db0c1d813fe0cf049b7cf55ef6469d2ebb21b5ea85fe6ecd23e8a247c45f45cfa674f8012a4a03ea377df8cb7efac8f13c079e2512091ecdc7 SHA512 275fe333bcf2502f8f1ef61eca3f82d8909e760e8f88a1605157c5043cb1e4cad97bbb8ddb0464ef2125c1b70f318bfa8f0106d2721d6b9862c162b5f716aa4b 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 -} |