From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CEFDA1382C5 for ; Thu, 12 Apr 2018 00:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE643E0909; Thu, 12 Apr 2018 00:19:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA8DAE0909 for ; Thu, 12 Apr 2018 00:19:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F9A2335C07 for ; Thu, 12 Apr 2018 00:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B0DE282 for ; Thu, 12 Apr 2018 00:19:25 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1523492358.0d0c267ec1e93c8fefd000b357e9cb4fee1ab911.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apispec/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/apispec/Manifest dev-python/apispec/apispec-0.35.0.ebuild dev-python/apispec/metadata.xml X-VCS-Directories: dev-python/apispec/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0d0c267ec1e93c8fefd000b357e9cb4fee1ab911 X-VCS-Branch: master Date: Thu, 12 Apr 2018 00:19:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: d45380f6-d010-485b-94ff-0ef2a6c364f3 X-Archives-Hash: 2de0c8ade2044f763029ad4d037a62f8 commit: 0d0c267ec1e93c8fefd000b357e9cb4fee1ab911 Author: Zac Medico gentoo org> AuthorDate: Thu Apr 12 00:08:51 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Apr 12 00:19:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d0c267e dev-python/apispec: new package Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-python/apispec/Manifest | 1 + dev-python/apispec/apispec-0.35.0.ebuild | 36 ++++++++++++++++++++++++++++++++ dev-python/apispec/metadata.xml | 11 ++++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest new file mode 100644 index 00000000000..c5f2a6a964b --- /dev/null +++ b/dev-python/apispec/Manifest @@ -0,0 +1 @@ +DIST apispec-0.35.0.tar.gz 47684 BLAKE2B 3067a0d50a6f53378f46a9a07596da53679f399732619f5bd3d1bedd85d088c6901560dc46be22b42d77537c437d9d97840a55f0b1513e39c87760e9e6c8ea0c SHA512 45a3034c49169ca7998480a8b8e0ac6415d49b6235885fba31eaaccb1c008b4ea845a6743f10cc3492215affe20b690d73a9a06e0e0c3942e0327f381415fa57 diff --git a/dev-python/apispec/apispec-0.35.0.ebuild b/dev-python/apispec/apispec-0.35.0.ebuild new file mode 100644 index 00000000000..30197f93095 --- /dev/null +++ b/dev-python/apispec/apispec-0.35.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="A pluggable API specification generator." +HOMEPAGE="https://github.com/marshmallow-code/apispec/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +RDEPEND=" + >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}] + test? ( + dev-python/bottle[${PYTHON_USEDEP}] + dev-python/marshmallow[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + )" + +src_prepare() { + rm tests/test_swagger.py || die + distutils-r1_src_prepare +} + +python_test() { + py.test -v || die "tests failed under ${EPYTHON}" +} diff --git a/dev-python/apispec/metadata.xml b/dev-python/apispec/metadata.xml new file mode 100644 index 00000000000..aa45742ccc8 --- /dev/null +++ b/dev-python/apispec/metadata.xml @@ -0,0 +1,11 @@ + + + + + zmedico@gentoo.org + + + apispec + marshmallow-code/apispec + +