public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2021-12-24 18:03 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2021-12-24 18:03 UTC (permalink / raw
  To: gentoo-commits

commit:     cfc12348b7603d783ef6fcb2678018d26ae51681
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Fri Dec 24 17:53:50 2021 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Fri Dec 24 18:02:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cfc12348

dev-python/desktop-notifier: add new v3.3.1

dependency of net-misc/maestral

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.3.1.ebuild | 26 ++++++++++++++++++++++
 dev-python/desktop-notifier/metadata.xml           | 12 ++++++++++
 3 files changed, 39 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
new file mode 100644
index 000000000..91c2bcf79
--- /dev/null
+++ b/dev-python/desktop-notifier/Manifest
@@ -0,0 +1 @@
+DIST desktop-notifier-3.3.1.tar.gz 4595242 BLAKE2B 2d85f8632e53352bdd1ea93689b4b61a3f2ef845c67907371a34cbc04c143ec6a8224f8484bea8246296b7c733adf4cb40a028247271fa050d2232f5187ce0f1 SHA512 650eb555ae266857dc8579b03184748e52fa6b59427bd67cebe1c7cd38039363a5e1f8da083624637810275e726062bf8296ef4c61ac690805b73e5ee129462b

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
new file mode 100644
index 000000000..95a60fddb
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="https://github.com/altdesktop/python-dbus-next"
+SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/python-dbus-next[${PYTHON_USEDEP}]
+	python_targets_python3_8? ( dev-python/importlib_resources )
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+distutils_enable_tests setup.py

diff --git a/dev-python/desktop-notifier/metadata.xml b/dev-python/desktop-notifier/metadata.xml
new file mode 100644
index 000000000..3c374a9ad
--- /dev/null
+++ b/dev-python/desktop-notifier/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+	<email>ceamac.paragon@gmail.com</email>
+	<description>Primary maintainer</description>
+</maintainer>
+<upstream>
+	<remote-id type="github">samschott/desktop-notifier</remote-id>
+	<remote-id type="pypi">desktop-notifier</remote-id>
+</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2021-12-28 10:58 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2021-12-28 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0a4481b85b45f3ed049fff623acf6974d6d7b88e
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Tue Dec 28 10:51:41 2021 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Tue Dec 28 10:51:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0a4481b8

dev-python/desktop-notifier: add a dependency

Closes: https://bugs.gentoo.org/830146
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
index 95a60fddb..be452dd59 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
@@ -16,6 +16,7 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 DEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/python-dbus-next[${PYTHON_USEDEP}]
 	python_targets_python3_8? ( dev-python/importlib_resources )


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2021-12-29 12:07 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2021-12-29 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     8e9c213208ac7d67f3afec51b4d1483f551eacb3
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Wed Dec 29 11:58:56 2021 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Wed Dec 29 12:07:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8e9c2132

dev-python/desktop-notifier: fix dependencies

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
index 4c253702e..accc2eb55 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
@@ -19,7 +19,7 @@ DEPEND="
 	dev-python/wheel[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/python-dbus-next[${PYTHON_USEDEP}]
-	python_targets_python3_8? ( dev-python/importlib_resources )
+	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
 "
 RDEPEND="${DEPEND}"
 BDEPEND=""


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2021-12-31  7:30 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2021-12-31  7:30 UTC (permalink / raw
  To: gentoo-commits

commit:     5fb768f39fc6731d29b1b30305296ace8b1776de
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Fri Dec 31 07:30:20 2021 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Fri Dec 31 07:30:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5fb768f3

dev-python/desktop-notifier: update HOMEPAGE

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
index accc2eb55..60ba280bd 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="https://github.com/altdesktop/python-dbus-next"
+HOMEPAGE="https://desktop-notifier.readthedocs.io/"
 SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="MIT"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-01-03 18:06 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-01-03 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     526631fff636221b1049e036af67dab85ec735ca
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jan  3 17:31:51 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Mon Jan  3 17:31:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=526631ff

dev-python/desktop-notifier: drop 3.3.1

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-3.3.1.ebuild | 27 ----------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index c5cfc7b87..25ed24757 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1 @@
-DIST desktop-notifier-3.3.1.tar.gz 4595242 BLAKE2B 2d85f8632e53352bdd1ea93689b4b61a3f2ef845c67907371a34cbc04c143ec6a8224f8484bea8246296b7c733adf4cb40a028247271fa050d2232f5187ce0f1 SHA512 650eb555ae266857dc8579b03184748e52fa6b59427bd67cebe1c7cd38039363a5e1f8da083624637810275e726062bf8296ef4c61ac690805b73e5ee129462b
 DIST desktop-notifier-3.3.2.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
deleted file mode 100644
index 60ba280bd..000000000
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="https://desktop-notifier.readthedocs.io/"
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-	dev-python/wheel[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/python-dbus-next[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
-"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-distutils_enable_tests setup.py


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-01-03 18:06 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-01-03 18:06 UTC (permalink / raw
  To: gentoo-commits

commit:     5825b01b139edde6897b60fc7e1ee13399e3c542
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Mon Jan  3 17:29:46 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Mon Jan  3 17:31:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5825b01b

dev-python/desktop-notifier: add 3.3.2

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.3.2.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 91c2bcf79..c5cfc7b87 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1,2 @@
 DIST desktop-notifier-3.3.1.tar.gz 4595242 BLAKE2B 2d85f8632e53352bdd1ea93689b4b61a3f2ef845c67907371a34cbc04c143ec6a8224f8484bea8246296b7c733adf4cb40a028247271fa050d2232f5187ce0f1 SHA512 650eb555ae266857dc8579b03184748e52fa6b59427bd67cebe1c7cd38039363a5e1f8da083624637810275e726062bf8296ef4c61ac690805b73e5ee129462b
+DIST desktop-notifier-3.3.2.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
new file mode 100644
index 000000000..3ded81d88
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021,2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier
+	https://github.com/samschott/desktop-notifier
+"
+SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/python-dbus-next[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-01-09 11:32 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-01-09 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e53644bae30c40e6f5fbb3cb81023b84d9396599
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Jan  9 11:23:50 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Sun Jan  9 11:23:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e53644ba

dev-python/desktop-notifier: rewrite deps

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
index 3ded81d88..0bffed187 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
@@ -19,13 +19,11 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-DEPEND="
+RDEPEND="
 	dev-python/wheel[${PYTHON_USEDEP}]
 	dev-python/packaging[${PYTHON_USEDEP}]
 	dev-python/python-dbus-next[${PYTHON_USEDEP}]
 	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
 "
-RDEPEND="${DEPEND}"
-BDEPEND=""
 
 distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-01-10 13:10 Andrew Ammerlaan
  0 siblings, 0 replies; 39+ messages in thread
From: Andrew Ammerlaan @ 2022-01-10 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     30c3fa6778d4d9c7b8578f74b93fe8bf25502508
Author:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 10 13:07:42 2022 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Mon Jan 10 13:07:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=30c3fa67

dev-python/desktop-notifier: fix  Invalid Copyright

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>

 dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
index 0bffed187..78ee1aafc 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021,2022 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-03-02  7:58 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-03-02  7:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8289ba50192b11b73fe5e4ebbda7b1c181c33949
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Wed Mar  2 07:57:46 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Wed Mar  2 07:57:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8289ba50

dev-python/desktop-notifier: add 3.3.4

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.3.4.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 8cf57889d..d4fc18109 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1,3 @@
 DIST desktop-notifier-3.3.2.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
 DIST desktop-notifier-3.3.3.tar.gz 4595797 BLAKE2B e27f6927d67603d20ab3729ddbd436d75110a97cb82d3db80e4229c8e297803783f9b4f3212b284f83989778354600fc7efe553b20a66cc6ea3d8eccafc00466 SHA512 a0b9dbd50b53380712529636df949621a418f58f06ad97251b22f744f0dfbb47ef0d5697fc279fa49b085f653494dc6acc18a6531752b6a288831b9c05e4a241
+DIST desktop-notifier-3.3.4.tar.gz 4595239 BLAKE2B 6dc8ca771cffce06a4fe0f3e1dfeb66ee0a73a5ea4c4311405c1131ff3c9736492360d1666d365d8262afeffb72633804e1b7822ce8862111401789547ef5536 SHA512 4ae35f8b6a25fef99a755f599cb5eb724cf0c48e8c9c314bdb1fcb3e839ef89ca939c8a5f3c5a3a01b8f484a3da874ddb3547b4df3cdb126cb3c64c31418792a

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.4.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.4.ebuild
new file mode 100644
index 000000000..5ad16b998
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.3.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-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
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier
+	https://github.com/samschott/desktop-notifier
+"
+SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/python-dbus-next[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
+"
+
+distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-03-08 11:38 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-03-08 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     cb5628201c50584f0edddc8fde62dcf0bdb59093
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Tue Mar  8 11:37:48 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Tue Mar  8 11:37:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cb562820

dev-python/desktop-notifier: fix BDEPEND

Closes: https://bugs.gentoo.org/834740
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/desktop-notifier-3.3.4.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.4.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.4.ebuild
index 5ad16b998..82d2e329f 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.4.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.3.4.ebuild
@@ -26,5 +26,8 @@ RDEPEND="
 	dev-python/python-dbus-next[${PYTHON_USEDEP}]
 	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
 "
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"
 
 distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-03-31 17:34 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-03-31 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     37008d24c7bb91835e44223166a1f414989bd641
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Thu Mar 31 17:34:12 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Thu Mar 31 17:34:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=37008d24

dev-python/desktop-notifier: drop 3.3.4

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-3.3.4.ebuild | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 4f02321e6..5502aa2d5 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,3 +1,2 @@
 DIST desktop-notifier-3.3.2.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
-DIST desktop-notifier-3.3.4.tar.gz 4595239 BLAKE2B 6dc8ca771cffce06a4fe0f3e1dfeb66ee0a73a5ea4c4311405c1131ff3c9736492360d1666d365d8262afeffb72633804e1b7822ce8862111401789547ef5536 SHA512 4ae35f8b6a25fef99a755f599cb5eb724cf0c48e8c9c314bdb1fcb3e839ef89ca939c8a5f3c5a3a01b8f484a3da874ddb3547b4df3cdb126cb3c64c31418792a
 DIST desktop-notifier-3.4.0.tar.gz 4598031 BLAKE2B b8b6e0df59f2fc656ab6d3d8ee0e2e6ba58b9714c1efd103d866ccc4acd14bb1d05ebc9db88488de6643e7b42b8af960f75b79d0f82d877e33c6c35025e29ecc SHA512 4b98201466dac7da2555e11c624534f09855cd2183ff7ffaa682f22dac840dfaf402f97335b2892f4cae35739f5cb76e5d0458cb2ecccf7e33f939f41b7e38ef

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.4.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.4.ebuild
deleted file mode 100644
index 82d2e329f..000000000
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.4.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-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
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="
-	https://desktop-notifier.readthedocs.io
-	https://pypi.org/project/desktop-notifier
-	https://github.com/samschott/desktop-notifier
-"
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/wheel[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/python-dbus-next[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
-"
-BDEPEND="
-	dev-python/build[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-03-31 17:34 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-03-31 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     85a2f7ee9c3d404f6c5ae45996aeb88a42620974
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Thu Mar 31 17:23:52 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Thu Mar 31 17:23:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=85a2f7ee

dev-python/desktop-notifier: add 3.4.0

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.4.0.ebuild | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 65d367f8a..4f02321e6 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1,3 @@
 DIST desktop-notifier-3.3.2.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
 DIST desktop-notifier-3.3.4.tar.gz 4595239 BLAKE2B 6dc8ca771cffce06a4fe0f3e1dfeb66ee0a73a5ea4c4311405c1131ff3c9736492360d1666d365d8262afeffb72633804e1b7822ce8862111401789547ef5536 SHA512 4ae35f8b6a25fef99a755f599cb5eb724cf0c48e8c9c314bdb1fcb3e839ef89ca939c8a5f3c5a3a01b8f484a3da874ddb3547b4df3cdb126cb3c64c31418792a
+DIST desktop-notifier-3.4.0.tar.gz 4598031 BLAKE2B b8b6e0df59f2fc656ab6d3d8ee0e2e6ba58b9714c1efd103d866ccc4acd14bb1d05ebc9db88488de6643e7b42b8af960f75b79d0f82d877e33c6c35025e29ecc SHA512 4b98201466dac7da2555e11c624534f09855cd2183ff7ffaa682f22dac840dfaf402f97335b2892f4cae35739f5cb76e5d0458cb2ecccf7e33f939f41b7e38ef

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild
new file mode 100644
index 000000000..82d2e329f
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021-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
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier
+	https://github.com/samschott/desktop-notifier
+"
+SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/python-dbus-next[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"
+
+distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-09-11 17:41 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-09-11 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     bc78c9aa30071ec9c3736beda6f25a07a0d3b195
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Sep 11 17:12:02 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Sun Sep 11 17:41:34 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bc78c9aa

dev-python/desktop-notifier: enable py3.11

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/Manifest                      | 2 +-
 dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 5502aa2d5..d26761973 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1,2 @@
 DIST desktop-notifier-3.3.2.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
-DIST desktop-notifier-3.4.0.tar.gz 4598031 BLAKE2B b8b6e0df59f2fc656ab6d3d8ee0e2e6ba58b9714c1efd103d866ccc4acd14bb1d05ebc9db88488de6643e7b42b8af960f75b79d0f82d877e33c6c35025e29ecc SHA512 4b98201466dac7da2555e11c624534f09855cd2183ff7ffaa682f22dac840dfaf402f97335b2892f4cae35739f5cb76e5d0458cb2ecccf7e33f939f41b7e38ef
+DIST desktop-notifier-3.4.0.gh.tar.gz 4598031 BLAKE2B b8b6e0df59f2fc656ab6d3d8ee0e2e6ba58b9714c1efd103d866ccc4acd14bb1d05ebc9db88488de6643e7b42b8af960f75b79d0f82d877e33c6c35025e29ecc SHA512 4b98201466dac7da2555e11c624534f09855cd2183ff7ffaa682f22dac840dfaf402f97335b2892f4cae35739f5cb76e5d0458cb2ecccf7e33f939f41b7e38ef

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild
index 830de8f38..ff4deb3eb 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1
@@ -14,7 +14,7 @@ HOMEPAGE="
 	https://pypi.org/project/desktop-notifier/
 	https://github.com/samschott/desktop-notifier
 "
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-09-14  5:59 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-09-14  5:59 UTC (permalink / raw
  To: gentoo-commits

commit:     8fdc1ef47fc21bbe49daddfb77a5480520ad09c9
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Wed Sep 14 05:56:48 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Wed Sep 14 05:56:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8fdc1ef4

dev-python/desktop-notifier: Remove obsolete USE=doc

Closes: https://bugs.gentoo.org/869932
Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/Manifest                      | 2 +-
 dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild | 4 +---
 dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild | 2 --
 3 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index d26761973..7fdd25d07 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1,2 @@
-DIST desktop-notifier-3.3.2.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
+DIST desktop-notifier-3.3.2.gh.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
 DIST desktop-notifier-3.4.0.gh.tar.gz 4598031 BLAKE2B b8b6e0df59f2fc656ab6d3d8ee0e2e6ba58b9714c1efd103d866ccc4acd14bb1d05ebc9db88488de6643e7b42b8af960f75b79d0f82d877e33c6c35025e29ecc SHA512 4b98201466dac7da2555e11c624534f09855cd2183ff7ffaa682f22dac840dfaf402f97335b2892f4cae35739f5cb76e5d0458cb2ecccf7e33f939f41b7e38ef

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
index 61f082bef..8ceb284a4 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="
 	https://pypi.org/project/desktop-notifier/
 	https://github.com/samschott/desktop-notifier
 "
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -25,5 +25,3 @@ RDEPEND="
 	dev-python/python-dbus-next[${PYTHON_USEDEP}]
 	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
 "
-
-distutils_enable_sphinx docs

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild
index ff4deb3eb..85836ef8e 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild
@@ -29,5 +29,3 @@ RDEPEND="
 BDEPEND="
 	dev-python/build[${PYTHON_USEDEP}]
 "
-
-distutils_enable_sphinx docs


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-10-23  8:28 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-10-23  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     45960bb65f704b1ee55094938709caf4e2d07671
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Oct 23 08:04:54 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Sun Oct 23 08:04:54 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=45960bb6

dev-python/desktop-notifier: add 3.4.1

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.4.1.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 7fdd25d07..1b9c74248 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1,3 @@
 DIST desktop-notifier-3.3.2.gh.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
 DIST desktop-notifier-3.4.0.gh.tar.gz 4598031 BLAKE2B b8b6e0df59f2fc656ab6d3d8ee0e2e6ba58b9714c1efd103d866ccc4acd14bb1d05ebc9db88488de6643e7b42b8af960f75b79d0f82d877e33c6c35025e29ecc SHA512 4b98201466dac7da2555e11c624534f09855cd2183ff7ffaa682f22dac840dfaf402f97335b2892f4cae35739f5cb76e5d0458cb2ecccf7e33f939f41b7e38ef
+DIST desktop-notifier-3.4.1.gh.tar.gz 4598112 BLAKE2B 8370f92d30bd2f761859890bca8c144237081f973da41a0c259da15c8581f720d34a24793a964985d14c40cb08b9d2871f75667b4d8828376687f7d0d24d9d19 SHA512 ce97b62e9a0ece97c8453e162cb0fd25876e42f4e5d8c5422e1ca896d37541e9c68b01f6d26fb7250f7d991343710ee085550ed0f82318eb5c67914a13399eb6

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.4.1.ebuild
new file mode 100644
index 000000000..85836ef8e
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/python-dbus-next[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-10-23  8:28 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-10-23  8:28 UTC (permalink / raw
  To: gentoo-commits

commit:     9fd9130be8f6ead3490a17d2f89e6e4d45e696e6
Author:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
AuthorDate: Sun Oct 23 08:05:03 2022 +0000
Commit:     Viorel Munteanu <ceamac.paragon <AT> gmail <DOT> com>
CommitDate: Sun Oct 23 08:05:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9fd9130b

dev-python/desktop-notifier: drop 3.4.0

Signed-off-by: Viorel Munteanu <ceamac.paragon <AT> gmail.com>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-3.4.0.ebuild | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 1b9c74248..da5b9a9c9 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,3 +1,2 @@
 DIST desktop-notifier-3.3.2.gh.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
-DIST desktop-notifier-3.4.0.gh.tar.gz 4598031 BLAKE2B b8b6e0df59f2fc656ab6d3d8ee0e2e6ba58b9714c1efd103d866ccc4acd14bb1d05ebc9db88488de6643e7b42b8af960f75b79d0f82d877e33c6c35025e29ecc SHA512 4b98201466dac7da2555e11c624534f09855cd2183ff7ffaa682f22dac840dfaf402f97335b2892f4cae35739f5cb76e5d0458cb2ecccf7e33f939f41b7e38ef
 DIST desktop-notifier-3.4.1.gh.tar.gz 4598112 BLAKE2B 8370f92d30bd2f761859890bca8c144237081f973da41a0c259da15c8581f720d34a24793a964985d14c40cb08b9d2871f75667b4d8828376687f7d0d24d9d19 SHA512 ce97b62e9a0ece97c8453e162cb0fd25876e42f4e5d8c5422e1ca896d37541e9c68b01f6d26fb7250f7d991343710ee085550ed0f82318eb5c67914a13399eb6

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild
deleted file mode 100644
index 85836ef8e..000000000
--- a/dev-python/desktop-notifier/desktop-notifier-3.4.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="
-	https://desktop-notifier.readthedocs.io
-	https://pypi.org/project/desktop-notifier/
-	https://github.com/samschott/desktop-notifier
-"
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/wheel[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/python-dbus-next[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
-"
-BDEPEND="
-	dev-python/build[${PYTHON_USEDEP}]
-"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-11-02 16:23 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-11-02 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     177566647ee075cc368c864b0c88f1522e88eb8b
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 16:23:03 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 16:23:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=17756664

dev-python/desktop-notifier: add myself as a maintainer

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/desktop-notifier/metadata.xml b/dev-python/desktop-notifier/metadata.xml
index 3c374a9ad..e93d687db 100644
--- a/dev-python/desktop-notifier/metadata.xml
+++ b/dev-python/desktop-notifier/metadata.xml
@@ -2,7 +2,7 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <maintainer type="person">
-	<email>ceamac.paragon@gmail.com</email>
+	<email>ceamac@gentoo.org</email>
 	<description>Primary maintainer</description>
 </maintainer>
 <upstream>


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-11-23 12:42 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-11-23 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9c9657ee2cc18ef31679b7bba401a54c6ef231e1
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 12:41:57 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 12:42:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c9657ee

dev-python/desktop-notifier: drop 3.4.1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-3.4.1.ebuild | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index defeddab0..e87196e9b 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,3 +1,2 @@
 DIST desktop-notifier-3.3.2.gh.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
-DIST desktop-notifier-3.4.1.gh.tar.gz 4598112 BLAKE2B 8370f92d30bd2f761859890bca8c144237081f973da41a0c259da15c8581f720d34a24793a964985d14c40cb08b9d2871f75667b4d8828376687f7d0d24d9d19 SHA512 ce97b62e9a0ece97c8453e162cb0fd25876e42f4e5d8c5422e1ca896d37541e9c68b01f6d26fb7250f7d991343710ee085550ed0f82318eb5c67914a13399eb6
 DIST desktop-notifier-3.4.2.gh.tar.gz 4598129 BLAKE2B 61f2b7386e351e3f5bb936af147a127e66e16520b92aaedbe2c2570ffb33ca15e13ba3f46f2953c8fafd2e01c9d85bad00505f1e071f63a2412f39828204a6a2 SHA512 e00f3a33f2e6d719b8c293640049ad7238fb071cd2bc73d8b5bde538f761868d1498de110f052764b5be5bf8f42d6055e6364db2fdfaebdeeb0f608bf74dd511

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.4.1.ebuild
deleted file mode 100644
index 85836ef8e..000000000
--- a/dev-python/desktop-notifier/desktop-notifier-3.4.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="
-	https://desktop-notifier.readthedocs.io
-	https://pypi.org/project/desktop-notifier/
-	https://github.com/samschott/desktop-notifier
-"
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/wheel[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/python-dbus-next[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
-"
-BDEPEND="
-	dev-python/build[${PYTHON_USEDEP}]
-"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2022-11-23 12:42 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2022-11-23 12:42 UTC (permalink / raw
  To: gentoo-commits

commit:     5c019a84a7f9b9a839cdc42e0557ed3322ce0568
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 12:41:34 2022 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 12:42:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c019a84

dev-python/desktop-notifier: add 3.4.2

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.4.2.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index da5b9a9c9..defeddab0 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1,3 @@
 DIST desktop-notifier-3.3.2.gh.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
 DIST desktop-notifier-3.4.1.gh.tar.gz 4598112 BLAKE2B 8370f92d30bd2f761859890bca8c144237081f973da41a0c259da15c8581f720d34a24793a964985d14c40cb08b9d2871f75667b4d8828376687f7d0d24d9d19 SHA512 ce97b62e9a0ece97c8453e162cb0fd25876e42f4e5d8c5422e1ca896d37541e9c68b01f6d26fb7250f7d991343710ee085550ed0f82318eb5c67914a13399eb6
+DIST desktop-notifier-3.4.2.gh.tar.gz 4598129 BLAKE2B 61f2b7386e351e3f5bb936af147a127e66e16520b92aaedbe2c2570ffb33ca15e13ba3f46f2953c8fafd2e01c9d85bad00505f1e071f63a2412f39828204a6a2 SHA512 e00f3a33f2e6d719b8c293640049ad7238fb071cd2bc73d8b5bde538f761868d1498de110f052764b5be5bf8f42d6055e6364db2fdfaebdeeb0f608bf74dd511

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.2.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.4.2.ebuild
new file mode 100644
index 000000000..85836ef8e
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.4.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/python-dbus-next[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2023-01-25 10:56 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-01-25 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     23724b9b37ed32ad199385e266f79f267a97397c
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 10:18:52 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 10:55:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23724b9b

dev-python/desktop-notifier: drop 3.3.2

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-3.3.2.ebuild | 27 ----------------------
 2 files changed, 28 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index e87196e9b..5f5c8f6e3 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1 @@
-DIST desktop-notifier-3.3.2.gh.tar.gz 4595234 BLAKE2B c53383b8f15c36acb21a77695b8a76e782f912078ba7c5946fe55c2e8c3c950ece7581a81a69dbee12553be7155364c9165336d7f2b814ccb0e3076dc082cf85 SHA512 d93825ea4880428e9eb41f0adff27e963ebeae23aa5cdc8c77e4a60aecee69aa1448f9aca8b12520597b52df531580e29e3458c2ea7b4f2e60eda68de5dfbe9f
 DIST desktop-notifier-3.4.2.gh.tar.gz 4598129 BLAKE2B 61f2b7386e351e3f5bb936af147a127e66e16520b92aaedbe2c2570ffb33ca15e13ba3f46f2953c8fafd2e01c9d85bad00505f1e071f63a2412f39828204a6a2 SHA512 e00f3a33f2e6d719b8c293640049ad7238fb071cd2bc73d8b5bde538f761868d1498de110f052764b5be5bf8f42d6055e6364db2fdfaebdeeb0f608bf74dd511

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
deleted file mode 100644
index 8ceb284a4..000000000
--- a/dev-python/desktop-notifier/desktop-notifier-3.3.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="
-	https://desktop-notifier.readthedocs.io
-	https://pypi.org/project/desktop-notifier/
-	https://github.com/samschott/desktop-notifier
-"
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/wheel[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/python-dbus-next[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
-"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
  2023-02-01 21:36 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-02-01 21:29 ` Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-02-01 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     28133284c0f9a707355aca63ce9a476692e6ccb6
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 21:27:14 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 21:27:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28133284

dev-python/desktop-notifier: add 3.4.3

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.4.3.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 5f5c8f6e3..cf26158f4 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1,2 @@
 DIST desktop-notifier-3.4.2.gh.tar.gz 4598129 BLAKE2B 61f2b7386e351e3f5bb936af147a127e66e16520b92aaedbe2c2570ffb33ca15e13ba3f46f2953c8fafd2e01c9d85bad00505f1e071f63a2412f39828204a6a2 SHA512 e00f3a33f2e6d719b8c293640049ad7238fb071cd2bc73d8b5bde538f761868d1498de110f052764b5be5bf8f42d6055e6364db2fdfaebdeeb0f608bf74dd511
+DIST desktop-notifier-3.4.3.gh.tar.gz 4598199 BLAKE2B 318ad6297f582646eb8031d0cda18d6f93b667d4dd76b66bf4c1ff3a32d731ec6c6fd872171a674a687176d55f07cd12c8ec56262662dd9d606a88ea956b90ee SHA512 fde2618bc47ad0935717d5d2278f27d0be38cc956851912f8cd22e539ae82787d7578bcfcf7965246bc02d3f2c66a7b6c4531f9583103d36f0082553c95e907f

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
new file mode 100644
index 000000000..8cfb28447
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/python-dbus-next[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2023-02-01 21:29 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-02-01 21:29 UTC (permalink / raw
  To: gentoo-commits

commit:     503eff9ccceb5c3459ed35d4320a57657dc7246c
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 21:27:21 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 21:27:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=503eff9c

dev-python/desktop-notifier: drop 3.4.2

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-3.4.2.ebuild | 31 ----------------------
 2 files changed, 32 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index cf26158f4..d9baea953 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1 @@
-DIST desktop-notifier-3.4.2.gh.tar.gz 4598129 BLAKE2B 61f2b7386e351e3f5bb936af147a127e66e16520b92aaedbe2c2570ffb33ca15e13ba3f46f2953c8fafd2e01c9d85bad00505f1e071f63a2412f39828204a6a2 SHA512 e00f3a33f2e6d719b8c293640049ad7238fb071cd2bc73d8b5bde538f761868d1498de110f052764b5be5bf8f42d6055e6364db2fdfaebdeeb0f608bf74dd511
 DIST desktop-notifier-3.4.3.gh.tar.gz 4598199 BLAKE2B 318ad6297f582646eb8031d0cda18d6f93b667d4dd76b66bf4c1ff3a32d731ec6c6fd872171a674a687176d55f07cd12c8ec56262662dd9d606a88ea956b90ee SHA512 fde2618bc47ad0935717d5d2278f27d0be38cc956851912f8cd22e539ae82787d7578bcfcf7965246bc02d3f2c66a7b6c4531f9583103d36f0082553c95e907f

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.2.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.4.2.ebuild
deleted file mode 100644
index 85836ef8e..000000000
--- a/dev-python/desktop-notifier/desktop-notifier-3.4.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="
-	https://desktop-notifier.readthedocs.io
-	https://pypi.org/project/desktop-notifier/
-	https://github.com/samschott/desktop-notifier
-"
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/wheel[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/python-dbus-next[${PYTHON_USEDEP}]
-	$(python_gen_cond_dep 'dev-python/importlib_resources[${PYTHON_USEDEP}]' python3_8)
-"
-BDEPEND="
-	dev-python/build[${PYTHON_USEDEP}]
-"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2023-03-12  9:08 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-03-12  9:08 UTC (permalink / raw
  To: gentoo-commits

commit:     447a800f8c474c2035f1ff9bf6e0d70b9bd5c0d3
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 12 08:51:23 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Mar 12 08:51:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=447a800f

dev-python/desktop-notifier: update SRC_URI

Switch from gh to pypi.

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest                      | 2 +-
 dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index d9baea953..9ae8cee46 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1 @@
-DIST desktop-notifier-3.4.3.gh.tar.gz 4598199 BLAKE2B 318ad6297f582646eb8031d0cda18d6f93b667d4dd76b66bf4c1ff3a32d731ec6c6fd872171a674a687176d55f07cd12c8ec56262662dd9d606a88ea956b90ee SHA512 fde2618bc47ad0935717d5d2278f27d0be38cc956851912f8cd22e539ae82787d7578bcfcf7965246bc02d3f2c66a7b6c4531f9583103d36f0082553c95e907f
+DIST desktop-notifier-3.4.3.tar.gz 29196 BLAKE2B 975ff8e7f9b775a5272c3db426ddb35aacff4986531bd18dc4c06859f14966cf8d701ed2695fe5cf9f42f650ae881c7c27d66a4edc0c2305f304b9122083bb2c SHA512 163ef300c3929f3e92a8ac1018d5f22b439d5381df825dab08796897267b7bbf8e3053cd2428c2a41b875b44ee4f7637974a87897e24db0f43448342dd243265

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
index 08b21c0bb..9df37dfe6 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
@@ -1,12 +1,13 @@
-# Copyright 2021-2022 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
 HOMEPAGE="
@@ -14,7 +15,6 @@ HOMEPAGE="
 	https://pypi.org/project/desktop-notifier/
 	https://github.com/samschott/desktop-notifier
 "
-SRC_URI="https://github.com/samschott/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2023-05-02  8:37 Viorel Munteanu
  2023-05-02  9:05 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
  0 siblings, 1 reply; 39+ messages in thread
From: Viorel Munteanu @ 2023-05-02  8:37 UTC (permalink / raw
  To: gentoo-commits

commit:     790309c5f9fafbceacd513513ff1bfe62f9187ee
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 08:36:19 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue May  2 08:37:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=790309c5

dev-python/desktop-notifier: add 3.5.1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.5.1.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 9ae8cee46..6d34efc32 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1,2 @@
 DIST desktop-notifier-3.4.3.tar.gz 29196 BLAKE2B 975ff8e7f9b775a5272c3db426ddb35aacff4986531bd18dc4c06859f14966cf8d701ed2695fe5cf9f42f650ae881c7c27d66a4edc0c2305f304b9122083bb2c SHA512 163ef300c3929f3e92a8ac1018d5f22b439d5381df825dab08796897267b7bbf8e3053cd2428c2a41b875b44ee4f7637974a87897e24db0f43448342dd243265
+DIST desktop-notifier-3.5.1.tar.gz 29448 BLAKE2B 243749ab20a12fee23dec5e4803b13478c63fc32969d2821fefc5cadf2b4b662e92887ee6d8641c0005a131dae847daa567665a18159214d4096c9e8c974937f SHA512 729a20c30d9bb85f521dbdf8967b1dd0b1cce0afd0053854143596353ac0bc4db834651ea442f7eae3060e40906af7c4405d902568637b74d3e1032f7233c28b

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild
new file mode 100644
index 000000000..9df37dfe6
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/dbus-next[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
  2023-05-02  9:05 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-05-02  8:45 ` Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-05-02  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     afff182158dcbd2ef30f393e46c9d4f019a711b0
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 08:45:07 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue May  2 08:45:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afff1821

dev-python/desktop-notifier: disable py3.9

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild
index 9df37dfe6..3d2b20f5a 100644
--- a/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild
+++ b/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:master commit in: dev-python/desktop-notifier/
  2023-05-02  8:37 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/ Viorel Munteanu
@ 2023-05-02  9:05 ` Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-05-02  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     790309c5f9fafbceacd513513ff1bfe62f9187ee
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue May  2 08:36:19 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue May  2 08:37:01 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=790309c5

dev-python/desktop-notifier: add 3.5.1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.5.1.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 9ae8cee46..6d34efc32 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1,2 @@
 DIST desktop-notifier-3.4.3.tar.gz 29196 BLAKE2B 975ff8e7f9b775a5272c3db426ddb35aacff4986531bd18dc4c06859f14966cf8d701ed2695fe5cf9f42f650ae881c7c27d66a4edc0c2305f304b9122083bb2c SHA512 163ef300c3929f3e92a8ac1018d5f22b439d5381df825dab08796897267b7bbf8e3053cd2428c2a41b875b44ee4f7637974a87897e24db0f43448342dd243265
+DIST desktop-notifier-3.5.1.tar.gz 29448 BLAKE2B 243749ab20a12fee23dec5e4803b13478c63fc32969d2821fefc5cadf2b4b662e92887ee6d8641c0005a131dae847daa567665a18159214d4096c9e8c974937f SHA512 729a20c30d9bb85f521dbdf8967b1dd0b1cce0afd0053854143596353ac0bc4db834651ea442f7eae3060e40906af7c4405d902568637b74d3e1032f7233c28b

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild
new file mode 100644
index 000000000..9df37dfe6
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{9..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/dbus-next[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
  2023-05-06  6:59 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-05-04  4:31 ` Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-05-04  4:31 UTC (permalink / raw
  To: gentoo-commits

commit:     def892f93d51e25658228bb9239b4bfb02e93eda
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 04:30:39 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May  4 04:30:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=def892f9

dev-python/desktop-notifier: drop 3.5.1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-3.5.1.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index ab726cc35..cb8c6420a 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,3 +1,2 @@
 DIST desktop-notifier-3.4.3.tar.gz 29196 BLAKE2B 975ff8e7f9b775a5272c3db426ddb35aacff4986531bd18dc4c06859f14966cf8d701ed2695fe5cf9f42f650ae881c7c27d66a4edc0c2305f304b9122083bb2c SHA512 163ef300c3929f3e92a8ac1018d5f22b439d5381df825dab08796897267b7bbf8e3053cd2428c2a41b875b44ee4f7637974a87897e24db0f43448342dd243265
-DIST desktop-notifier-3.5.1.tar.gz 29448 BLAKE2B 243749ab20a12fee23dec5e4803b13478c63fc32969d2821fefc5cadf2b4b662e92887ee6d8641c0005a131dae847daa567665a18159214d4096c9e8c974937f SHA512 729a20c30d9bb85f521dbdf8967b1dd0b1cce0afd0053854143596353ac0bc4db834651ea442f7eae3060e40906af7c4405d902568637b74d3e1032f7233c28b
 DIST desktop-notifier-3.5.2.tar.gz 29543 BLAKE2B 5fee17e207ba7fe795bb9f9c5ac17baf111153d31a181256b463d56c8e9ad204d027f9da1a0e20fdb0228e9798dfc345ee63e0f69534526215209b552397a9f4 SHA512 1ab5f3584ff7f3416f48ecc96c951e8ab8451ac73222f4f642c3d5fb5a5111a2dcfd61c6a8491d7f012b9a9502e1362728e9caea0e122acac9f65e10d4bbe787

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild
deleted file mode 100644
index 3d2b20f5a..000000000
--- a/dev-python/desktop-notifier/desktop-notifier-3.5.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="
-	https://desktop-notifier.readthedocs.io
-	https://pypi.org/project/desktop-notifier/
-	https://github.com/samschott/desktop-notifier
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/wheel[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/dbus-next[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/build[${PYTHON_USEDEP}]
-"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
  2023-05-06  6:59 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-05-04  4:31 ` Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-05-04  4:31 UTC (permalink / raw
  To: gentoo-commits

commit:     6878416690f10aa719a09ccd94d00dfd803d804f
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu May  4 04:29:52 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu May  4 04:29:52 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68784166

dev-python/desktop-notifier: add 3.5.2

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.5.2.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 6d34efc32..ab726cc35 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1,3 @@
 DIST desktop-notifier-3.4.3.tar.gz 29196 BLAKE2B 975ff8e7f9b775a5272c3db426ddb35aacff4986531bd18dc4c06859f14966cf8d701ed2695fe5cf9f42f650ae881c7c27d66a4edc0c2305f304b9122083bb2c SHA512 163ef300c3929f3e92a8ac1018d5f22b439d5381df825dab08796897267b7bbf8e3053cd2428c2a41b875b44ee4f7637974a87897e24db0f43448342dd243265
 DIST desktop-notifier-3.5.1.tar.gz 29448 BLAKE2B 243749ab20a12fee23dec5e4803b13478c63fc32969d2821fefc5cadf2b4b662e92887ee6d8641c0005a131dae847daa567665a18159214d4096c9e8c974937f SHA512 729a20c30d9bb85f521dbdf8967b1dd0b1cce0afd0053854143596353ac0bc4db834651ea442f7eae3060e40906af7c4405d902568637b74d3e1032f7233c28b
+DIST desktop-notifier-3.5.2.tar.gz 29543 BLAKE2B 5fee17e207ba7fe795bb9f9c5ac17baf111153d31a181256b463d56c8e9ad204d027f9da1a0e20fdb0228e9798dfc345ee63e0f69534526215209b552397a9f4 SHA512 1ab5f3584ff7f3416f48ecc96c951e8ab8451ac73222f4f642c3d5fb5a5111a2dcfd61c6a8491d7f012b9a9502e1362728e9caea0e122acac9f65e10d4bbe787

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.2.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.2.ebuild
new file mode 100644
index 000000000..3d2b20f5a
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.5.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/dbus-next[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2023-05-12  9:48 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-05-12  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c083b0d37d5e36d6e29dfa4aad2f8a32b63851c1
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 09:48:09 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri May 12 09:48:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c083b0d3

dev-python/desktop-notifier: drop 3.5.2

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-3.5.2.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index dad974ffc..2ca5ad6d5 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,3 +1,2 @@
 DIST desktop-notifier-3.4.3.tar.gz 29196 BLAKE2B 975ff8e7f9b775a5272c3db426ddb35aacff4986531bd18dc4c06859f14966cf8d701ed2695fe5cf9f42f650ae881c7c27d66a4edc0c2305f304b9122083bb2c SHA512 163ef300c3929f3e92a8ac1018d5f22b439d5381df825dab08796897267b7bbf8e3053cd2428c2a41b875b44ee4f7637974a87897e24db0f43448342dd243265
-DIST desktop-notifier-3.5.2.tar.gz 29543 BLAKE2B 5fee17e207ba7fe795bb9f9c5ac17baf111153d31a181256b463d56c8e9ad204d027f9da1a0e20fdb0228e9798dfc345ee63e0f69534526215209b552397a9f4 SHA512 1ab5f3584ff7f3416f48ecc96c951e8ab8451ac73222f4f642c3d5fb5a5111a2dcfd61c6a8491d7f012b9a9502e1362728e9caea0e122acac9f65e10d4bbe787
 DIST desktop-notifier-3.5.3.tar.gz 29641 BLAKE2B 7da260194d8891070191fff55ce38a22dc364b47016a93fa1bd516784e7eeeadbbdf8397d730ef39732688ceaaf572a6f3b992acd6af84ee51195455d2dc03f9 SHA512 70040dc432bcf63f2e3634f9862c7557119ffacc1c968a988027b3bb6abad18a2c45dc07a48af8ef6bb684334bac431fda511685d94dfbfb0f4f5ab604458f8f

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.2.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.2.ebuild
deleted file mode 100644
index 3d2b20f5a..000000000
--- a/dev-python/desktop-notifier/desktop-notifier-3.5.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="
-	https://desktop-notifier.readthedocs.io
-	https://pypi.org/project/desktop-notifier/
-	https://github.com/samschott/desktop-notifier
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/wheel[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/dbus-next[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/build[${PYTHON_USEDEP}]
-"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
  2023-05-12 10:07 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-05-12  9:48 ` Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-05-12  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     283bfe07e9fbbcacb205bfe86e570a5a5181fac1
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 09:48:15 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri May 12 09:48:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=283bfe07

dev-python/desktop-notifier: drop 3.4.3

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-3.4.3.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 2ca5ad6d5..01fd816b2 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1 @@
-DIST desktop-notifier-3.4.3.tar.gz 29196 BLAKE2B 975ff8e7f9b775a5272c3db426ddb35aacff4986531bd18dc4c06859f14966cf8d701ed2695fe5cf9f42f650ae881c7c27d66a4edc0c2305f304b9122083bb2c SHA512 163ef300c3929f3e92a8ac1018d5f22b439d5381df825dab08796897267b7bbf8e3053cd2428c2a41b875b44ee4f7637974a87897e24db0f43448342dd243265
 DIST desktop-notifier-3.5.3.tar.gz 29641 BLAKE2B 7da260194d8891070191fff55ce38a22dc364b47016a93fa1bd516784e7eeeadbbdf8397d730ef39732688ceaaf572a6f3b992acd6af84ee51195455d2dc03f9 SHA512 70040dc432bcf63f2e3634f9862c7557119ffacc1c968a988027b3bb6abad18a2c45dc07a48af8ef6bb684334bac431fda511685d94dfbfb0f4f5ab604458f8f

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
deleted file mode 100644
index 3d2b20f5a..000000000
--- a/dev-python/desktop-notifier/desktop-notifier-3.4.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="
-	https://desktop-notifier.readthedocs.io
-	https://pypi.org/project/desktop-notifier/
-	https://github.com/samschott/desktop-notifier
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/wheel[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/dbus-next[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/build[${PYTHON_USEDEP}]
-"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
  2023-05-12 10:07 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-05-12  9:48 ` Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-05-12  9:48 UTC (permalink / raw
  To: gentoo-commits

commit:     c59c0db68af38b0f49452ae845371726467a17fe
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri May 12 09:48:02 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri May 12 09:48:02 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c59c0db6

dev-python/desktop-notifier: add 3.5.3

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.5.3.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index cb8c6420a..dad974ffc 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1,3 @@
 DIST desktop-notifier-3.4.3.tar.gz 29196 BLAKE2B 975ff8e7f9b775a5272c3db426ddb35aacff4986531bd18dc4c06859f14966cf8d701ed2695fe5cf9f42f650ae881c7c27d66a4edc0c2305f304b9122083bb2c SHA512 163ef300c3929f3e92a8ac1018d5f22b439d5381df825dab08796897267b7bbf8e3053cd2428c2a41b875b44ee4f7637974a87897e24db0f43448342dd243265
 DIST desktop-notifier-3.5.2.tar.gz 29543 BLAKE2B 5fee17e207ba7fe795bb9f9c5ac17baf111153d31a181256b463d56c8e9ad204d027f9da1a0e20fdb0228e9798dfc345ee63e0f69534526215209b552397a9f4 SHA512 1ab5f3584ff7f3416f48ecc96c951e8ab8451ac73222f4f642c3d5fb5a5111a2dcfd61c6a8491d7f012b9a9502e1362728e9caea0e122acac9f65e10d4bbe787
+DIST desktop-notifier-3.5.3.tar.gz 29641 BLAKE2B 7da260194d8891070191fff55ce38a22dc364b47016a93fa1bd516784e7eeeadbbdf8397d730ef39732688ceaaf572a6f3b992acd6af84ee51195455d2dc03f9 SHA512 70040dc432bcf63f2e3634f9862c7557119ffacc1c968a988027b3bb6abad18a2c45dc07a48af8ef6bb684334bac431fda511685d94dfbfb0f4f5ab604458f8f

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild
new file mode 100644
index 000000000..3d2b20f5a
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/wheel[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/dbus-next[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
  2023-07-04  4:53 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-07-04  4:37 ` Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-07-04  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     58537eb1f825766bd89cf86872d06b1124b6e328
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  4 04:36:54 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 04:36:54 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=58537eb1

dev-python/desktop-notifier: add 3.5.4

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.5.4.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 01fd816b2..a83fa2f1f 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1,2 @@
 DIST desktop-notifier-3.5.3.tar.gz 29641 BLAKE2B 7da260194d8891070191fff55ce38a22dc364b47016a93fa1bd516784e7eeeadbbdf8397d730ef39732688ceaaf572a6f3b992acd6af84ee51195455d2dc03f9 SHA512 70040dc432bcf63f2e3634f9862c7557119ffacc1c968a988027b3bb6abad18a2c45dc07a48af8ef6bb684334bac431fda511685d94dfbfb0f4f5ab604458f8f
+DIST desktop-notifier-3.5.4.tar.gz 29763 BLAKE2B 0fdac4d6a52a54720fef43050d9374c6c57c05f270d2ff8adcbf9e8df4b059c10e9820bbf3f00406b7698deaa0b5d353c1c78b937eab7107d24008939809c08f SHA512 bc7f5bd3048489e646f34b8397aa97988ca839424675369157094f84439f9616e4463aee79912f2a74c810b98d0ceed699920748e6af2ef2debd2cd25c039944

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.4.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.4.ebuild
new file mode 100644
index 000000000..5c85e6498
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.5.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/dbus-next[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/wheel[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
  2023-07-04  4:53 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-07-04  4:37 ` Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-07-04  4:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d0d949398e9f6dc56419f3e4682393acf03e08c6
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  4 04:37:00 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Jul  4 04:37:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d0d94939

dev-python/desktop-notifier: drop 3.5.3

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-3.5.3.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index a83fa2f1f..e034c365f 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1 @@
-DIST desktop-notifier-3.5.3.tar.gz 29641 BLAKE2B 7da260194d8891070191fff55ce38a22dc364b47016a93fa1bd516784e7eeeadbbdf8397d730ef39732688ceaaf572a6f3b992acd6af84ee51195455d2dc03f9 SHA512 70040dc432bcf63f2e3634f9862c7557119ffacc1c968a988027b3bb6abad18a2c45dc07a48af8ef6bb684334bac431fda511685d94dfbfb0f4f5ab604458f8f
 DIST desktop-notifier-3.5.4.tar.gz 29763 BLAKE2B 0fdac4d6a52a54720fef43050d9374c6c57c05f270d2ff8adcbf9e8df4b059c10e9820bbf3f00406b7698deaa0b5d353c1c78b937eab7107d24008939809c08f SHA512 bc7f5bd3048489e646f34b8397aa97988ca839424675369157094f84439f9616e4463aee79912f2a74c810b98d0ceed699920748e6af2ef2debd2cd25c039944

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild
deleted file mode 100644
index 3d2b20f5a..000000000
--- a/dev-python/desktop-notifier/desktop-notifier-3.5.3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="
-	https://desktop-notifier.readthedocs.io
-	https://pypi.org/project/desktop-notifier/
-	https://github.com/samschott/desktop-notifier
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/wheel[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/dbus-next[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/build[${PYTHON_USEDEP}]
-"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2023-07-12  4:58 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2023-07-12  4:58 UTC (permalink / raw
  To: gentoo-commits

commit:     0906e0307a603cb63d09ea51b7796b1b1ba91879
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 04:36:41 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 04:36:41 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0906e030

dev-python/desktop-notifier: add 3.5.6

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-3.5.6.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 89a4a1eca..98f2f2539 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1,2 @@
 DIST desktop-notifier-3.5.5.tar.gz 29785 BLAKE2B e2da1e2300cc36317da7ed079366488f94de829d55a4cded0f63f74f6f14563231128468a6234f060179e3af15677e6cbe8d1f270d271e96823a46d1009ff01b SHA512 b5cc42fda55719adf7afaae4addc24e5d21638e5b389f9c52c47d7b0daf2b1ed80c989a90d1f53e57edc320cac4af8d46d3dcdee30c499ed6717698af3f1b8e3
+DIST desktop-notifier-3.5.6.tar.gz 29856 BLAKE2B bd96ced2b4ac33b813d4767f79991875cbf0f5b03223323357234adae1a1e94f290720c93ca8643f195d02ce15263b16161e30cf53685bcbd2dcb56e45391779 SHA512 5e05143d183d519e1d653787e13b015cd6bd8deb302bcfb79f6be64325b586454019aaa140fcb7ffd7554f6ee36e9f6a44ef2ea9722af88ffff08b94584a3949

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.6.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.6.ebuild
new file mode 100644
index 000000000..5c85e6498
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-3.5.6.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/dbus-next[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/wheel[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
  2024-05-12  9:38 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2024-05-12  9:04 ` Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2024-05-12  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d7e61c19293683da78816308316a08fb64e8cde7
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 09:02:42 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun May 12 09:03:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d7e61c19

dev-python/desktop-notifier: add 4.0.0

Closes: https://bugs.gentoo.org/931373
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-4.0.0.ebuild | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 266b4c0654..5b44fd379c 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1,2 @@
 DIST desktop-notifier-3.5.6.tar.gz 29856 BLAKE2B bd96ced2b4ac33b813d4767f79991875cbf0f5b03223323357234adae1a1e94f290720c93ca8643f195d02ce15263b16161e30cf53685bcbd2dcb56e45391779 SHA512 5e05143d183d519e1d653787e13b015cd6bd8deb302bcfb79f6be64325b586454019aaa140fcb7ffd7554f6ee36e9f6a44ef2ea9722af88ffff08b94584a3949
+DIST desktop_notifier-4.0.0.tar.gz 29934 BLAKE2B da9944edd6577f36116a03a6620a5a8ec68071954df4ac31a96af148608a9c6d990805f025b44925a943274bc961d4412690dde7876520f9a42bca0b6b008f9b SHA512 a96f96d6cbf7876bebcc9eb8a33d348eb5ed8f2a86fd5a9761105684e0267d9496904bb38f54caba39d29dfc23e00530655669d8e849607e066c85512f67c045

diff --git a/dev-python/desktop-notifier/desktop-notifier-4.0.0.ebuild b/dev-python/desktop-notifier/desktop-notifier-4.0.0.ebuild
new file mode 100644
index 0000000000..f938fb5009
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-4.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/dbus-next[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/wheel[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"
+
+# Tests on pypi are incomplete
+# Tests on gh don't work
+RESTRICT="test"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2024-05-12  9:04 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2024-05-12  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     bfde52a01d6b32096e846edca8ea86f11806d96a
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 09:02:51 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun May 12 09:04:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bfde52a0

dev-python/desktop-notifier: drop 3.5.6

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-3.5.6.ebuild | 30 ----------------------
 2 files changed, 31 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 5b44fd379c..232ee97555 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1 @@
-DIST desktop-notifier-3.5.6.tar.gz 29856 BLAKE2B bd96ced2b4ac33b813d4767f79991875cbf0f5b03223323357234adae1a1e94f290720c93ca8643f195d02ce15263b16161e30cf53685bcbd2dcb56e45391779 SHA512 5e05143d183d519e1d653787e13b015cd6bd8deb302bcfb79f6be64325b586454019aaa140fcb7ffd7554f6ee36e9f6a44ef2ea9722af88ffff08b94584a3949
 DIST desktop_notifier-4.0.0.tar.gz 29934 BLAKE2B da9944edd6577f36116a03a6620a5a8ec68071954df4ac31a96af148608a9c6d990805f025b44925a943274bc961d4412690dde7876520f9a42bca0b6b008f9b SHA512 a96f96d6cbf7876bebcc9eb8a33d348eb5ed8f2a86fd5a9761105684e0267d9496904bb38f54caba39d29dfc23e00530655669d8e849607e066c85512f67c045

diff --git a/dev-python/desktop-notifier/desktop-notifier-3.5.6.ebuild b/dev-python/desktop-notifier/desktop-notifier-3.5.6.ebuild
deleted file mode 100644
index 5c85e6498d..0000000000
--- a/dev-python/desktop-notifier/desktop-notifier-3.5.6.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="
-	https://desktop-notifier.readthedocs.io
-	https://pypi.org/project/desktop-notifier/
-	https://github.com/samschott/desktop-notifier
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/dbus-next[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/wheel[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/build[${PYTHON_USEDEP}]
-"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2024-06-23 12:58 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2024-06-23 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8bd7568b34fcbb11ebe5559d42c75ead21036e99
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 23 12:50:18 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jun 23 12:51:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8bd7568b

dev-python/desktop-notifier: add 5.0.0

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-5.0.0.ebuild | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 232ee9755..7dfe129a8 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1 +1,2 @@
 DIST desktop_notifier-4.0.0.tar.gz 29934 BLAKE2B da9944edd6577f36116a03a6620a5a8ec68071954df4ac31a96af148608a9c6d990805f025b44925a943274bc961d4412690dde7876520f9a42bca0b6b008f9b SHA512 a96f96d6cbf7876bebcc9eb8a33d348eb5ed8f2a86fd5a9761105684e0267d9496904bb38f54caba39d29dfc23e00530655669d8e849607e066c85512f67c045
+DIST desktop_notifier-5.0.0.tar.gz 32685 BLAKE2B 15f57cf1307fae127317da5590cdf7956a47741776ffc82d830ef634bea2ed059b8e7a392a214240fee6ba2c5073b2630cb4479d2fc3239a8bb92aa2146dd640 SHA512 d3eba090863e9c236e778680e9866c65b9fe584bd238e3819f4ae12cab570847708d70bfab81cd0e928a3945d5f339bf8d275fbf5709fbbe36f2a16a9544baca

diff --git a/dev-python/desktop-notifier/desktop-notifier-5.0.0.ebuild b/dev-python/desktop-notifier/desktop-notifier-5.0.0.ebuild
new file mode 100644
index 000000000..f938fb500
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-5.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/dbus-next[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/wheel[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"
+
+# Tests on pypi are incomplete
+# Tests on gh don't work
+RESTRICT="test"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2024-07-08  4:56 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2024-07-08  4:56 UTC (permalink / raw
  To: gentoo-commits

commit:     12b0986aeb883e82397fe15dcc0ddee043fbf38e
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 04:55:53 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 04:56:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=12b0986a

dev-python/desktop-notifier: drop 5.0.0

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 -
 .../desktop-notifier/desktop-notifier-5.0.0.ebuild | 33 ----------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 9b517dcd3..7e296cfdd 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,3 +1,2 @@
 DIST desktop_notifier-4.0.0.tar.gz 29934 BLAKE2B da9944edd6577f36116a03a6620a5a8ec68071954df4ac31a96af148608a9c6d990805f025b44925a943274bc961d4412690dde7876520f9a42bca0b6b008f9b SHA512 a96f96d6cbf7876bebcc9eb8a33d348eb5ed8f2a86fd5a9761105684e0267d9496904bb38f54caba39d29dfc23e00530655669d8e849607e066c85512f67c045
-DIST desktop_notifier-5.0.0.tar.gz 32685 BLAKE2B 15f57cf1307fae127317da5590cdf7956a47741776ffc82d830ef634bea2ed059b8e7a392a214240fee6ba2c5073b2630cb4479d2fc3239a8bb92aa2146dd640 SHA512 d3eba090863e9c236e778680e9866c65b9fe584bd238e3819f4ae12cab570847708d70bfab81cd0e928a3945d5f339bf8d275fbf5709fbbe36f2a16a9544baca
 DIST desktop_notifier-5.0.1.tar.gz 32731 BLAKE2B 1c1d567badc50b60bac1743cf0ab8e2dbb44d0b4de0fb5f5c82dc958bbd558637953f96a7e5a5920fe80be0007ef814ae2e15d1c3eb19503a2ac784f65813583 SHA512 72b9a928817bb0834801842d9d5f065ec704b3c64c0ca0cd2457f08e8f37902f94a6bb06070eb83bd3414f613c14c11152fed45ff4061ab652c89780aa95046e

diff --git a/dev-python/desktop-notifier/desktop-notifier-5.0.0.ebuild b/dev-python/desktop-notifier/desktop-notifier-5.0.0.ebuild
deleted file mode 100644
index f938fb500..000000000
--- a/dev-python/desktop-notifier/desktop-notifier-5.0.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
-HOMEPAGE="
-	https://desktop-notifier.readthedocs.io
-	https://pypi.org/project/desktop-notifier/
-	https://github.com/samschott/desktop-notifier
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-	dev-python/dbus-next[${PYTHON_USEDEP}]
-	dev-python/packaging[${PYTHON_USEDEP}]
-	dev-python/wheel[${PYTHON_USEDEP}]
-"
-BDEPEND="
-	dev-python/build[${PYTHON_USEDEP}]
-"
-
-# Tests on pypi are incomplete
-# Tests on gh don't work
-RESTRICT="test"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/
@ 2024-07-08  4:56 Viorel Munteanu
  0 siblings, 0 replies; 39+ messages in thread
From: Viorel Munteanu @ 2024-07-08  4:56 UTC (permalink / raw
  To: gentoo-commits

commit:     3b60429c4f052f33f033edc259e85fe7716500b7
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  8 04:55:48 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jul  8 04:56:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b60429c

dev-python/desktop-notifier: add 5.0.1

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 dev-python/desktop-notifier/Manifest               |  1 +
 .../desktop-notifier/desktop-notifier-5.0.1.ebuild | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/desktop-notifier/Manifest b/dev-python/desktop-notifier/Manifest
index 7dfe129a8..9b517dcd3 100644
--- a/dev-python/desktop-notifier/Manifest
+++ b/dev-python/desktop-notifier/Manifest
@@ -1,2 +1,3 @@
 DIST desktop_notifier-4.0.0.tar.gz 29934 BLAKE2B da9944edd6577f36116a03a6620a5a8ec68071954df4ac31a96af148608a9c6d990805f025b44925a943274bc961d4412690dde7876520f9a42bca0b6b008f9b SHA512 a96f96d6cbf7876bebcc9eb8a33d348eb5ed8f2a86fd5a9761105684e0267d9496904bb38f54caba39d29dfc23e00530655669d8e849607e066c85512f67c045
 DIST desktop_notifier-5.0.0.tar.gz 32685 BLAKE2B 15f57cf1307fae127317da5590cdf7956a47741776ffc82d830ef634bea2ed059b8e7a392a214240fee6ba2c5073b2630cb4479d2fc3239a8bb92aa2146dd640 SHA512 d3eba090863e9c236e778680e9866c65b9fe584bd238e3819f4ae12cab570847708d70bfab81cd0e928a3945d5f339bf8d275fbf5709fbbe36f2a16a9544baca
+DIST desktop_notifier-5.0.1.tar.gz 32731 BLAKE2B 1c1d567badc50b60bac1743cf0ab8e2dbb44d0b4de0fb5f5c82dc958bbd558637953f96a7e5a5920fe80be0007ef814ae2e15d1c3eb19503a2ac784f65813583 SHA512 72b9a928817bb0834801842d9d5f065ec704b3c64c0ca0cd2457f08e8f37902f94a6bb06070eb83bd3414f613c14c11152fed45ff4061ab652c89780aa95046e

diff --git a/dev-python/desktop-notifier/desktop-notifier-5.0.1.ebuild b/dev-python/desktop-notifier/desktop-notifier-5.0.1.ebuild
new file mode 100644
index 000000000..f938fb500
--- /dev/null
+++ b/dev-python/desktop-notifier/desktop-notifier-5.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="desktop-notifier is a Python library for cross-platform desktop notifications"
+HOMEPAGE="
+	https://desktop-notifier.readthedocs.io
+	https://pypi.org/project/desktop-notifier/
+	https://github.com/samschott/desktop-notifier
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/dbus-next[${PYTHON_USEDEP}]
+	dev-python/packaging[${PYTHON_USEDEP}]
+	dev-python/wheel[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/build[${PYTHON_USEDEP}]
+"
+
+# Tests on pypi are incomplete
+# Tests on gh don't work
+RESTRICT="test"


^ permalink raw reply related	[flat|nested] 39+ messages in thread

end of thread, other threads:[~2024-07-08  4:56 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-02  8:37 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/desktop-notifier/ Viorel Munteanu
2023-05-02  9:05 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2024-07-08  4:56 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-07-08  4:56 Viorel Munteanu
2024-06-23 12:58 Viorel Munteanu
2024-05-12  9:38 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-05-12  9:04 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-05-12  9:04 Viorel Munteanu
2023-07-12  4:58 Viorel Munteanu
2023-07-04  4:53 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-07-04  4:37 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-04  4:53 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-07-04  4:37 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-05-12 10:07 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-12  9:48 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-05-12 10:07 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-12  9:48 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-05-12  9:48 Viorel Munteanu
2023-05-06  6:59 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-04  4:31 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-05-06  6:59 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-04  4:31 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-05-02  9:05 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-02  8:45 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-03-12  9:08 Viorel Munteanu
2023-02-01 21:36 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-02-01 21:29 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-02-01 21:29 Viorel Munteanu
2023-01-25 10:56 Viorel Munteanu
2022-11-23 12:42 Viorel Munteanu
2022-11-23 12:42 Viorel Munteanu
2022-11-02 16:23 Viorel Munteanu
2022-10-23  8:28 Viorel Munteanu
2022-10-23  8:28 Viorel Munteanu
2022-09-14  5:59 Viorel Munteanu
2022-09-11 17:41 Viorel Munteanu
2022-03-31 17:34 Viorel Munteanu
2022-03-31 17:34 Viorel Munteanu
2022-03-08 11:38 Viorel Munteanu
2022-03-02  7:58 Viorel Munteanu
2022-01-10 13:10 Andrew Ammerlaan
2022-01-09 11:32 Viorel Munteanu
2022-01-03 18:06 Viorel Munteanu
2022-01-03 18:06 Viorel Munteanu
2021-12-31  7:30 Viorel Munteanu
2021-12-29 12:07 Viorel Munteanu
2021-12-28 10:58 Viorel Munteanu
2021-12-24 18:03 Viorel Munteanu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox