summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2017-01-07 20:19:19 +0000
committerSébastien Fabbro <bicatali@gentoo.org>2017-01-10 05:26:39 +0000
commit6b69ba446e55862625a406de0caf71bcaa4c618c (patch)
tree7563df2dbda63ac3dad59ba1e0c76cee05e8035f /dev-python/multipledispatch/multipledispatch-0.4.9.ebuild
parentdev-python/datashape: version bump (diff)
downloadgentoo-6b69ba446e55862625a406de0caf71bcaa4c618c.tar.gz
gentoo-6b69ba446e55862625a406de0caf71bcaa4c618c.tar.bz2
gentoo-6b69ba446e55862625a406de0caf71bcaa4c618c.zip
dev-python/multipledispatch: version bump
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/multipledispatch/multipledispatch-0.4.9.ebuild')
-rw-r--r--dev-python/multipledispatch/multipledispatch-0.4.9.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild b/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild
new file mode 100644
index 000000000000..1e6c2fb23429
--- /dev/null
+++ b/dev-python/multipledispatch/multipledispatch-0.4.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2017 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} pypy )
+
+inherit distutils-r1
+
+DESCRIPTION="RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2"
+HOMEPAGE="https://multiple-dispatch.readthedocs.io/en/latest/"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+IUSE=""
+RDEPEND=""
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"