public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/py3status/
Date: Wed, 31 Oct 2018 15:19:04 +0000 (UTC)	[thread overview]
Message-ID: <1540999107.a2953bb74ec8dbef40175de4f70d362bf7810db7.ultrabug@gentoo> (raw)

commit:     a2953bb74ec8dbef40175de4f70d362bf7810db7
Author:     Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 31 15:17:47 2018 +0000
Commit:     Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Wed Oct 31 15:18:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2953bb7

x11-misc/py3status: version bump with gevent and udev USE flags

Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11

 x11-misc/py3status/Manifest              |  1 +
 x11-misc/py3status/metadata.xml          |  4 ++++
 x11-misc/py3status/py3status-3.13.ebuild | 30 ++++++++++++++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/x11-misc/py3status/Manifest b/x11-misc/py3status/Manifest
index f3fcd30196c..bffb56cb16f 100644
--- a/x11-misc/py3status/Manifest
+++ b/x11-misc/py3status/Manifest
@@ -1 +1,2 @@
 DIST py3status-3.12.tar.gz 278589 BLAKE2B 9a0e153d19fd6e60a825e688320f1307465f80c18c62910b514bf5fdb0db98fd50dd54325219a7160b56febefc0a4ba7b8b0db61bbe8ae36bbfa68bb50b69a60 SHA512 ca236d14ef4a01df4015931460032bd9fb48ffb94e7c6a86b783d83149c6b3db3e25159e1ea0593d49c937abfc8362e3e16c7e376424aaa42cd5ebee67bc5c6c
+DIST py3status-3.13.tar.gz 298746 BLAKE2B df0d24a76da60355f715aece9e0080cb3a281a0ee2a57407d8155f5ed4fb56f075852921d9a43713e3c8c98a9d1376e530f6113f6bb247b0c77e9dda50e3eb2e SHA512 41ff404ced56e3c10c31d1629e701299d5ea7676cecdc1bd4226d81659ec320e16d9ac8c07ff302a210ba692249b262257c706d06605e1dd429c2ebcca736787

diff --git a/x11-misc/py3status/metadata.xml b/x11-misc/py3status/metadata.xml
index ca06ced2e0e..d823cd0df90 100644
--- a/x11-misc/py3status/metadata.xml
+++ b/x11-misc/py3status/metadata.xml
@@ -12,4 +12,8 @@
 		<remote-id type="pypi">py3status</remote-id>
 		<remote-id type="github">ultrabug/py3status</remote-id>
 	</upstream>
+	<use>
+		<flag name="gevent">Install extra requirement <pkg>dev-python/gevent</pkg> to enable green threads.</flag>
+		<flag name="udev">Install extra requirement <pkg>dev-python/pyudev</pkg> to enable udev events monitoring on modules.</flag>
+	</use>
 </pkgmetadata>

diff --git a/x11-misc/py3status/py3status-3.13.ebuild b/x11-misc/py3status/py3status-3.13.ebuild
new file mode 100644
index 00000000000..10ccdf7c127
--- /dev/null
+++ b/x11-misc/py3status/py3status-3.13.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+SRC_URI="https://github.com/ultrabug/py3status/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+inherit distutils-r1
+
+MY_PN="py3status"
+MY_P="${MY_PN}-${PV/_/-}"
+
+DESCRIPTION="py3status is an extensible i3status wrapper written in python"
+HOMEPAGE="https://github.com/ultrabug/py3status"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="gevent +udev"
+
+RDEPEND="
+	x11-misc/i3status
+	gevent? ( >=dev-python/gevent-1.2.0[${PYTHON_USEDEP}] )
+	udev? ( >=dev-python/pyudev-0.21.0[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+
+S=${WORKDIR}/${MY_P}


             reply	other threads:[~2018-10-31 15:19 UTC|newest]

Thread overview: 71+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-31 15:19 Alexys Jacob [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-03  8:42 [gentoo-commits] repo/gentoo:master commit in: x11-misc/py3status/ Alexys Jacob
2024-05-31 10:19 Alexys Jacob
2024-03-26 16:01 Alexys Jacob
2024-01-28 11:28 Alexys Jacob
2024-01-14 10:45 Alexys Jacob
2024-01-14 10:21 Alexys Jacob
2023-10-13 15:10 Alexys Jacob
2023-10-13 15:10 Alexys Jacob
2023-09-14  9:26 Alexys Jacob
2023-07-30 10:20 Alexys Jacob
2023-06-27  9:02 Alexys Jacob
2023-04-19  8:30 Alexys Jacob
2023-02-17 13:02 Alexys Jacob
2023-01-14  8:19 Alexys Jacob
2022-12-20 14:26 Jakov Smolić
2022-10-14 16:39 Alexys Jacob
2022-08-25 16:52 Alexys Jacob
2022-06-16 13:59 Alexys Jacob
2022-04-22 14:57 Alexys Jacob
2022-04-12  9:17 Alexys Jacob
2022-03-14  9:37 Alexys Jacob
2022-02-27 17:44 Alexys Jacob
2021-11-22 13:22 Alexys Jacob
2021-08-30  8:24 Alexys Jacob
2021-06-29 14:55 Alexys Jacob
2021-05-26 14:12 Alexys Jacob
2021-04-02 13:24 Alexys Jacob
2021-03-22 19:46 Alexys Jacob
2021-03-04 15:43 Alexys Jacob
2021-03-04 11:40 Alexys Jacob
2021-02-09 14:45 Alexys Jacob
2021-02-09 14:45 Alexys Jacob
2021-02-07 20:47 Alexys Jacob
2021-02-03 18:36 Alexys Jacob
2020-11-21 10:26 Alexys Jacob
2020-09-14 20:00 Alexys Jacob
2020-09-07 20:23 Alexys Jacob
2020-04-13 20:06 Alexys Jacob
2020-03-01 17:19 Alexys Jacob
2020-02-09 16:11 Alexys Jacob
2020-02-05 21:21 Michał Górny
2020-01-10 20:42 Alexys Jacob
2020-01-04 16:10 Alexys Jacob
2019-12-12 22:24 Alexys Jacob
2019-10-13 10:47 Alexys Jacob
2019-05-01 14:08 Alexys Jacob
2019-04-01  7:42 Alexys Jacob
2019-03-24 17:56 Alexys Jacob
2019-01-20 15:28 Alexys Jacob
2018-12-30 21:46 Alexys Jacob
2018-11-10 14:02 Alexys Jacob
2018-08-09  6:05 Alexys Jacob
2018-07-07 13:29 Alexys Jacob
2018-05-21  5:38 Alexys Jacob
2018-05-14 20:54 Alexys Jacob
2018-04-02 17:13 Alexys Jacob
2017-12-03  8:29 Alexys Jacob
2017-11-26 23:33 David Seifert
2017-08-22  5:36 Alexys Jacob
2017-04-07  8:01 Alexys Jacob
2017-01-26 13:05 Alexys Jacob
2016-11-20 13:35 Alexys Jacob
2016-10-11 16:01 Alexys Jacob
2016-09-11 12:23 Alexys Jacob
2016-06-23 16:26 Alexys Jacob
2016-03-02  7:40 Alexys Jacob
2016-01-03 14:40 Alexys Jacob
2015-11-12  9:23 Alexys Jacob
2015-08-27 16:38 Alexys Jacob
2015-08-21 10:31 Alexys Jacob

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=1540999107.a2953bb74ec8dbef40175de4f70d362bf7810db7.ultrabug@gentoo \
    --to=ultrabug@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

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

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