mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 23:28:08 -07:00
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
This commit is contained in:
1
dev-python/pynag/Manifest
Normal file
1
dev-python/pynag/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST pynag-0.9.1.tar.gz 219909 SHA256 5b44dc74a262f060fdc868065192e91afb52996a3cf28e8500259f112fd54783 SHA512 9a16dc952a4ec468c551d31c9e6d85013da51edd30548e1b8ef886ae228b509578d84e7e7045b70d11b6b1ae77969f7a92afd58a254e0554fa1ffd839a82729f WHIRLPOOL 13a4eb7652f650b633be34acc243263589de0cc3c9ad2aed517a31acc8c57ce361f04091135b188fb066b783b8ebaa3d55fc2ca1f5c8fc7224efc2028325c75a
|
||||
15
dev-python/pynag/metadata.xml
Normal file
15
dev-python/pynag/metadata.xml
Normal file
@@ -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>
|
||||
19
dev-python/pynag/pynag-0.9.1.ebuild
Normal file
19
dev-python/pynag/pynag-0.9.1.ebuild
Normal file
@@ -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}] )"
|
||||
Reference in New Issue
Block a user