Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 568876 - dev-python/nagiosplugin - a class library for writing nagios-compatible plugins
Summary: dev-python/nagiosplugin - a class library for writing nagios-compatible plugins
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Proxy Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-20 15:32 UTC by Louis Sautier (sbraz)
Modified: 2015-12-21 23:43 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
nagiosplugin-1.2.3.ebuild (file_568876.txt,687 bytes, text/plain)
2015-12-20 15:32 UTC, Louis Sautier (sbraz)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Louis Sautier (sbraz) gentoo-dev 2015-12-20 15:32:59 UTC
Created attachment 419904 [details]
nagiosplugin-1.2.3.ebuild

Hi,
This is a helper for writing nagios-compatible plugins.
Here is an ebuild that works for the current version (1.2.3) and 9999. I tested it with all cpython versions but not pypy.
Comment 1 Louis Sautier (sbraz) gentoo-dev 2015-12-21 22:35:41 UTC
I should have mentioned that I'm willing to proxy-maintain this ebuild.
Comment 2 Patrice Clement (RETIRED) gentoo-dev 2015-12-21 23:43:04 UTC
$ cat metadata.xml 
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>proxy-maintainers</herd>
  <maintainer>
          <email>sautier.louis@gmail.com</email>
          <name>Louis Sautier</name>
  </maintainer>
  <upstream>
          <remote-id type="pypi">nagiosplugin</remote-id>
          <remote-id type="bitbucket">flyingcircus/nagiosplugin</remote-id>
  </upstream>
</pkgmetadata>

commit 7f334d9 (HEAD, master)
Author: Patrice Clement <monsieurp@gentoo.org>
Date:   Mon Dec 21 23:41:55 2015 +0000

    dev-python/nagiosplugin: Initial import. Fixes bug 568876.
    
    Package-Manager: portage-2.2.20.1
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 create mode 100644 dev-python/nagiosplugin/Manifest
 create mode 100644 dev-python/nagiosplugin/metadata.xml
 create mode 100644 dev-python/nagiosplugin/nagiosplugin-1.2.3.ebuild

Same deal. Have fun!