From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/
Date: Thu, 12 Jan 2017 14:06:12 +0000 (UTC) [thread overview]
Message-ID: <1484229951.274d6506e47717e007c93157cbe9720feb627a40.monsieurp@gentoo> (raw)
commit: 274d6506e47717e007c93157cbe9720feb627a40
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Wed Jan 11 21:49:48 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jan 12 14:05:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274d6506
www-misc/urlwatch: version bump to 2.6.
This version adds support for Pushbullet notifications
thanks to the new package 'dev-python/pushbullet-py'.
Package-Manager: portage-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/3437
www-misc/urlwatch/Manifest | 1 +
www-misc/urlwatch/urlwatch-2.6.ebuild | 50 +++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/www-misc/urlwatch/Manifest b/www-misc/urlwatch/Manifest
index 4b2b452..8e0176c 100644
--- a/www-misc/urlwatch/Manifest
+++ b/www-misc/urlwatch/Manifest
@@ -1 +1,2 @@
DIST urlwatch-2.5.tar.gz 25322 SHA256 6010a45dbc20d5449f214655c94977a65e1e2b8ba32f58e9045ddfdaaabf3962 SHA512 993d2596288d014a3b84ae22c29ce89282c4320dd95b339c9892db07997059fc80a96198cb89ba04d935f68d2d051da96dc981f8e8b3657492443b060d2126a1 WHIRLPOOL d8be345d19027e475825d708f9ce2c55fe4abb23e903d629aec872104a0e890f225dfe3f1c8de87541e9cbed7c62592d362e464f3014f0a7ce27000fd9a5f880
+DIST urlwatch-2.6.tar.gz 30412 SHA256 57a90a0a7a3f056bbf77c917621a124338de20e15ce356873b9abba72f57d6f4 SHA512 52d71984972c6888ade01fcc635d33a60c024424b82ac9319554f548438f8a4e2f32a8b7d3047ed86654c8ef67e3b6eac99728f9409b60cdffe7e842fd8fe16c WHIRLPOOL 29ffa3606e5ba00006b3f3767beef2804c2952453fd11db9aa3cb99515dc347f215c127df5bef38ee185e0c89ab8edd377bb4066d1b8a65b6085ec251dc436b6
diff --git a/www-misc/urlwatch/urlwatch-2.6.ebuild b/www-misc/urlwatch/urlwatch-2.6.ebuild
new file mode 100644
index 00000000..4307469
--- /dev/null
+++ b/www-misc/urlwatch/urlwatch-2.6.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="A tool for monitoring webpages for updates"
+HOMEPAGE="https://thp.io/2008/urlwatch/ https://pypi.python.org/pypi/urlwatch"
+SRC_URI="https://thp.io/2008/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+ dev-python/keyring[${PYTHON_USEDEP}]
+ dev-python/pyyaml[${PYTHON_USEDEP}]
+ dev-python/minidb[${PYTHON_USEDEP}]
+ dev-python/requests[${PYTHON_USEDEP}]
+ || ( www-client/lynx app-text/html2text )
+"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ ${RDEPEND}
+ dev-python/nose[${PYTHON_USEDEP}]
+ dev-python/pycodestyle[${PYTHON_USEDEP}]
+ )
+"
+
+python_test() {
+ nosetests test || die "tests failed with ${EPYTHON}"
+}
+
+pkg_postinst() {
+ if [[ -z "${REPLACING_VERSIONS}" ]]; then
+ if ! has_version dev-python/chump; then
+ elog "Install 'dev-python/chump' to enable Pushover" \
+ "notifications support"
+ fi
+ if ! has_version dev-python/pushbullet-py; then
+ elog "Install 'dev-python/pushbullet-py' to enable" \
+ "Pushbullet notifications support"
+ fi
+ fi
+}
next reply other threads:[~2017-01-12 14:06 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-12 14:06 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-03 21:20 [gentoo-commits] repo/gentoo:master commit in: www-misc/urlwatch/ Louis Sautier
2024-06-03 21:20 Louis Sautier
2024-03-15 1:48 Sam James
2024-03-15 1:48 Sam James
2024-03-11 21:29 Louis Sautier
2023-11-07 12:43 Louis Sautier
2023-11-07 12:43 Louis Sautier
2023-05-03 11:10 Louis Sautier
2023-05-03 11:10 Louis Sautier
2023-04-19 9:43 Sam James
2023-04-19 9:43 Sam James
2023-04-12 19:28 Louis Sautier
2023-04-12 11:47 Louis Sautier
2023-04-11 20:59 Louis Sautier
2023-02-26 20:09 Louis Sautier
2023-02-26 19:53 Louis Sautier
2023-02-26 19:53 Louis Sautier
2022-03-21 9:15 Jakov Smolić
2022-03-21 9:12 Jakov Smolić
2022-03-17 12:33 Louis Sautier
2022-03-17 12:33 Louis Sautier
2021-11-13 15:38 Louis Sautier
2021-11-13 1:58 Louis Sautier
2021-07-15 22:37 Louis Sautier
2021-06-01 7:17 Patrice Clement
2021-06-01 6:59 Agostino Sarubbo
2021-06-01 6:32 Agostino Sarubbo
2021-04-15 19:34 Louis Sautier
2021-04-15 19:34 Louis Sautier
2020-12-19 21:34 Louis Sautier
2020-09-21 15:30 Michał Górny
2020-09-16 22:07 Louis Sautier
2020-09-15 11:47 Louis Sautier
2020-09-15 9:41 Louis Sautier
2020-08-24 14:01 Louis Sautier
2020-05-03 21:14 Louis Sautier
2020-04-23 9:32 Louis Sautier
2020-03-19 6:28 Michał Górny
2019-06-05 6:48 Agostino Sarubbo
2019-06-04 14:45 Thomas Deutschmann
2019-04-14 13:25 Louis Sautier
2019-04-14 13:25 Louis Sautier
2019-01-28 0:15 Louis Sautier
2019-01-28 0:15 Louis Sautier
2018-10-23 20:13 Louis Sautier
2018-10-23 20:13 Louis Sautier
2018-09-05 22:46 Louis Sautier
2018-08-30 12:01 Louis Sautier
2018-06-24 13:57 Louis Sautier
2018-06-07 21:30 Patrice Clement
2018-06-07 21:30 Patrice Clement
2018-05-20 21:18 Patrice Clement
2018-05-20 21:18 Patrice Clement
2018-05-20 21:18 Patrice Clement
2018-04-23 14:22 Patrice Clement
2017-11-25 23:14 Patrice Clement
2016-09-03 22:00 Patrice Clement
2016-07-17 14:06 Patrice Clement
2016-07-17 14:06 Patrice Clement
2016-07-07 7:47 Patrice Clement
2016-02-06 10:16 Patrice Clement
2016-01-22 13:02 Ian Delaney
2016-01-20 14:45 Patrice Clement
2016-01-19 11:09 Patrice Clement
2016-01-19 11:09 Patrice Clement
2016-01-19 11:09 Patrice Clement
2015-09-15 0:41 Tim Harder
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=1484229951.274d6506e47717e007c93157cbe9720feb627a40.monsieurp@gentoo \
--to=monsieurp@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