summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2015-10-15 03:23:41 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2015-10-15 03:34:36 -0500
commit161d4d9a3f4cdbed31f7b8419fb3f6db95e618ac (patch)
tree69eefce7456b1f1aed2aadcd267a3f39e8d96538 /dev-python/logutils/logutils-0.3.3.ebuild
parentdev-python/pytest-cov: Keyword under ALLARCHES policy (diff)
downloadgentoo-161d4d9a3f4cdbed31f7b8419fb3f6db95e618ac.tar.gz
gentoo-161d4d9a3f4cdbed31f7b8419fb3f6db95e618ac.tar.bz2
gentoo-161d4d9a3f4cdbed31f7b8419fb3f6db95e618ac.zip
dev-python/logutils: adding for openstack kilo
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/logutils/logutils-0.3.3.ebuild')
-rw-r--r--dev-python/logutils/logutils-0.3.3.ebuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/logutils/logutils-0.3.3.ebuild b/dev-python/logutils/logutils-0.3.3.ebuild
new file mode 100644
index 000000000000..240a3e93c53e
--- /dev/null
+++ b/dev-python/logutils/logutils-0.3.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="The logutils package provides a set of handlers for the Python standard"
+HOMEPAGE="https://bitbucket.org/vinay.sajip/logutils"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~amd64"
+IUSE=""
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND=""