public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/pynag/
@ 2017-01-19 15:25 Tony Vroon
  0 siblings, 0 replies; only message in thread
From: Tony Vroon @ 2017-01-19 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     9047b5c422015c71434dd6ff181b2de0731e78f5
Author:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 19 15:24:08 2017 +0000
Commit:     Tony Vroon <chainsaw <AT> gentoo <DOT> org>
CommitDate: Thu Jan 19 15:25:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9047b5c4

dev-python/pynag: Initial commit. Ebuild by Russell Heilling, reviewed by Michael "kensington" Palimaka & Patrice "monsieurp" Clement.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/pynag/Manifest           |  1 +
 dev-python/pynag/metadata.xml       | 15 +++++++++++++++
 dev-python/pynag/pynag-0.9.1.ebuild | 19 +++++++++++++++++++
 3 files changed, 35 insertions(+)

diff --git a/dev-python/pynag/Manifest b/dev-python/pynag/Manifest
new file mode 100644
index 00000000..c026553
--- /dev/null
+++ b/dev-python/pynag/Manifest
@@ -0,0 +1 @@
+DIST pynag-0.9.1.tar.gz 219909 SHA256 5b44dc74a262f060fdc868065192e91afb52996a3cf28e8500259f112fd54783 SHA512 9a16dc952a4ec468c551d31c9e6d85013da51edd30548e1b8ef886ae228b509578d84e7e7045b70d11b6b1ae77969f7a92afd58a254e0554fa1ffd839a82729f WHIRLPOOL 13a4eb7652f650b633be34acc243263589de0cc3c9ad2aed517a31acc8c57ce361f04091135b188fb066b783b8ebaa3d55fc2ca1f5c8fc7224efc2028325c75a

diff --git a/dev-python/pynag/metadata.xml b/dev-python/pynag/metadata.xml
new file mode 100644
index 00000000..462a991
--- /dev/null
+++ b/dev-python/pynag/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>chainsaw@gentoo.org</email>
+    <name>Tony Vroon</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>python@gentoo.org</email>
+    <name>Python</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">pynag/pynag</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-python/pynag/pynag-0.9.1.ebuild b/dev-python/pynag/pynag-0.9.1.ebuild
new file mode 100644
index 00000000..f11e856
--- /dev/null
+++ b/dev-python/pynag/pynag-0.9.1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1
+
+DESCRIPTION="Python modules for Nagios plugins and configuration"
+HOMEPAGE="http://pynag.org/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+DEPEND="test? ( dev-python/unittest2[${PYTHON_USEDEP}] )"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-19 15:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-19 15:25 [gentoo-commits] repo/gentoo:master commit in: dev-python/pynag/ Tony Vroon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox