public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrew Ammerlaan" <andrewammerlaan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/
Date: Wed,  1 Jun 2022 09:20:58 +0000 (UTC)	[thread overview]
Message-ID: <1654075245.62eaeab7aa249317db3568c10a28a25df88023ec.andrewammerlaan@gentoo> (raw)

commit:     62eaeab7aa249317db3568c10a28a25df88023ec
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  1 08:56:14 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Wed Jun  1 09:20:45 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62eaeab7

dev-python/qdarkstyle: add 3.1

Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> 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 000000000000..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
+}


             reply	other threads:[~2022-06-01  9:21 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-01  9:20 Andrew Ammerlaan [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-03 16:08 [gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/ Andrew Ammerlaan
2023-12-31  7:17 Michał Górny
2023-12-30 22:23 Sam James
2023-12-30 14:29 Arthur Zamarin
2023-11-29  7:44 Michał Górny
2023-11-28  5:26 Michał Górny
2023-11-25  4:56 Sam James
2023-11-11  8:42 Michał Górny
2023-11-11  8:42 Michał Górny
2023-11-08  9:35 Andrew Ammerlaan
2023-10-26 13:37 Michał Górny
2023-09-14 11:02 Andrew Ammerlaan
2023-09-14 11:02 Andrew Ammerlaan
2023-03-25 17:19 Michał Górny
2023-03-16 18:13 Michał Górny
2022-07-10 22:28 Sam James
2022-06-08 19:16 Andrew Ammerlaan
2022-05-25  4:43 Michał Górny
2022-01-08 18:03 Jakov Smolić
2021-12-07 10:37 Andrew Ammerlaan
2021-10-20 11:29 Andrew Ammerlaan
2021-05-19  0:19 Sam James
2021-04-09 12:21 Joonas Niilola
2020-10-16 16:46 Joonas Niilola
2020-10-16 16:46 Joonas Niilola
2020-07-31 19:42 Matt Turner
2020-07-17  4:14 Matt Turner
2020-03-27 16:39 Joonas Niilola
2020-03-27 16:25 Joonas Niilola
2020-03-27 16:25 Joonas Niilola
2020-01-07  4:08 Joonas Niilola
2020-01-05 10:10 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1654075245.62eaeab7aa249317db3568c10a28a25df88023ec.andrewammerlaan@gentoo \
    --to=andrewammerlaan@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox