public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Dirkjan Ochtman" <djc@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/
Date: Sat, 19 Sep 2015 11:48:24 +0000 (UTC)	[thread overview]
Message-ID: <1442663294.65e8e65cac5daf378ae37576bd322dbfd8950312.djc@gentoo> (raw)

commit:     65e8e65cac5daf378ae37576bd322dbfd8950312
Author:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 19 11:46:15 2015 +0000
Commit:     Dirkjan Ochtman <djc <AT> gentoo <DOT> org>
CommitDate: Sat Sep 19 11:48:14 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65e8e65c

dev-python/python-daemon: version bump to 2.0.6

Package-Manager: portage-2.2.20.1

 dev-python/python-daemon/Manifest                  |  1 +
 .../python-daemon/python-daemon-2.0.6.ebuild       | 34 ++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/python-daemon/Manifest b/dev-python/python-daemon/Manifest
index eea04a5..306b049 100644
--- a/dev-python/python-daemon/Manifest
+++ b/dev-python/python-daemon/Manifest
@@ -1,3 +1,4 @@
 DIST python-daemon-1.6.tar.gz 41564 SHA256 1665fb16bfeae72f16aa2de40bc75661458bd42731a7d463a911a8d5eaf96c0b SHA512 ff9480844d8f57a09f27067aaa78669c167f66b2cc05f9b3baa660bc0aa21228d4894eeaeb3440611c1e0f0d5633b1c60eac60893da4a86d1db4b94d99961299 WHIRLPOOL 35ec95c43b7822fa9abca9bb21442fe2b9f83b7171d8e8a87cc12a7e07a2653fbd5b4aea7adbba799c76d8b4cf3c844b665ae3b90d5b77afe4b33c88dce85ba4
 DIST python-daemon-2.0.4.tar.gz 71162 SHA256 07ca8c037d85bd365ef42ad7786d9d5866e636ede8e21da695a9ab4dc8c4dc19 SHA512 923680198616ffd17bc86f92c6639afe97a13d9a8d6658fb09011ddc57dabd0bcc4009abdd0be837ab092153f22ce535796705091d0785ce6845bf1919a419b3 WHIRLPOOL 2bdf2eeef58288f7df7f96fdb667b69d8b55f702bce376acc9a260a0e07f7541970834e9db3eb5effc9d37cb3df99a05979b4ac22bfb9ff72efa869fabfeb69e
 DIST python-daemon-2.0.5.tar.gz 71298 SHA256 afde4fa433d94d007206ee31a0941d55b5eb232a5422b670aad628547b46bf68 SHA512 6bac000e304e0828dd54cfa3c7972c07dedb07684f98e5f7e05815df2cf2f25c43ddf4f121e8d282519bdfcca0990fab585f18e43b2578123bc7fbe5f5f8b73e WHIRLPOOL db39b107f7c96cf5fd1c62262ed33bb6e53e8f79836be6d12dabd6b05ec59457df4fea70cd7fa2c38548fc0b60b22d01a62895251b6f26bfa0d9fe5577cdf55f
+DIST python-daemon-2.0.6.tar.gz 72668 SHA256 1730b8e80773379857bf4a792ccccea2cda05c151fbee986b909ceddafa27309 SHA512 0900c16cea90d8708fed22fdfb413e23a46d35a04a550535646b37063c6f5763de8653991ba600e5bf1ee29942cbc91ba8a9ec69413eea7dece407329fe4eb50 WHIRLPOOL f9684036f6aebb0b3f84bad2f48bc48f2a33e30f28af751a9f37dc95e0cae64cc7c19e4a17bd948e5401a23b920b7b6fa261bc028c87227ae6eb6090fbffb956

diff --git a/dev-python/python-daemon/python-daemon-2.0.6.ebuild b/dev-python/python-daemon/python-daemon-2.0.6.ebuild
new file mode 100644
index 0000000..8e18ab7
--- /dev/null
+++ b/dev-python/python-daemon/python-daemon-2.0.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Library to implement a well-behaved Unix daemon process"
+HOMEPAGE="https://pypi.python.org/pypi/python-daemon"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-python/lockfile-0.9[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	dev-python/docutils[${PYTHON_USEDEP}]
+	test? (
+		>=dev-python/unittest2-0.8.0[${PYTHON_USEDEP}]
+		>=dev-python/mock-1.0[${PYTHON_USEDEP}]
+		dev-python/testtools[${PYTHON_USEDEP}]
+		>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+	)"
+
+DOCS=( ChangeLog )
+
+python_test() {
+	esetup.py test
+}


             reply	other threads:[~2015-09-19 11:48 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-19 11:48 Dirkjan Ochtman [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-20 10:52 [gentoo-commits] repo/gentoo:master commit in: dev-python/python-daemon/ Dirkjan Ochtman
2017-04-24 21:22 Mike Gilbert
2018-07-31  8:00 Patrice Clement
2020-03-16 17:58 Matthew Thode
2020-03-16 17:58 Matthew Thode
2020-03-17  9:18 Michał Górny
2020-04-25 20:10 Michał Górny
2020-09-04 21:03 Patrick McLean
2020-09-04 21:12 Patrick McLean
2020-09-05  0:07 Patrick McLean
2020-10-16 18:22 Michał Górny
2020-11-16  0:20 Michał Górny
2020-11-16  1:15 Sam James
2020-11-16  8:22 Michał Górny
2021-02-21 10:07 Michał Górny
2021-03-25 16:19 Agostino Sarubbo
2021-03-25 19:09 Michał Górny
2021-09-06  6:41 Arthur Zamarin
2022-05-27 19:08 Arthur Zamarin
2022-05-27 19:08 Arthur Zamarin
2022-06-27 23:32 Sam James
2022-06-28  4:03 Michał Górny
2022-07-20  5:39 Michał Górny
2022-08-19  8:33 Arthur Zamarin
2022-10-23  5:00 Michał Górny
2022-11-25 13:54 Arthur Zamarin
2022-11-25 14:04 Michał Górny
2023-01-13 12:39 Arthur Zamarin
2023-01-13 12:39 Arthur Zamarin
2023-02-26 18:16 Arthur Zamarin
2023-02-28  1:30 Sam James
2023-03-03  6:28 Viorel Munteanu
2023-10-20 14:05 Michał Górny
2023-11-28  5:27 Arthur Zamarin
2023-11-28  5:27 Arthur Zamarin
2024-10-25  4:04 Michał Górny
2024-11-09  9:50 Sam James
2024-11-09 10:02 Michał Górny
2024-12-02  6:54 Michał Górny
2024-12-04  7:46 Michał Górny
2024-12-21 11:17 Michał Górny
2024-12-21 11:30 Michał Górny

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=1442663294.65e8e65cac5daf378ae37576bd322dbfd8950312.djc@gentoo \
    --to=djc@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