summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-07-05 20:26:40 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-07-07 07:19:19 +0000
commit109eb7cc5fea8de88e10404b1721eec7105f3f25 (patch)
tree424ed18906a42539ab8d82d981e2946d7f869bf4 /dev-python/chump/chump-1.5.1.ebuild
parentapp-emacs/magit: remove unused patch (diff)
downloadgentoo-109eb7cc5fea8de88e10404b1721eec7105f3f25.tar.gz
gentoo-109eb7cc5fea8de88e10404b1721eec7105f3f25.tar.bz2
gentoo-109eb7cc5fea8de88e10404b1721eec7105f3f25.zip
dev-python/chump: new package, optional dependency for www-misc/urlwatch
Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/1830 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/chump/chump-1.5.1.ebuild')
-rw-r--r--dev-python/chump/chump-1.5.1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-python/chump/chump-1.5.1.ebuild b/dev-python/chump/chump-1.5.1.ebuild
new file mode 100644
index 000000000000..c16c0a9254af
--- /dev/null
+++ b/dev-python/chump/chump-1.5.1.ebuild
@@ -0,0 +1,19 @@
+# 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_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="API wrapper for Pushover"
+HOMEPAGE="https://github.com/karanlyons/chump"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"