[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-12-30 Thread Michał Górny
commit: 7c1ceb689a71ff64f5c4249915dde7b0aae4116e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 31 06:01:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 31 07:17:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c1ceb68

dev-python/qdarkstyle: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/qdarkstyle/Manifest|  3 --
 dev-python/qdarkstyle/qdarkstyle-3.1.ebuild   | 44 ---
 dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild | 44 ---
 dev-python/qdarkstyle/qdarkstyle-3.2.2.ebuild | 44 ---
 4 files changed, 135 deletions(-)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index 3d4fef3c07b8..bf4e488071e5 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1,4 +1 @@
-DIST QDarkStyle-3.1.tar.gz 698602 BLAKE2B 
8c96b2dd5532c9db0c1d813fe0cf049b7cf55ef6469d2ebb21b5ea85fe6ecd23e8a247c45f45cfa674f8012a4a03ea377df8cb7efac8f13c079e2512091ecdc7
 SHA512 
275fe333bcf2502f8f1ef61eca3f82d8909e760e8f88a1605157c5043cb1e4cad97bbb8ddb0464ef2125c1b70f318bfa8f0106d2721d6b9862c162b5f716aa4b
-DIST QDarkStyle-3.2.1.tar.gz 681590 BLAKE2B 
837b56ca96be3a03cc94840c7b70df3c6ef98d9edb7ec2d590dc82a06eef93c7d436746284e6d80e0d87212184ed67725bd40a87242ffae87f2afcaf311bb96e
 SHA512 
435c836c9f5d61345cd9b37c151a990d1abb8c79505820cfb62ed4134f43511825a44709364bd8044e0f3acc9d63e1ccf65984334165707f9b28739f6745df50
-DIST QDarkStyle-3.2.2.tar.gz 698131 BLAKE2B 
98fa7684fb97c1a719b73f893b0d32fcbfb6453f62847bf40a3f92794b1f24c5396c988cff0aa3cbe877615c9762522c911afb15b1765335d9c1ff34a3217d91
 SHA512 
e0f428565280b453af49f12f2c3298fe1d5d78358acfe350d6cbb4d5780a851ab4d10016d2a5836292218e4d114d0c021ac67d0a3b1b62441c32b779275e66b7
 DIST QDarkStyle-3.2.3.tar.gz 700957 BLAKE2B 
be58444ad99dc4814b722aa9ef2b7cf30d8ce92926db60d063cfa3d6ee923de922db2752182ccbf5d6de0f0cf4a29b1fe4085822910e7ddc4ad44e91ec6b5d13
 SHA512 
185d04c89d002da67f63c71b7da1cb13fa941bf75271b089d3d67bcc33011e5c5dcdac6a51854d99711070230596f2cd5c40f7ed2ff99b3ae1fde62fbe260edf

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
deleted file mode 100644
index 36689ad9eeb0..
--- 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
-}

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild
deleted file mode 100644
index c83697e8bea2..
--- a/dev-python/qdarkstyle/qdarkstyle-3.2.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 ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/QtPy-2.0.0[gui,${PYTHON_USEDEP}]
-"
-DEPEND="
-   test? (
-   dev-python/qtsass[${PYTHON_USEDEP}]
-   dev-python/watchdog[${PYTHON_USEDEP}]
-   >=dev-python/QtPy-2.0.0[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
-}

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.2.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.2.ebuild
deleted file mode 

[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-12-30 Thread Sam James
commit: 4b4b81961f6df170719790962443322d21a32809
Author: Sam James  gentoo  org>
AuthorDate: Sat Dec 30 22:22:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Dec 30 22:22:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4b8196

dev-python/qdarkstyle: Stabilize 3.2.3 amd64, #919555

Signed-off-by: Sam James  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild
index 6ff9d3645cbf..a459b1e527d1 100644
--- a/dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
>=dev-python/QtPy-2.0.0[gui,${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-12-30 Thread Arthur Zamarin
commit: b35bf675281940c6152136dce25bde82994d5f3a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 14:29:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 14:29:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b35bf675

dev-python/qdarkstyle: Stabilize 3.2.3 x86, #919555

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild
index c83697e8bea2..6ff9d3645cbf 100644
--- a/dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 x86"
 
 RDEPEND="
>=dev-python/QtPy-2.0.0[gui,${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-11-28 Thread Michał Górny
commit: aa5aa2e083007f67139923b43a76f22877099b26
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 06:33:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 07:44:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5aa2e0

dev-python/qdarkstyle: Bump to 3.2.3

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/qdarkstyle/Manifest|  1 +
 dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index 0bdfa14f4f23..3d4fef3c07b8 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1,3 +1,4 @@
 DIST QDarkStyle-3.1.tar.gz 698602 BLAKE2B 
8c96b2dd5532c9db0c1d813fe0cf049b7cf55ef6469d2ebb21b5ea85fe6ecd23e8a247c45f45cfa674f8012a4a03ea377df8cb7efac8f13c079e2512091ecdc7
 SHA512 
275fe333bcf2502f8f1ef61eca3f82d8909e760e8f88a1605157c5043cb1e4cad97bbb8ddb0464ef2125c1b70f318bfa8f0106d2721d6b9862c162b5f716aa4b
 DIST QDarkStyle-3.2.1.tar.gz 681590 BLAKE2B 
837b56ca96be3a03cc94840c7b70df3c6ef98d9edb7ec2d590dc82a06eef93c7d436746284e6d80e0d87212184ed67725bd40a87242ffae87f2afcaf311bb96e
 SHA512 
435c836c9f5d61345cd9b37c151a990d1abb8c79505820cfb62ed4134f43511825a44709364bd8044e0f3acc9d63e1ccf65984334165707f9b28739f6745df50
 DIST QDarkStyle-3.2.2.tar.gz 698131 BLAKE2B 
98fa7684fb97c1a719b73f893b0d32fcbfb6453f62847bf40a3f92794b1f24c5396c988cff0aa3cbe877615c9762522c911afb15b1765335d9c1ff34a3217d91
 SHA512 
e0f428565280b453af49f12f2c3298fe1d5d78358acfe350d6cbb4d5780a851ab4d10016d2a5836292218e4d114d0c021ac67d0a3b1b62441c32b779275e66b7
+DIST QDarkStyle-3.2.3.tar.gz 700957 BLAKE2B 
be58444ad99dc4814b722aa9ef2b7cf30d8ce92926db60d063cfa3d6ee923de922db2752182ccbf5d6de0f0cf4a29b1fe4085822910e7ddc4ad44e91ec6b5d13
 SHA512 
185d04c89d002da67f63c71b7da1cb13fa941bf75271b089d3d67bcc33011e5c5dcdac6a51854d99711070230596f2cd5c40f7ed2ff99b3ae1fde62fbe260edf

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild
new file mode 100644
index ..c83697e8bea2
--- /dev/null
+++ b/dev-python/qdarkstyle/qdarkstyle-3.2.3.ebuild
@@ -0,0 +1,44 @@
+# 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 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/QtPy-2.0.0[gui,${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   dev-python/qtsass[${PYTHON_USEDEP}]
+   dev-python/watchdog[${PYTHON_USEDEP}]
+   >=dev-python/QtPy-2.0.0[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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-11-27 Thread Michał Górny
commit: 51e8d492e46e5a1041d9c86aa15e20dad3311e30
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov 28 05:02:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov 28 05:19:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51e8d492

dev-python/qdarkstyle: Bump to 3.2.2

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/qdarkstyle/Manifest|  1 +
 dev-python/qdarkstyle/qdarkstyle-3.2.2.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index fa178b914c14..0bdfa14f4f23 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1,2 +1,3 @@
 DIST QDarkStyle-3.1.tar.gz 698602 BLAKE2B 
8c96b2dd5532c9db0c1d813fe0cf049b7cf55ef6469d2ebb21b5ea85fe6ecd23e8a247c45f45cfa674f8012a4a03ea377df8cb7efac8f13c079e2512091ecdc7
 SHA512 
275fe333bcf2502f8f1ef61eca3f82d8909e760e8f88a1605157c5043cb1e4cad97bbb8ddb0464ef2125c1b70f318bfa8f0106d2721d6b9862c162b5f716aa4b
 DIST QDarkStyle-3.2.1.tar.gz 681590 BLAKE2B 
837b56ca96be3a03cc94840c7b70df3c6ef98d9edb7ec2d590dc82a06eef93c7d436746284e6d80e0d87212184ed67725bd40a87242ffae87f2afcaf311bb96e
 SHA512 
435c836c9f5d61345cd9b37c151a990d1abb8c79505820cfb62ed4134f43511825a44709364bd8044e0f3acc9d63e1ccf65984334165707f9b28739f6745df50
+DIST QDarkStyle-3.2.2.tar.gz 698131 BLAKE2B 
98fa7684fb97c1a719b73f893b0d32fcbfb6453f62847bf40a3f92794b1f24c5396c988cff0aa3cbe877615c9762522c911afb15b1765335d9c1ff34a3217d91
 SHA512 
e0f428565280b453af49f12f2c3298fe1d5d78358acfe350d6cbb4d5780a851ab4d10016d2a5836292218e4d114d0c021ac67d0a3b1b62441c32b779275e66b7

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.2.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.2.ebuild
new file mode 100644
index ..c83697e8bea2
--- /dev/null
+++ b/dev-python/qdarkstyle/qdarkstyle-3.2.2.ebuild
@@ -0,0 +1,44 @@
+# 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 ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/QtPy-2.0.0[gui,${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   dev-python/qtsass[${PYTHON_USEDEP}]
+   dev-python/watchdog[${PYTHON_USEDEP}]
+   >=dev-python/QtPy-2.0.0[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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-11-24 Thread Sam James
commit: 32d4f40dc57b3177594788b177e603b75a698a42
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 25 04:56:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 25 04:56:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32d4f40d

dev-python/qdarkstyle: Keyword 3.2.1 arm64, #918039

Signed-off-by: Sam James  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild
index 13cd2cffe65e..c83697e8bea2 100644
--- a/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 RDEPEND="
>=dev-python/QtPy-2.0.0[gui,${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-11-11 Thread Michał Górny
commit: 064f083a1103c42778bd232c8bd193446b018b5d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 08:36:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:42:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=064f083a

dev-python/qdarkstyle: Bump to 3.2.1

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/qdarkstyle/Manifest|  1 +
 dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index d25371ae78f2..dbf4810b43bd 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1,2 +1,3 @@
 DIST QDarkStyle-3.1.tar.gz 698602 BLAKE2B 
8c96b2dd5532c9db0c1d813fe0cf049b7cf55ef6469d2ebb21b5ea85fe6ecd23e8a247c45f45cfa674f8012a4a03ea377df8cb7efac8f13c079e2512091ecdc7
 SHA512 
275fe333bcf2502f8f1ef61eca3f82d8909e760e8f88a1605157c5043cb1e4cad97bbb8ddb0464ef2125c1b70f318bfa8f0106d2721d6b9862c162b5f716aa4b
+DIST QDarkStyle-3.2.1.tar.gz 681590 BLAKE2B 
837b56ca96be3a03cc94840c7b70df3c6ef98d9edb7ec2d590dc82a06eef93c7d436746284e6d80e0d87212184ed67725bd40a87242ffae87f2afcaf311bb96e
 SHA512 
435c836c9f5d61345cd9b37c151a990d1abb8c79505820cfb62ed4134f43511825a44709364bd8044e0f3acc9d63e1ccf65984334165707f9b28739f6745df50
 DIST QDarkStyle-3.2.tar.gz 697274 BLAKE2B 
f2626ec9fdbb792f6ffaa7967da0d1175ca8f0ce5b4b279f90434ad6b926156a29a56e637a2dec01ffcba8c5e9a544adc6cf6b4c515084a786de56ae388e0e36
 SHA512 
d6771a02e4be7dc43b991a887080a7147465488b1f8ae9ed64a75d838ce8de6336e14074d5eabaa8a67a5ea90a30bb911a1f033bdeb999b290243bec449000a0

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild
new file mode 100644
index ..13cd2cffe65e
--- /dev/null
+++ b/dev-python/qdarkstyle/qdarkstyle-3.2.1.ebuild
@@ -0,0 +1,44 @@
+# 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-2.0.0[gui,${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   dev-python/qtsass[${PYTHON_USEDEP}]
+   dev-python/watchdog[${PYTHON_USEDEP}]
+   >=dev-python/QtPy-2.0.0[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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-11-11 Thread Michał Górny
commit: 71be73546ea1342b044b9ed63bd3363a4d14b9bc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov 11 08:42:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov 11 08:42:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71be7354

dev-python/qdarkstyle: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/qdarkstyle/Manifest  |  1 -
 dev-python/qdarkstyle/qdarkstyle-3.2.ebuild | 44 -
 2 files changed, 45 deletions(-)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index dbf4810b43bd..fa178b914c14 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1,3 +1,2 @@
 DIST QDarkStyle-3.1.tar.gz 698602 BLAKE2B 
8c96b2dd5532c9db0c1d813fe0cf049b7cf55ef6469d2ebb21b5ea85fe6ecd23e8a247c45f45cfa674f8012a4a03ea377df8cb7efac8f13c079e2512091ecdc7
 SHA512 
275fe333bcf2502f8f1ef61eca3f82d8909e760e8f88a1605157c5043cb1e4cad97bbb8ddb0464ef2125c1b70f318bfa8f0106d2721d6b9862c162b5f716aa4b
 DIST QDarkStyle-3.2.1.tar.gz 681590 BLAKE2B 
837b56ca96be3a03cc94840c7b70df3c6ef98d9edb7ec2d590dc82a06eef93c7d436746284e6d80e0d87212184ed67725bd40a87242ffae87f2afcaf311bb96e
 SHA512 
435c836c9f5d61345cd9b37c151a990d1abb8c79505820cfb62ed4134f43511825a44709364bd8044e0f3acc9d63e1ccf65984334165707f9b28739f6745df50
-DIST QDarkStyle-3.2.tar.gz 697274 BLAKE2B 
f2626ec9fdbb792f6ffaa7967da0d1175ca8f0ce5b4b279f90434ad6b926156a29a56e637a2dec01ffcba8c5e9a544adc6cf6b4c515084a786de56ae388e0e36
 SHA512 
d6771a02e4be7dc43b991a887080a7147465488b1f8ae9ed64a75d838ce8de6336e14074d5eabaa8a67a5ea90a30bb911a1f033bdeb999b290243bec449000a0

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.ebuild
deleted file mode 100644
index 4866a1e50a19..
--- a/dev-python/qdarkstyle/qdarkstyle-3.2.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=""
-
-RDEPEND="
-   >=dev-python/QtPy-2.0.0[gui,${PYTHON_USEDEP}]
-"
-DEPEND="
-   test? (
-   dev-python/qtsass[${PYTHON_USEDEP}]
-   dev-python/watchdog[${PYTHON_USEDEP}]
-   >=dev-python/QtPy-2.0.0[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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-11-08 Thread Andrew Ammerlaan
commit: 8ab5edb52b62b16eab49fe5b21249ef55ac371a3
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Nov  8 09:32:12 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Nov  8 09:35:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab5edb5

dev-python/qdarkstyle: add 3.2

No keywords due to:
https://github.com/ColinDuquesnoy/QDarkStyleSheet/issues/337

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/qdarkstyle/Manifest  |  1 +
 dev-python/qdarkstyle/qdarkstyle-3.2.ebuild | 44 +
 2 files changed, 45 insertions(+)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index 96a5e8882808..d25371ae78f2 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1 +1,2 @@
 DIST QDarkStyle-3.1.tar.gz 698602 BLAKE2B 
8c96b2dd5532c9db0c1d813fe0cf049b7cf55ef6469d2ebb21b5ea85fe6ecd23e8a247c45f45cfa674f8012a4a03ea377df8cb7efac8f13c079e2512091ecdc7
 SHA512 
275fe333bcf2502f8f1ef61eca3f82d8909e760e8f88a1605157c5043cb1e4cad97bbb8ddb0464ef2125c1b70f318bfa8f0106d2721d6b9862c162b5f716aa4b
+DIST QDarkStyle-3.2.tar.gz 697274 BLAKE2B 
f2626ec9fdbb792f6ffaa7967da0d1175ca8f0ce5b4b279f90434ad6b926156a29a56e637a2dec01ffcba8c5e9a544adc6cf6b4c515084a786de56ae388e0e36
 SHA512 
d6771a02e4be7dc43b991a887080a7147465488b1f8ae9ed64a75d838ce8de6336e14074d5eabaa8a67a5ea90a30bb911a1f033bdeb999b290243bec449000a0

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.2.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.2.ebuild
new file mode 100644
index ..4866a1e50a19
--- /dev/null
+++ b/dev-python/qdarkstyle/qdarkstyle-3.2.ebuild
@@ -0,0 +1,44 @@
+# 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=""
+
+RDEPEND="
+   >=dev-python/QtPy-2.0.0[gui,${PYTHON_USEDEP}]
+"
+DEPEND="
+   test? (
+   dev-python/qtsass[${PYTHON_USEDEP}]
+   dev-python/watchdog[${PYTHON_USEDEP}]
+   >=dev-python/QtPy-2.0.0[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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-10-26 Thread Michał Górny
commit: ddd6d52443f0e80d994f8bbf6ab5c07b4edc6b8a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Oct 26 13:16:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Oct 26 13:36:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddd6d524

dev-python/qdarkstyle: Make tests more reliable

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-3.1.ebuild | 29 -
 1 file changed, 20 insertions(+), 9 deletions(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
index 1ef2f4f8a6d1..36689ad9eeb0 100644
--- a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
@@ -3,30 +3,41 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..12} )
 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;
+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}]
-)"
+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



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-09-14 Thread Andrew Ammerlaan
commit: a09a325571bbe199f885e75a829fab02cd4926aa
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 14 10:31:15 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 14 11:01:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09a3255

dev-python/qdarkstyle: enable py3.12

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
index 602042a1e973..1ef2f4f8a6d1 100644
--- a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 PYPI_PN="QDarkStyle"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-09-14 Thread Andrew Ammerlaan
commit: 706e8a4a3c297ac9f9a696bbef44dd5f41897ec6
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 14 10:31:36 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 14 11:01:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706e8a4a

dev-python/qdarkstyle: add github upstream metadata

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/qdarkstyle/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/qdarkstyle/metadata.xml 
b/dev-python/qdarkstyle/metadata.xml
index 73eb8f7380ec..c46f6065da11 100644
--- a/dev-python/qdarkstyle/metadata.xml
+++ b/dev-python/qdarkstyle/metadata.xml
@@ -7,6 +7,7 @@


QDarkStyle
+   ColinDuquesnoy/QDarkStyleSheet


 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-03-25 Thread Michał Górny
commit: 3630b163d7315b0b4bb4b884a4531305abfa28c2
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 24 13:53:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 25 17:18:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3630b163

dev-python/qdarkstyle: Use pypi.eclass

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-3.1.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
index 110ffd4f257d..602042a1e973 100644
--- a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
@@ -5,14 +5,13 @@ EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
-inherit distutils-r1 optfeature
+PYPI_NO_NORMALIZE=1
+PYPI_PN="QDarkStyle"
 
-MY_PN="QDarkStyle"
+inherit distutils-r1 optfeature pypi
 
 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"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2023-03-16 Thread Michał Górny
commit: 62bd42fb6fa9254746295bcb74860677493c30f1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 16 18:10:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 18:11:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62bd42fb

dev-python/qdarkstyle: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/qdarkstyle/Manifest|  1 -
 dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild | 40 ---
 2 files changed, 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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2022-07-10 Thread Sam James
commit: 71c058c7ed27ee61430fceb2bb0a7c470e7f94c3
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 10 22:27:25 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 10 22:27:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c058c7

dev-python/qdarkstyle: Stabilize 3.1 ALLARCHES, #857393

Signed-off-by: Sam James  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
index be9e061855b7..0a87a186625d 100644
--- a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=dev-python/QtPy-1.9[gui,${PYTHON_USEDEP}]"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2022-06-08 Thread Andrew Ammerlaan
commit: 4430773b229db8a2e8b7e400a13e9890c6ff6fa6
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed May 25 11:06:11 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun  8 19:15:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4430773b

dev-python/qdarkstyle: enable py3.11

Signed-off-by: Andrew Ammerlaan  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/25577
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
index 71c665275163..be9e061855b7 100644
--- a/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1 optfeature
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2022-06-01 Thread Andrew Ammerlaan
commit: 62eaeab7aa249317db3568c10a28a25df88023ec
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Jun  1 08:56:14 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Jun  1 09:20:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62eaeab7

dev-python/qdarkstyle: add 3.1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/qdarkstyle/Manifest  |  1 +
 dev-python/qdarkstyle/qdarkstyle-3.1.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index 423d9dc1df12..abae82f8b4ee 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1 +1,2 @@
 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.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
new file mode 100644
index ..71c665275163
--- /dev/null
+++ b/dev-python/qdarkstyle/qdarkstyle-3.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+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"
+
+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
+
+pkg_postinst() {
+   optfeature "Retrieve detailed system information and report bugs 
upstream" dev-python/helpdev
+   optfeature "qdarkstyle.utils" dev-python/qtsass dev-python/watchdog
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2022-05-24 Thread Michał Górny
commit: 81683b2bf7c7b5fa76be690d3ef120248c8eb392
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 25 04:35:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 25 04:43:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81683b2b

dev-python/qdarkstyle: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/qdarkstyle/Manifest|  2 -
 dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 61 ---
 dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild | 42 --
 3 files changed, 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..
--- 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..
--- 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() {
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2022-01-08 Thread Jakov Smolić
commit: 62b0a7e9d932e146f63c0af7c9eab86c826f5472
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sat Jan  8 18:01:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sat Jan  8 18:01:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62b0a7e9

dev-python/qdarkstyle: Stabilize 3.0.3 ALLARCHES, #830782

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild
index 25c68c9ea48f..9e8e925e3e59 100644
--- a/dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # TODO: Figure out how to get this to work
 # Please pass a palette class in order to create its qrc file



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2021-12-07 Thread Andrew Ammerlaan
commit: 32678dc56e233f36bcb080c5174e3a5a0312bb66
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue Dec  7 10:20:09 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue Dec  7 10:20:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32678dc5

dev-python/qdarkstyle: add version 3.0.3

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/qdarkstyle/Manifest|  1 +
 dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index c20ff0ee5356..495635fc5ddb 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1,2 +1,3 @@
+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-3.0.3.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild
new file mode 100644
index ..25c68c9ea48f
--- /dev/null
+++ b/dev-python/qdarkstyle/qdarkstyle-3.0.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2021-10-20 Thread Andrew Ammerlaan
commit: 1bf3664a42e8cb8636915a57b02843a2b6fa41c5
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed Oct 20 11:28:52 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed Oct 20 11:29:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf3664a

dev-python/qdarkstyle: enable python3.10

Closes: https://bugs.gentoo.org/809122
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild
index 632c8dc3d7a..6069541ac9f 100644
--- a/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild
@@ -3,8 +3,7 @@
 
 EAPI=7
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1 optfeature
 
@@ -20,6 +19,8 @@ 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}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2021-05-18 Thread Sam James
commit: bd7e9cf5b1309eb439c5bdf2767c166bcb912bc7
Author: Sam James  gentoo  org>
AuthorDate: Wed May 19 00:16:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May 19 00:16:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd7e9cf5

dev-python/qdarkstyle: Stabilize 3.0.2 ALLARCHES, #790989

Signed-off-by: Sam James  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild
index 6d530d329ce..632c8dc3d7a 100644
--- a/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/ColinDuquesnoy/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 # TODO: Figure out how to get this to work
 # Please pass a palette class in order to create its qrc file



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2021-04-09 Thread Joonas Niilola
commit: d892280eb0db96a14d89c0b5d64bcd718fb9fc38
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sat Apr  3 10:15:33 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  9 12:20:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d892280e

dev-python/qdarkstyle: add 3.0.2

Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/qdarkstyle/Manifest|  1 +
 dev-python/qdarkstyle/metadata.xml|  1 +
 dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild | 41 +++
 3 files changed, 43 insertions(+)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index ed582f0bbc8..c20ff0ee535 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1 +1,2 @@
 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/metadata.xml 
b/dev-python/qdarkstyle/metadata.xml
index 3bac6413413..5f2c8937160 100644
--- a/dev-python/qdarkstyle/metadata.xml
+++ b/dev-python/qdarkstyle/metadata.xml
@@ -12,4 +12,5 @@

QDarkStyle

+   
 

diff --git a/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild
new file mode 100644
index 000..6d530d329ce
--- /dev/null
+++ b/dev-python/qdarkstyle/qdarkstyle-3.0.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+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
+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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2020-10-16 Thread Joonas Niilola
commit: b5e3ed50a43db1a57ddf7258a2b746f9889f60ac
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Oct 16 15:57:39 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 16 16:46:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5e3ed50

dev-python/qdarkstyle: stabilize 2.8.1 on x86

Bug: https://bugs.gentoo.org/749402
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
index 637111a307f..d710c6ab4ce 100644
--- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/ColinDuquesnoy/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 IUSE="examples"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2020-10-16 Thread Joonas Niilola
commit: 2ed891b9d8baa2541f4e02d33c7abe73f31bc628
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Oct 16 16:45:58 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Oct 16 16:46:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ed891b9

dev-python/qdarkstyle: stabilize 2.8.1 on amd64

Closes: https://bugs.gentoo.org/749402
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
index d710c6ab4ce..8cd0381ec5d 100644
--- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/ColinDuquesnoy/${MY_PN}/archive/v${PV}.tar.gz -> ${P
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 IUSE="examples"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2020-07-31 Thread Matt Turner
commit: 0d4c04f8fa18ec006d0841c9184e09d10b752c07
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Jul 19 16:40:01 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 31 19:42:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d4c04f8

dev-python/qdarkstyle: add missing dep flag

Bug: https://bugs.gentoo.org/733194
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/16747
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 13 +
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
index 2e031c10132..fd2c520e477 100644
--- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -21,10 +21,15 @@ KEYWORDS="~amd64 ~x86"
 
 IUSE="examples"
 
-RDEPEND=">=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}]
-   >=dev-python/QtPy-1.7[${PYTHON_USEDEP}]"
-
-DEPEND="test? ( dev-python/qtsass[${PYTHON_USEDEP}] )"
+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



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2020-07-16 Thread Matt Turner
commit: 904fea0f8d69841f4607dc1749b21945c4473bc0
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Jul  1 18:52:10 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 17 04:13:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904fea0f

dev-python/qdarkstyle: add py3_9

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Matt Turner  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
index 9e29ded805c..2e031c10132 100644
--- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6,7,8,9} )
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2020-03-27 Thread Joonas Niilola
commit: c8f06ea53d6fea360fc156620610b943b86a7ece
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Mar 27 16:38:18 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Mar 27 16:38:54 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f06ea5

dev-python/qdarkstyle: fix doc building

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
index a84793dfaed..9e29ded805c 100644
--- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -27,7 +27,7 @@ RDEPEND=">=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}]
 DEPEND="test? ( dev-python/qtsass[${PYTHON_USEDEP}] )"
 
 distutils_enable_tests pytest
-distutils_enable_sphinx doc dev-python/sphinx_rtd_theme dev-python/m2r
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme dev-python/m2r
 
 S="${WORKDIR}/${MY_PN}-${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2020-03-27 Thread Joonas Niilola
commit: 54ae3994070ad600cfef39ff53262ec9c2191e03
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Mar 27 16:24:46 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Mar 27 16:25:02 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54ae3994

dev-python/qdarkstyle: add missing die call

Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
index 6e23dfa14a6..a84793dfaed 100644
--- a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -42,7 +42,7 @@ python_prepare_all() {
 python_test() {
# tests look for a file in source dir that is not installed
PYTHONPATH="${S}"
-   cd "${S}"
+   cd "${S}" || die
pytest -vv || die "Tests fail with ${EPYTHON}"
 }
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2020-03-27 Thread Joonas Niilola
commit: ff017e8e52ac7eeec955b27bde34ecca8093e12a
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Thu Mar 19 12:01:53 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Mar 27 16:25:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff017e8e

dev-python/qdarkstyle: version bump 2.8

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/qdarkstyle/Manifest|  2 +-
 dev-python/qdarkstyle/qdarkstyle-2.7.ebuild   | 43 
 dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild | 56 +++
 3 files changed, 57 insertions(+), 44 deletions(-)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
index 963ab616a93..ed582f0bbc8 100644
--- a/dev-python/qdarkstyle/Manifest
+++ b/dev-python/qdarkstyle/Manifest
@@ -1 +1 @@
-DIST qdarkstyle-2.7.tar.gz 9156490 BLAKE2B 
6c1c21c728725f391802b30acb6365dbd073328158fb3a60b4e2b5bb846337149c166ab447b1e84a404b01b4bc41e1292fff974b2a9756c6c42f4b40754c9a0b
 SHA512 
6185cb85009d62a74021c3267039c6309757909903d67a1b67315877b84d4ffbc468f49cbe54ca4c7319710ea74652a3013e574698d2037cc4f2d83c9fb2b28e
+DIST qdarkstyle-2.8.1.tar.gz 7883937 BLAKE2B 
fd5a35467c6c47e9eb135d4a119b3f382bfe20b9b0ac2d407fef7113e5ce4d914f3d8e462d26a71b8f1494f42b71a4f8819b0eb2c6579d87ca9dd497d09d39d7
 SHA512 
10c3f834b1ea50f665c2ce3fde16533c7dfc62c2d055afcc7d2434c09d14fb9a6181b73ce12d3af72897b9d26b41db81cc76e7c7cb6112eef097cd86630b6532

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
deleted file mode 100644
index ef8b2be9d96..000
--- a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit eutils distutils-r1
-
-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/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-IUSE="examples test doc"
-
-RDEPEND=">=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}]
-   doc? ( dev-python/m2r[${PYTHON_USEDEP}] )
-   examples? ( >=dev-python/QtPy-1.7[${PYTHON_USEDEP}] )"
-
-DEPEND="test? ( dev-python/QtPy[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-python_install_all() {
-   if use examples; then
-   insinto /usr/share/${PN}
-   doins -r example
-   fi
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   optfeature "qdarkstyle.utils" dev-python/qtsass
-}

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
new file mode 100644
index 000..6e23dfa14a6
--- /dev/null
+++ b/dev-python/qdarkstyle/qdarkstyle-2.8.1.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit eutils distutils-r1
+
+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[${PYTHON_USEDEP}]"
+
+DEPEND="test? ( dev-python/qtsass[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx doc 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}"
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2020-01-06 Thread Joonas Niilola
commit: 3568d38e4c359da4bd6f64eff8f8730ee5656842
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Jan  6 17:35:06 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Jan  7 03:50:12 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3568d38e

dev-python/qdarkstyle: Fix optfeature message

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andrew Ammerlaan  riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/14247
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/qdarkstyle/qdarkstyle-2.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
index 20c0c4008a4..ef8b2be9d96 100644
--- a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
+++ b/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
@@ -39,5 +39,5 @@ python_install_all() {
 }
 
 pkg_postinst() {
-   optfeature "To use qdarkstyle.utils please install" 
dev-python/qtsass
+   optfeature "qdarkstyle.utils" dev-python/qtsass
 }



[gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/

2020-01-05 Thread Joonas Niilola
commit: 006c4aaf9fe73481e2c6412214add7bca062ce35
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Fri Dec 27 13:11:27 2019 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jan  5 10:09:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=006c4aaf

dev-python/qdarkstyle: A dark style sheet for QtWidgets application

New dependency of dev-python/spyder-4.0.0

Bug: https://bugs.gentoo.org/702458
Signed-off-by: Andrew Ammerlaan  riseup.net>
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/qdarkstyle/Manifest  |  1 +
 dev-python/qdarkstyle/metadata.xml  | 13 +
 dev-python/qdarkstyle/qdarkstyle-2.7.ebuild | 43 +
 3 files changed, 57 insertions(+)

diff --git a/dev-python/qdarkstyle/Manifest b/dev-python/qdarkstyle/Manifest
new file mode 100644
index 000..963ab616a93
--- /dev/null
+++ b/dev-python/qdarkstyle/Manifest
@@ -0,0 +1 @@
+DIST qdarkstyle-2.7.tar.gz 9156490 BLAKE2B 
6c1c21c728725f391802b30acb6365dbd073328158fb3a60b4e2b5bb846337149c166ab447b1e84a404b01b4bc41e1292fff974b2a9756c6c42f4b40754c9a0b
 SHA512 
6185cb85009d62a74021c3267039c6309757909903d67a1b67315877b84d4ffbc468f49cbe54ca4c7319710ea74652a3013e574698d2037cc4f2d83c9fb2b28e

diff --git a/dev-python/qdarkstyle/metadata.xml 
b/dev-python/qdarkstyle/metadata.xml
new file mode 100644
index 000..20ab94177c1
--- /dev/null
+++ b/dev-python/qdarkstyle/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   
+   andrewammerl...@riseup.net
+   Andrew Ammerlaan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+

diff --git a/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild 
b/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
new file mode 100644
index 000..20c0c4008a4
--- /dev/null
+++ b/dev-python/qdarkstyle/qdarkstyle-2.7.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit eutils distutils-r1
+
+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/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+IUSE="examples test doc"
+
+RDEPEND=">=dev-python/helpdev-0.6.2[${PYTHON_USEDEP}]
+   doc? ( dev-python/m2r[${PYTHON_USEDEP}] )
+   examples? ( >=dev-python/QtPy-1.7[${PYTHON_USEDEP}] )"
+
+DEPEND="test? ( dev-python/QtPy[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx doc dev-python/sphinx_rtd_theme
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+python_install_all() {
+   if use examples; then
+   insinto /usr/share/${PN}
+   doins -r example
+   fi
+   distutils-r1_python_install_all
+}
+
+pkg_postinst() {
+   optfeature "To use qdarkstyle.utils please install" 
dev-python/qtsass
+}