diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-25 06:35:08 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-25 06:43:10 +0200 |
commit | 81683b2bf7c7b5fa76be690d3ef120248c8eb392 (patch) | |
tree | 957539fc705ec7c1595797ee8be8146550365b62 /dev-python/qdarkstyle | |
parent | sys-kernel/genkernel: now with keyutils (diff) | |
download | gentoo-81683b2bf7c7b5fa76be690d3ef120248c8eb392.tar.gz gentoo-81683b2bf7c7b5fa76be690d3ef120248c8eb392.tar.bz2 gentoo-81683b2bf7c7b5fa76be690d3ef120248c8eb392.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 | 2 | ||||
-rw-r--r-- | dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 61 | ||||
-rw-r--r-- | dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild | 42 |
3 files changed, 0 insertions, 105 deletions
diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest index 495635fc5ddb..423d9dc1df12 100644 --- a/dev-python/qdarkstyle/Manifest +++ b/dev-python/qdarkstyle/Manifest @@ -1,3 +1 @@ DIST QDarkStyle-3.0.3.tar.gz 431182 BLAKE2B 3c9406aca5d01c3682123e044d2e5417b300b724c6366a411a00211b482582b26c687128f6c32e7a95a29fb70c3a322fd525483c48120e5671ddff713e4e0035 SHA512 2c44a4469971b127f7fb8c9a5bce452c98653aaf29dcdb7e0df2da7557d6730d64ebf6a649f8516fb13a2d4e77d0fdadc293457d94406d8e7491be3fd52a9313 -DIST qdarkstyle-2.8.1.tar.gz 7883937 BLAKE2B fd5a35467c6c47e9eb135d4a119b3f382bfe20b9b0ac2d407fef7113e5ce4d914f3d8e462d26a71b8f1494f42b71a4f8819b0eb2c6579d87ca9dd497d09d39d7 SHA512 10c3f834b1ea50f665c2ce3fde16533c7dfc62c2d055afcc7d2434c09d14fb9a6181b73ce12d3af72897b9d26b41db81cc76e7c7cb6112eef097cd86630b6532 -DIST qdarkstyle-3.0.2.tar.gz 8330772 BLAKE2B c64524e2ecc23b714d6f5df6cea007846c6a9b1d5805d12e23c53e27c0411900730c656583bb5446bc343018e4fb1e110994c646e277ee0f3a3a7553df77f3ca SHA512 ef4ffc82fe3b72d89deb5dc98fc7319dbd6dc0bae530bdf612477c44934f587c497f8a9ec9d060fc8fcafdc918447f4dbbab20225f1e5cbf2146bcde83d0ce20 diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild deleted file mode 100644 index 7fe35e187bc1..000000000000 --- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8,9} ) - -DISTUTILS_USE_SETUPTOOLS=rdepend - -inherit distutils-r1 optfeature - -MY_PN="QDarkStyleSheet" - -DESCRIPTION="A dark style sheet for QtWidgets application" -HOMEPAGE="https://github.com/ColinDuquesnoy/QDarkStyleSheet" -SRC_URI="https://github.com/ColinDuquesnoy/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" - -IUSE="examples" - -RDEPEND=" - >=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}] - >=dev-python/QtPy-1.7[gui,${PYTHON_USEDEP}] -" - -DEPEND="test? ( - dev-python/qtsass[${PYTHON_USEDEP}] - >=dev-python/QtPy-1.7[gui,testlib,${PYTHON_USEDEP}] -)" - -distutils_enable_tests pytest -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/m2r - -S="${WORKDIR}/${MY_PN}-${PV}" - -python_prepare_all() { - #/var/tmp/portage/dev-python/qdarkstyle-2.8/temp/environment: line 2949: 66 Aborted (core dumped) pytest -vv - sed -i -e 's:test_create_custom_qss:_&:' \ - test/test_sass_compiler.py || die - - distutils-r1_python_prepare_all -} - -python_test() { - # tests look for a file in source dir that is not installed - PYTHONPATH="${S}" - cd "${S}" || die - pytest -vv || die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - use examples && dodoc -r example - distutils-r1_python_install_all -} - -pkg_postinst() { - optfeature "qdarkstyle.utils" dev-python/qtsass -} diff --git a/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild b/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild deleted file mode 100644 index 6069541ac9f2..000000000000 --- a/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 optfeature - -MY_PN="QDarkStyleSheet" - -DESCRIPTION="A dark style sheet for QtWidgets application" -HOMEPAGE="https://github.com/ColinDuquesnoy/QDarkStyleSheet" -SRC_URI="https://github.com/ColinDuquesnoy/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -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 -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme - -S="${WORKDIR}/${MY_PN}-${PV}" - -pkg_postinst() { - optfeature "Retrieve detailed system information and report bugs upstream" dev-python/helpdev - optfeature "qdarkstyle.utils" dev-python/qtsass dev-python/watchdog -} |