public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ian Delaney" <idella4@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/superlance/
Date: Fri, 15 Apr 2016 14:31:18 +0000 (UTC)	[thread overview]
Message-ID: <1460730653.9edad3e642c272619f7fefd9d9cb51944e231fb3.idella4@gentoo> (raw)

commit:     9edad3e642c272619f7fefd9d9cb51944e231fb3
Author:     Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Fri Apr 15 12:45:58 2016 +0000
Commit:     Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 14:30:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9edad3e6

dev-python/superlance: new package, version 0.11

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/1261

Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org>

 dev-python/superlance/Manifest               |  1 +
 dev-python/superlance/metadata.xml           | 18 ++++++++++++
 dev-python/superlance/superlance-0.11.ebuild | 41 ++++++++++++++++++++++++++++
 3 files changed, 60 insertions(+)

diff --git a/dev-python/superlance/Manifest b/dev-python/superlance/Manifest
new file mode 100644
index 0000000..056f892
--- /dev/null
+++ b/dev-python/superlance/Manifest
@@ -0,0 +1 @@
+DIST superlance-0.11.tar.gz 33882 SHA256 ab3aa27f2985c840f59f19b90e75b62e43d8d70e41b0cdc6523a884fb32f9d6e SHA512 bdf6da9e26f4db6f32f79cc27987fd75d2902ca6c098cf9c07785791fe50d3546348689391636eac25d963cd09edb2e57669e5526e68bddfd78c88eb9918fd91 WHIRLPOOL 9c85c8a68d60b195c5cb8d67a0f4e47cf5701c3b2b6711ad28ae1b11cf81723a9c0265e29f0cfed7d415d375a42abe0147101444b9fb969db598a3b786bb8140

diff --git a/dev-python/superlance/metadata.xml b/dev-python/superlance/metadata.xml
new file mode 100644
index 0000000..6032000
--- /dev/null
+++ b/dev-python/superlance/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sautier.louis@gmail.com</email>
+		<name>Louis Sautier</name>
+		<description>Proxied maintainer; set to assignee in all bugs</description>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="pypi">superlance</remote-id>
+		<remote-id type="github">Supervisor/superlance</remote-id>
+		<bugs-to>https://github.com/Supervisor/superlance/issues</bugs-to>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-python/superlance/superlance-0.11.ebuild b/dev-python/superlance/superlance-0.11.ebuild
new file mode 100644
index 0000000..30f77da
--- /dev/null
+++ b/dev-python/superlance/superlance-0.11.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+
+inherit distutils-r1
+
+DESCRIPTION="A set of plugins to monitor and control supervisor"
+HOMEPAGE="https://github.com/Supervisor/superlance"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="repoze"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc test"
+
+RDEPEND="app-admin/supervisor[${PYTHON_USEDEP}]"
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? (
+		${RDEPEND}
+		dev-python/mock[${PYTHON_USEDEP}]
+	)
+	doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
+"
+
+python_compile_all() {
+	use doc && emake -C docs html
+}
+
+python_test() {
+	esetup.py test
+}
+
+python_install_all() {
+	use doc && local HTML_DOCS=( docs/_build/html/. )
+	distutils-r1_python_install_all
+}


             reply	other threads:[~2016-04-15 14:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-15 14:31 Ian Delaney [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-09-08  1:47 [gentoo-commits] repo/gentoo:master commit in: dev-python/superlance/ Göktürk Yüksek
2016-09-29 11:56 Michael Palimaka
2016-09-29 11:56 Michael Palimaka
2016-11-29  8:17 David Seifert
2016-11-29  8:17 David Seifert
2018-06-18 10:34 Louis Sautier
2020-01-04  9:30 Mikle Kolyada

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=1460730653.9edad3e642c272619f7fefd9d9cb51944e231fb3.idella4@gentoo \
    --to=idella4@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