summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Winston <amynka@gentoo.org>2016-07-28 19:42:05 +0200
committerAmy Winston <amynka@gentoo.org>2016-07-28 19:42:05 +0200
commitd7ce3e199f9d03c3b395149abede0526856f64bb (patch)
tree5b4e574f05f78cbcba9653e47bd4a348be9a4c13 /dev-python/click-log/click-log-0.1.4.ebuild
parentapp-i18n/uim: add libressl support (diff)
downloadgentoo-d7ce3e199f9d03c3b395149abede0526856f64bb.tar.gz
gentoo-d7ce3e199f9d03c3b395149abede0526856f64bb.tar.bz2
gentoo-d7ce3e199f9d03c3b395149abede0526856f64bb.zip
dev-python/click-log: version bumo 0.1.4
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-python/click-log/click-log-0.1.4.ebuild')
-rw-r--r--dev-python/click-log/click-log-0.1.4.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/dev-python/click-log/click-log-0.1.4.ebuild b/dev-python/click-log/click-log-0.1.4.ebuild
new file mode 100644
index 000000000000..9bcaa2501834
--- /dev/null
+++ b/dev-python/click-log/click-log-0.1.4.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+
+inherit distutils-r1
+
+DESCRIPTION="Logging integration for Click."
+HOMEPAGE="https://github.com/click-contrib/click-log https://pypi.python.org/pypi/click-log"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="dev-python/click"
+RDEPEND="${DEPEND}"
+
+DOCS=( README.rst )