summaryrefslogtreecommitdiff
path: root/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-12-31 11:45:37 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-12-31 11:45:37 +0000
commit0f7bcc64cee796c21b0ea6af6e171e89fd33966e (patch)
tree9807c45157c7191f4a297fe4d6f93e94f74d3106 /dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
parent8507777b4ede346b47aafc436295a51890b9cea3 (diff)
gentoo auto-resync : 31:12:2023 - 11:45:37
Diffstat (limited to 'dev-python/qdarkstyle/qdarkstyle-3.1.ebuild')
-rw-r--r--dev-python/qdarkstyle/qdarkstyle-3.1.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
deleted file mode 100644
index 36689ad9eeb0..000000000000
--- a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN="QDarkStyle"
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="A dark style sheet for QtWidgets application"
-HOMEPAGE="
- https://github.com/ColinDuquesnoy/QDarkStyleSheet/
- https://pypi.org/project/QDarkStyle/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
- >=dev-python/QtPy-1.9[gui,${PYTHON_USEDEP}]
-"
-DEPEND="
- test? (
- dev-python/qtsass[${PYTHON_USEDEP}]
- dev-python/watchdog[${PYTHON_USEDEP}]
- >=dev-python/QtPy-1.9[gui,testlib,${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}
-
-pkg_postinst() {
- optfeature "Retrieve detailed system information and report bugs upstream" dev-python/helpdev
- optfeature "qdarkstyle.utils" dev-python/qtsass dev-python/watchdog
-}