summaryrefslogtreecommitdiff
path: root/dev-python/apispec/apispec-3.3.0.ebuild
diff options
context:
space:
mode:
authorPatrick McLean <patrick.mclean@sony.com>2020-05-13 10:18:35 -0700
committerPatrick McLean <chutzpah@gentoo.org>2020-05-13 10:19:03 -0700
commitcc89c679a0afdb4379b82cacdfe48f8950f7ea37 (patch)
treeee8588baf47c466ed271a7ed7e1b7878e3d22e35 /dev-python/apispec/apispec-3.3.0.ebuild
parent1df99c3bcea3a5e6879f17dfe91574b27bdd765b (diff)
downloadgentoo-cc89c679a0afdb4379b82cacdfe48f8950f7ea37.tar.gz
gentoo-cc89c679a0afdb4379b82cacdfe48f8950f7ea37.tar.bz2
gentoo-cc89c679a0afdb4379b82cacdfe48f8950f7ea37.zip
dev-python/apispec-3.3.0: version bump
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/apispec/apispec-3.3.0.ebuild')
-rw-r--r--dev-python/apispec/apispec-3.3.0.ebuild33
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-python/apispec/apispec-3.3.0.ebuild b/dev-python/apispec/apispec-3.3.0.ebuild
new file mode 100644
index 000000000000..df2a9b020bce
--- /dev/null
+++ b/dev-python/apispec/apispec-3.3.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="A pluggable API specification generator."
+HOMEPAGE="https://github.com/marshmallow-code/apispec/"
+SRC_URI="https://github.com/marshmallow-code/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+"
+BDEPEND="${RDEPEND}
+ test? (
+ dev-python/bottle[${PYTHON_USEDEP}]
+ dev-python/mock[${PYTHON_USEDEP}]
+ dev-python/marshmallow[${PYTHON_USEDEP}]
+ )"
+
+PATCHES=(
+ "${FILESDIR}/apispec-3.3.0-tests.patch"
+)
+
+distutils_enable_tests pytest