public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pystray/
@ 2020-12-04  3:40 Theo Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2020-12-04  3:40 UTC (permalink / raw
  To: gentoo-commits

commit:     5f65b7e9bf36daed736aa6c4895175aaf09c814e
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Fri Dec  4 03:30:13 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Fri Dec  4 03:30:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f65b7e9

dev-python/pystray: new package 0.17.2

Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/pystray/Manifest              |  1 +
 dev-python/pystray/metadata.xml          |  8 ++++++++
 dev-python/pystray/pystray-0.17.2.ebuild | 22 ++++++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/dev-python/pystray/Manifest b/dev-python/pystray/Manifest
new file mode 100644
index 00000000..82d22421
--- /dev/null
+++ b/dev-python/pystray/Manifest
@@ -0,0 +1 @@
+DIST v0.17.2.tar.gz 44923 BLAKE2B 6e0c0cccb7509f793bb641695c8ce66beaefea6c84fd8bcbbac844a2708bf94455e0b846afe0029646d16489b508041220eab50fed759558ac56e84bab1f975f SHA512 d9e7f8896e177ecab9998fce8ec23a8a030525d114f7f546471c0995bbea23b698870ae084d56ad091a46e0b14047a68aa7f5dd0f2edf1a2479704408ecc6435

diff --git a/dev-python/pystray/metadata.xml b/dev-python/pystray/metadata.xml
new file mode 100644
index 00000000..d3ad614d
--- /dev/null
+++ b/dev-python/pystray/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>telans@posteo.de</email>
+        <name>Theo Anderson</name>
+    </maintainer>
+</pkgmetadata>

diff --git a/dev-python/pystray/pystray-0.17.2.ebuild b/dev-python/pystray/pystray-0.17.2.ebuild
new file mode 100644
index 00000000..73401321
--- /dev/null
+++ b/dev-python/pystray/pystray-0.17.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="System tray icon creation via python"
+HOMEPAGE="https://github.com/moses-palmer/pystray"
+SRC_URI="https://github.com/moses-palmer/pystray/archive/v${PV}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+RDEPEND="
+	${DEPEND}
+	dev-python/python-xlib[${PYTHON_USEDEP}]
+"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pystray/
@ 2020-12-23 10:57 Theo Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2020-12-23 10:57 UTC (permalink / raw
  To: gentoo-commits

commit:     1b851f130603586b372cf3cda27fafac0a11ce51
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Dec 23 10:49:13 2020 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Dec 23 10:49:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b851f13

dev-python/pystray: bdepend dev-python/pip

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/pystray/pystray-0.17.2.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/pystray/pystray-0.17.2.ebuild b/dev-python/pystray/pystray-0.17.2.ebuild
index 8736ac81..70935466 100644
--- a/dev-python/pystray/pystray-0.17.2.ebuild
+++ b/dev-python/pystray/pystray-0.17.2.ebuild
@@ -20,3 +20,4 @@ RDEPEND="
 	${DEPEND}
 	dev-python/python-xlib[${PYTHON_USEDEP}]
 "
+BDEPEND="dev-python/pip[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pystray/
@ 2021-04-28  2:16 Theo Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2021-04-28  2:16 UTC (permalink / raw
  To: gentoo-commits

commit:     300db11a28d6cf75b4882e7e2b01763d7d91b651
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Apr 28 01:46:58 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Apr 28 01:46:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=300db11a

dev-python/pystray: add 0.17.3

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/pystray/Manifest              |  1 +
 dev-python/pystray/pystray-0.17.3.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pystray/Manifest b/dev-python/pystray/Manifest
index 7df4fc8e7..da9261fff 100644
--- a/dev-python/pystray/Manifest
+++ b/dev-python/pystray/Manifest
@@ -1 +1,2 @@
 DIST pystray-0.17.2.tar.gz 24618 BLAKE2B 8576c35d5cef59910d29688357aa37a47c7c508ffbce7451b698afb138cf96b55f1149071d381cad57b6c8931d30a015f28a793bb25a21ddd18480108162189b SHA512 d9527a34956837bd3193d80db0c4bcd2a4fb82025d3e62f339e09ee500101ced87d2cd461672d01ed07b34a6afe3f47a7c2fa9c83155cc78a9d024774dc0e6b9
+DIST pystray-0.17.3.tar.gz 24877 BLAKE2B 5faf19241436d56d90a021c24753b914b3ec72fe2f511c3d1cf610e091829a8b130ade1ed4fef19ef6972d0b8ec5a3845f6ba443392d50d1b26bf81ef0715e61 SHA512 63b8bcffe80b619b753169d9b61ff7525cab550e5695abac9f01b9b6623555384a592a92b4ac23e251ff162db1a131aa482f8b2ecb2821b56e3cbb232434821a

diff --git a/dev-python/pystray/pystray-0.17.3.ebuild b/dev-python/pystray/pystray-0.17.3.ebuild
new file mode 100644
index 000000000..90908ae81
--- /dev/null
+++ b/dev-python/pystray/pystray-0.17.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="System tray icon creation via python"
+HOMEPAGE="https://github.com/moses-palmer/pystray"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+RDEPEND="
+	${DEPEND}
+	dev-python/python-xlib[${PYTHON_USEDEP}]
+"
+BDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pystray/
@ 2021-04-28  2:16 Theo Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2021-04-28  2:16 UTC (permalink / raw
  To: gentoo-commits

commit:     2920b56220369eef84875d80c2656453f49f4efc
Author:     Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Wed Apr 28 01:47:27 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Wed Apr 28 01:47:27 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2920b562

dev-python/pystray: drop 0.17.2

Signed-off-by: Theo Anderson <telans <AT> posteo.de>

 dev-python/pystray/Manifest              |  1 -
 dev-python/pystray/pystray-0.17.2.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/dev-python/pystray/Manifest b/dev-python/pystray/Manifest
index da9261fff..8a341d8eb 100644
--- a/dev-python/pystray/Manifest
+++ b/dev-python/pystray/Manifest
@@ -1,2 +1 @@
-DIST pystray-0.17.2.tar.gz 24618 BLAKE2B 8576c35d5cef59910d29688357aa37a47c7c508ffbce7451b698afb138cf96b55f1149071d381cad57b6c8931d30a015f28a793bb25a21ddd18480108162189b SHA512 d9527a34956837bd3193d80db0c4bcd2a4fb82025d3e62f339e09ee500101ced87d2cd461672d01ed07b34a6afe3f47a7c2fa9c83155cc78a9d024774dc0e6b9
 DIST pystray-0.17.3.tar.gz 24877 BLAKE2B 5faf19241436d56d90a021c24753b914b3ec72fe2f511c3d1cf610e091829a8b130ade1ed4fef19ef6972d0b8ec5a3845f6ba443392d50d1b26bf81ef0715e61 SHA512 63b8bcffe80b619b753169d9b61ff7525cab550e5695abac9f01b9b6623555384a592a92b4ac23e251ff162db1a131aa482f8b2ecb2821b56e3cbb232434821a

diff --git a/dev-python/pystray/pystray-0.17.2.ebuild b/dev-python/pystray/pystray-0.17.2.ebuild
deleted file mode 100644
index 90908ae81..000000000
--- a/dev-python/pystray/pystray-0.17.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="System tray icon creation via python"
-HOMEPAGE="https://github.com/moses-palmer/pystray"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-RDEPEND="
-	${DEPEND}
-	dev-python/python-xlib[${PYTHON_USEDEP}]
-"
-BDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pystray/
@ 2021-10-04  8:11 Theo Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2021-10-04  8:11 UTC (permalink / raw
  To: gentoo-commits

commit:     f8d44622879aefffe1bdfbe06eb37ee4ea09806d
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Mon Oct  4 07:26:40 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Oct  4 07:26:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8d44622

dev-python/pystray: add 0.17.4

Signed-off-by: James Beddek <telans <AT> posteo.de>

 dev-python/pystray/Manifest              |  1 +
 dev-python/pystray/pystray-0.17.4.ebuild | 23 +++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pystray/Manifest b/dev-python/pystray/Manifest
index 8a341d8eb..6e38c4d34 100644
--- a/dev-python/pystray/Manifest
+++ b/dev-python/pystray/Manifest
@@ -1 +1,2 @@
 DIST pystray-0.17.3.tar.gz 24877 BLAKE2B 5faf19241436d56d90a021c24753b914b3ec72fe2f511c3d1cf610e091829a8b130ade1ed4fef19ef6972d0b8ec5a3845f6ba443392d50d1b26bf81ef0715e61 SHA512 63b8bcffe80b619b753169d9b61ff7525cab550e5695abac9f01b9b6623555384a592a92b4ac23e251ff162db1a131aa482f8b2ecb2821b56e3cbb232434821a
+DIST pystray-0.17.4.tar.gz 44996 BLAKE2B 2be8d038afb35c0ecc6a0879a41bf898ef8ecf1f5e6d8e9c6d23a157714b866ec7a19d2e5205e95d5c16d0f401e360fb3fa4cdef1f4ed7779436be3e1a4fd37f SHA512 c6af272bef6f5769259d4958a606da3744ceabb5098286bf62fc5d7f2159231f425c77c1578d3b936000b94398d0afbb72a047d33687a30863a01a46bd2fe533

diff --git a/dev-python/pystray/pystray-0.17.4.ebuild b/dev-python/pystray/pystray-0.17.4.ebuild
new file mode 100644
index 000000000..2d0717c32
--- /dev/null
+++ b/dev-python/pystray/pystray-0.17.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="System tray icon creation via python"
+HOMEPAGE="https://github.com/moses-palmer/pystray"
+SRC_URI="https://github.com/moses-palmer/pystray/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+
+DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
+RDEPEND="
+	${DEPEND}
+	dev-python/python-xlib[${PYTHON_USEDEP}]
+"
+BDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pystray/
@ 2021-10-09  8:45 Theo Anderson
  0 siblings, 0 replies; 6+ messages in thread
From: Theo Anderson @ 2021-10-09  8:45 UTC (permalink / raw
  To: gentoo-commits

commit:     c5aa73f6dc6e39d51d32199c5db3d935fcb1ea28
Author:     James Beddek <telans <AT> posteo <DOT> de>
AuthorDate: Sat Oct  9 08:44:20 2021 +0000
Commit:     Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Sat Oct  9 08:44:20 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5aa73f6

dev-python/pystray: treeclean

Signed-off-by: James Beddek <telans <AT> posteo.de>

 dev-python/pystray/Manifest              |  2 --
 dev-python/pystray/metadata.xml          |  8 --------
 dev-python/pystray/pystray-0.17.3.ebuild | 23 -----------------------
 dev-python/pystray/pystray-0.17.4.ebuild | 23 -----------------------
 4 files changed, 56 deletions(-)

diff --git a/dev-python/pystray/Manifest b/dev-python/pystray/Manifest
deleted file mode 100644
index 6e38c4d34..000000000
--- a/dev-python/pystray/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST pystray-0.17.3.tar.gz 24877 BLAKE2B 5faf19241436d56d90a021c24753b914b3ec72fe2f511c3d1cf610e091829a8b130ade1ed4fef19ef6972d0b8ec5a3845f6ba443392d50d1b26bf81ef0715e61 SHA512 63b8bcffe80b619b753169d9b61ff7525cab550e5695abac9f01b9b6623555384a592a92b4ac23e251ff162db1a131aa482f8b2ecb2821b56e3cbb232434821a
-DIST pystray-0.17.4.tar.gz 44996 BLAKE2B 2be8d038afb35c0ecc6a0879a41bf898ef8ecf1f5e6d8e9c6d23a157714b866ec7a19d2e5205e95d5c16d0f401e360fb3fa4cdef1f4ed7779436be3e1a4fd37f SHA512 c6af272bef6f5769259d4958a606da3744ceabb5098286bf62fc5d7f2159231f425c77c1578d3b936000b94398d0afbb72a047d33687a30863a01a46bd2fe533

diff --git a/dev-python/pystray/metadata.xml b/dev-python/pystray/metadata.xml
deleted file mode 100644
index cd174bd3e..000000000
--- a/dev-python/pystray/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-    <maintainer type="person">
-        <email>telans@posteo.de</email>
-        <name>James Beddek</name>
-    </maintainer>
-</pkgmetadata>

diff --git a/dev-python/pystray/pystray-0.17.3.ebuild b/dev-python/pystray/pystray-0.17.3.ebuild
deleted file mode 100644
index 90908ae81..000000000
--- a/dev-python/pystray/pystray-0.17.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="System tray icon creation via python"
-HOMEPAGE="https://github.com/moses-palmer/pystray"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-RDEPEND="
-	${DEPEND}
-	dev-python/python-xlib[${PYTHON_USEDEP}]
-"
-BDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"

diff --git a/dev-python/pystray/pystray-0.17.4.ebuild b/dev-python/pystray/pystray-0.17.4.ebuild
deleted file mode 100644
index 2d0717c32..000000000
--- a/dev-python/pystray/pystray-0.17.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="System tray icon creation via python"
-HOMEPAGE="https://github.com/moses-palmer/pystray"
-SRC_URI="https://github.com/moses-palmer/pystray/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-DEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-RDEPEND="
-	${DEPEND}
-	dev-python/python-xlib[${PYTHON_USEDEP}]
-"
-BDEPEND="dev-python/pillow[${PYTHON_USEDEP}]"


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

end of thread, other threads:[~2021-10-09  8:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-28  2:16 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pystray/ Theo Anderson
  -- strict thread matches above, loose matches on Subject: below --
2021-10-09  8:45 Theo Anderson
2021-10-04  8:11 Theo Anderson
2021-04-28  2:16 Theo Anderson
2020-12-23 10:57 Theo Anderson
2020-12-04  3:40 Theo Anderson

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