public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/supervisor/
Date: Sun,  3 Apr 2016 18:30:58 +0000 (UTC)	[thread overview]
Message-ID: <1459708253.1a65af8b51d131d4711364e30ef02e4aa6672f32.patrick@gentoo> (raw)

commit:     1a65af8b51d131d4711364e30ef02e4aa6672f32
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 18:13:13 2016 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 18:30:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a65af8b

app-admin/supervisor: Bump

Package-Manager: portage-2.2.28

 app-admin/supervisor/Manifest                |  1 +
 app-admin/supervisor/supervisor-3.2.3.ebuild | 47 ++++++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

diff --git a/app-admin/supervisor/Manifest b/app-admin/supervisor/Manifest
index d74ecd2..402a2eb 100644
--- a/app-admin/supervisor/Manifest
+++ b/app-admin/supervisor/Manifest
@@ -1,3 +1,4 @@
 DIST supervisor-3.1.3.tar.gz 391529 SHA256 e32c546fe8d2a6e079ec4819c49fd24534d4075a58af39118d04367918b3c282 SHA512 40795bfd1aee3eba9e51b6dc1bfcff20c42c0a42ca7ceecc35c428f7840d5d631303b7f0c4eee85375296fd4e9a48f6b405a87caf038f8ffbfe227b5160e7aa5 WHIRLPOOL da8f41907857c46633e93e1806449babd9230994a528c73946276c10387e380763b7b9fb884bb3376537d6eb55428e5873ed8e9a11cd410a3d6c8d7593907552
 DIST supervisor-3.2.1.tar.gz 410461 SHA256 d6b54903aab4214664b6f2c6400f673bee3e21aec7b14d08940ed431a3ead630 SHA512 a4fa8b1729a578c36c989e91a87c0ff4d2e5487b1beb58bd0695729553b5005cf4a282c6a193330c5b352d2467597bae330a28d6e42305c8108593fbf24b1b80 WHIRLPOOL 36f798f87a73e76b8cd79d4c417a64246e77b3114142a82fc322f302deb285f625f6a1bab738cb437116665b6172a1b643fa8c765e57591500c53ed6823b3372
 DIST supervisor-3.2.2.tar.gz 410884 SHA256 67b07b75bdf4529af0ed99f3940bac73d8bcdd8acb1b7cadb7314152e73b8c5f SHA512 2a4beba2bb707ce0ec90a80e212d7edc5e3a74e36675bb483100d97f75e2826538c3bf604faf07fe435e7f4c89608694a22f59293f272ea1e03f8859c0bf9da2 WHIRLPOOL 48795b0e61f9c7a295c0a807db81362d00012a91c3f37f4d2ccfa4f6c171d89219ec24c74e1ea53885353c2ae55c208ba6b6441345e89379c6159145f889a4de
+DIST supervisor-3.2.3.tar.gz 411342 SHA256 3d6f0304c8ce74ab2100dfc4ab0f70050568504216f9508a81b8ed269aec9705 SHA512 53ced6e918aaf4cf780787378cf1559579c66760dc85fe07fe42554d42434ed01dc7f36b4b59bb3f56064523a51fe9f9b509bfc5d83c2306e2dcb523070c989a WHIRLPOOL 03d76d41a3c809305754e13087c183748a4c321b5e0ddf2b19a4869bffc457611946524749a80b33ee965dd52c9b9aa50212e669d87285c3201b736034b51a11

diff --git a/app-admin/supervisor/supervisor-3.2.3.ebuild b/app-admin/supervisor/supervisor-3.2.3.ebuild
new file mode 100644
index 0000000..049c53d
--- /dev/null
+++ b/app-admin/supervisor/supervisor-3.2.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+PYTHON_COMPAT=( python2_7 )	# py2 only
+# xml.etree.ElementTree module required.
+PYTHON_REQ_USE="xml"
+
+inherit distutils-r1
+
+MY_PV="${PV/_beta/b}"
+
+DESCRIPTION="A system for controlling process state under UNIX"
+HOMEPAGE="http://supervisord.org/ https://pypi.python.org/pypi/supervisor"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
+
+LICENSE="repoze ZPL BSD HPND GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+# ALL versions of meld3 match to >=meld3-0.6.5
+RDEPEND="dev-python/meld3[${PYTHON_USEDEP}]
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	test? ( dev-python/mock[${PYTHON_USEDEP}] )
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )"
+
+S="${WORKDIR}/${PN}-${MY_PV}"
+
+python_compile_all() {
+	# Somehow the test phase is called and run on invoking a doc build; harmless
+	use doc && emake -C docs html
+}
+
+python_test() {
+	esetup.py test
+}
+
+python_install_all() {
+	newinitd "${FILESDIR}/init.d-r1" supervisord
+	newconfd "${FILESDIR}/conf.d" supervisord
+	use doc && local HTML_DOCS=( docs/.build/html/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2016-04-03 18:31 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-03 18:30 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-28 17:01 [gentoo-commits] repo/gentoo:master commit in: app-admin/supervisor/ Sam James
2024-04-29 20:13 Louis Sautier
2024-04-27  6:53 Michał Górny
2023-05-20  6:22 Michał Górny
2023-05-01  0:30 Sam James
2023-05-01  0:16 Sam James
2022-12-24 18:38 Louis Sautier
2022-11-01 10:20 Yixun Lan
2021-12-30 23:31 Louis Sautier
2021-12-30 23:31 Louis Sautier
2021-06-03  8:23 Sam James
2021-06-01 11:58 Sam James
2021-05-31 22:24 Louis Sautier
2021-02-27  0:46 Louis Sautier
2020-09-11 23:56 Louis Sautier
2020-08-21  9:20 Louis Sautier
2020-08-11 18:51 Agostino Sarubbo
2020-08-11 14:23 Agostino Sarubbo
2020-05-03 20:07 Louis Sautier
2020-03-01 20:39 Louis Sautier
2020-02-11 12:03 Louis Sautier
2020-02-11 11:09 Agostino Sarubbo
2020-02-11  9:52 Agostino Sarubbo
2020-02-10 12:59 Louis Sautier
2019-07-26 10:21 Louis Sautier
2019-07-17 15:05 Louis Sautier
2019-07-17 15:05 Louis Sautier
2019-05-23  8:24 Louis Sautier
2019-05-23  8:24 Louis Sautier
2019-04-19 11:10 Louis Sautier
2019-04-19 11:10 Louis Sautier
2019-04-10 22:24 Louis Sautier
2019-04-07  0:37 Louis Sautier
2019-04-07  0:37 Louis Sautier
2018-12-23 20:10 Louis Sautier
2018-12-23 20:10 Louis Sautier
2017-07-26 15:31 Michał Górny
2017-07-26 15:31 Michał Górny
2017-07-26 15:31 Michał Górny
2017-06-11  7:19 Michael Palimaka
2017-06-11  7:19 Michael Palimaka
2016-12-02 21:44 Patrice Clement
2016-12-02 21:44 Patrice Clement
2016-10-29 21:17 Michał Górny
2016-10-01 20:15 Patrick Lauer
2016-06-13  9:12 Patrick Lauer
2016-03-12 10:02 Patrick Lauer
2016-02-18  9:58 Patrick Lauer

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=1459708253.1a65af8b51d131d4711364e30ef02e4aa6672f32.patrick@gentoo \
    --to=patrick@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