diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2017-01-19 15:24:08 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2017-01-19 15:25:27 +0000 |
commit | 9047b5c422015c71434dd6ff181b2de0731e78f5 (patch) | |
tree | cfd12827f01333ec349d9e8547cad9abace98502 /dev-python/pynag/pynag-0.9.1.ebuild | |
parent | media-libs/freeverb3: Deny USE="jack -audacious" (bug #572676) (diff) | |
download | gentoo-9047b5c422015c71434dd6ff181b2de0731e78f5.tar.gz gentoo-9047b5c422015c71434dd6ff181b2de0731e78f5.tar.bz2 gentoo-9047b5c422015c71434dd6ff181b2de0731e78f5.zip |
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
Diffstat (limited to 'dev-python/pynag/pynag-0.9.1.ebuild')
-rw-r--r-- | dev-python/pynag/pynag-0.9.1.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
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 000000000000..f11e8562f02c --- /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}] )" |