From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/notify2/
Date: Fri, 21 Oct 2016 16:01:58 +0000 (UTC) [thread overview]
Message-ID: <1477065336.fb353aefadde9f6ba45281f1f063548dec5ffbf5.prometheanfire@gentoo> (raw)
commit: fb353aefadde9f6ba45281f1f063548dec5ffbf5
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 21 15:47:16 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Fri Oct 21 15:55:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb353aef
dev-python/notify2: adding for pulseaudio-dlna
Package-Manager: portage-2.3.0
dev-python/notify2/Manifest | 1 +
dev-python/notify2/metadata.xml | 13 +++++++++++++
dev-python/notify2/notify2-0.3.ebuild | 31 +++++++++++++++++++++++++++++++
3 files changed, 45 insertions(+)
diff --git a/dev-python/notify2/Manifest b/dev-python/notify2/Manifest
new file mode 100644
index 00000000..050a18e
--- /dev/null
+++ b/dev-python/notify2/Manifest
@@ -0,0 +1 @@
+DIST notify2-0.3.tar.gz 8798 SHA256 684281f91c51fc60bc7909a35bd21d043a2a421f4e269de1ed1f13845d1d6321 SHA512 3290a5ff291d5500bcf631094fcf10302b234353eb8c26b91e7cd264238443866aadc15224d51eb6608e16b7ffbc9316d4bc551e5ad9de2a48b12a31b195739f WHIRLPOOL f28d569baafecaad0b2bf42856c67371ac42660dd6259a91b1d06bbcd0da15c0cfe0a87d72c2171cc23f01cacb104b633c4c386178760441ebcc8c58b32407f9
diff --git a/dev-python/notify2/metadata.xml b/dev-python/notify2/metadata.xml
new file mode 100644
index 00000000..5727453
--- /dev/null
+++ b/dev-python/notify2/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ </maintainer>
+ <maintainer type="person">
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
diff --git a/dev-python/notify2/notify2-0.3.ebuild b/dev-python/notify2/notify2-0.3.ebuild
new file mode 100644
index 00000000..cb20f99
--- /dev/null
+++ b/dev-python/notify2/notify2-0.3.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python interface to DBus notifications."
+HOMEPAGE="https://bitbucket.org/takluyver/pynotify2"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="dev-python/dbus-python[${PYTHON_USEDEP}]"
+
+python_test() {
+ esetup.py test
+}
+
+python_install_all() {
+ if use examples; then
+ insinto /usr/share/doc/${PF}/examples
+ doins examples/*
+ fi
+ distutils-r1_python_install_all
+}
next reply other threads:[~2016-10-21 16:02 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-21 16:01 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-05-22 16:22 [gentoo-commits] repo/gentoo:master commit in: dev-python/notify2/ Manuel Rüger
2018-10-09 9:55 Mikle Kolyada
2018-12-19 22:32 Sergei Trofimovich
2019-01-23 18:34 Mikle Kolyada
2019-02-16 10:21 Markus Meier
2019-08-12 18:10 Daniel Pielmeier
2019-08-12 18:19 Daniel Pielmeier
2019-08-13 9:17 Agostino Sarubbo
2019-08-13 10:30 Agostino Sarubbo
2019-08-13 10:32 Agostino Sarubbo
2019-09-05 17:10 Daniel Pielmeier
2020-02-21 13:59 Michał Górny
2020-03-07 9:44 Agostino Sarubbo
2020-03-07 10:50 Agostino Sarubbo
2020-03-07 10:54 Agostino Sarubbo
2020-03-07 11:03 Agostino Sarubbo
2020-03-07 11:06 Agostino Sarubbo
2020-03-07 15:03 Michał Górny
2020-04-19 14:32 Daniel Pielmeier
2020-06-21 9:42 Daniel Pielmeier
2020-08-02 8:36 Michał Górny
2020-08-29 4:30 Sam James
2020-09-25 12:56 Daniel Pielmeier
2020-09-25 13:42 Daniel Pielmeier
2020-11-02 11:19 Michał Górny
2020-11-02 11:54 Sam James
2020-11-02 14:48 Michał Górny
2021-04-19 19:31 Sam James
2021-09-17 19:57 Arthur Zamarin
2022-01-29 15:43 Michał Górny
2022-03-15 12:33 Jakov Smolić
2022-03-15 14:17 Michał Górny
2022-06-17 1:10 Sam James
2022-10-18 16:32 Jakov Smolić
2023-03-16 4:03 Michał Górny
2023-10-20 13:22 Michał Górny
2024-07-02 12:14 Petr Vaněk
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=1477065336.fb353aefadde9f6ba45281f1f063548dec5ffbf5.prometheanfire@gentoo \
--to=prometheanfire@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