public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/qdarkstyle/
Date: Sun, 31 Dec 2023 07:17:33 +0000 (UTC)	[thread overview]
Message-ID: <1704007042.7c1ceb689a71ff64f5c4249915dde7b0aae4116e.mgorny@gentoo> (raw)

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

dev-python/qdarkstyle: Remove old

Signed-off-by: Michał Górny <mgorny <AT> 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..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
-}

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..000000000000
--- 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 100644
index c83697e8bea2..000000000000
--- a/dev-python/qdarkstyle/qdarkstyle-3.2.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="~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
-}


             reply	other threads:[~2023-12-31  7:17 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-31  7:17 Michał Górny [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-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-06-01  9:20 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=1704007042.7c1ceb689a71ff64f5c4249915dde7b0aae4116e.mgorny@gentoo \
    --to=mgorny@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