* [gentoo-commits] dev/dev-zero:master commit in: dev-python/webargs/
@ 2016-10-10 12:02 Tiziano Müller
0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2016-10-10 12:02 UTC (permalink / raw
To: gentoo-commits
commit: 7a246a81e676334600e15ba08914e64c7d400dea
Author: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 10 12:02:00 2016 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Mon Oct 10 12:02:00 2016 +0000
URL: https://gitweb.gentoo.org/dev/dev-zero.git/commit/?id=7a246a81
dev-python/webargs: version bump
dev-python/webargs/Manifest | 1 +
dev-python/webargs/webargs-1.4.0.ebuild | 37 +++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/dev-python/webargs/Manifest b/dev-python/webargs/Manifest
new file mode 100644
index 0000000..bba830c
--- /dev/null
+++ b/dev-python/webargs/Manifest
@@ -0,0 +1 @@
+DIST webargs-1.4.0.tar.gz 1115378 SHA256 df94191a9c5296bf49438af63879ef031f3dfcd7bb08f7e50f20b89e81294ddd SHA512 a39377768446d2b3ba4b24dcad0456b058ee23aa6dca38575a7b68f26d2c9d751dd627fa991d1bcd1acf37d18229be704ee3648ed8de6ae3c4bc1e86c097cf8c WHIRLPOOL 37434ea8047a07c5ddaa5ce11f06feda09dbc15a8ed276b1d8648cc31f12917097005f5e3633b0636a43603dbf33e5967581ab2a79be46de840d796a5d47a62b
diff --git a/dev-python/webargs/webargs-1.4.0.ebuild b/dev-python/webargs/webargs-1.4.0.ebuild
new file mode 100644
index 0000000..7a96593
--- /dev/null
+++ b/dev-python/webargs/webargs-1.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Friendly library for parsing HTTP request arguments"
+HOMEPAGE="https://webargs.readthedocs.io/ https://pypi.python.org/pypi/webargs"
+SRC_URI="https://github.com/sloria/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+# tarball on pypi does not contain tests
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+
+RDEPEND=">=dev-python/marshmallow-2[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ test? (
+ dev-python/pytest[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/webtest[${PYTHON_USEDEP}]
+ dev-python/flask[${PYTHON_USEDEP}]
+ dev-python/django[${PYTHON_USEDEP}]
+ dev-python/bottle[${PYTHON_USEDEP}]
+ dev-python/tornado[${PYTHON_USEDEP}]
+ dev-python/pyramid[${PYTHON_USEDEP}]
+ dev-python/webapp2[${PYTHON_USEDEP}]
+ dev-python/falcon[${PYTHON_USEDEP}]
+ )"
+
+python_test() {
+ py.test || die
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-10 12:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-10 12:02 [gentoo-commits] dev/dev-zero:master commit in: dev-python/webargs/ Tiziano Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox