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 52CB613832E for ; Tue, 9 Aug 2016 23:52:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C11FCE0B82; Tue, 9 Aug 2016 23:52:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89BE7E0B78 for ; Tue, 9 Aug 2016 23:52:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5E24F340B46 for ; Tue, 9 Aug 2016 23:52:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BBD32456 for ; Tue, 9 Aug 2016 23:52:19 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1470786441.c1a8f12c0daff4a971212f39381b6f8f42e2a580.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/ramlfications/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/ramlfications/Manifest dev-python/ramlfications/metadata.xml dev-python/ramlfications/ramlfications-0.1.9.ebuild X-VCS-Directories: dev-python/ramlfications/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: c1a8f12c0daff4a971212f39381b6f8f42e2a580 X-VCS-Branch: master Date: Tue, 9 Aug 2016 23:52:19 +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: 41f92236-abdb-4544-9ab0-f969d3a26805 X-Archives-Hash: ad2721dd7adc84849930c6f15dc980fd commit: c1a8f12c0daff4a971212f39381b6f8f42e2a580 Author: Brian Dolbec gentoo org> AuthorDate: Tue Aug 9 22:17:12 2016 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Tue Aug 9 23:47:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1a8f12c dev-python/ramlfications: New package, dep og buildbot-0.9 Package-Manager: portage-2.3.0 dev-python/ramlfications/Manifest | 1 + dev-python/ramlfications/metadata.xml | 24 +++++++++++++++ .../ramlfications/ramlfications-0.1.9.ebuild | 35 ++++++++++++++++++++++ 3 files changed, 60 insertions(+) diff --git a/dev-python/ramlfications/Manifest b/dev-python/ramlfications/Manifest new file mode 100644 index 0000000..a69a837 --- /dev/null +++ b/dev-python/ramlfications/Manifest @@ -0,0 +1 @@ +DIST ramlfications-0.1.9.tar.gz 1094577 SHA256 7bb89c11b13bc6b4099ee7fa07c5285a54b64a5e9c71eb6ca99660358fb27677 SHA512 5f93556e8f008b86bbe1e3b96dba3b20a31e583800334931b9c3972da897bc19a93ba5fdd687799e99aee79a93e10e58ca1b3eb5b0f38fb2b28d0f0ba0723e82 WHIRLPOOL b58c21ab3d03578fe69bd29f331744c81ff5d88ce0ed7f03c1d0abd72058069638413043d8b63cb6e8a5a2b11b078b60cb5c1baf2491e73c44a33700cd51c97a diff --git a/dev-python/ramlfications/metadata.xml b/dev-python/ramlfications/metadata.xml new file mode 100644 index 0000000..ea8b031 --- /dev/null +++ b/dev-python/ramlfications/metadata.xml @@ -0,0 +1,24 @@ + + + + + dolsen@gentoo.org + Brian Dolbec + Primary maintainer + + + python@gentoo.org + Python + + + + spam@lynnroot.com + Lynn Root + + ramlfications + + ramlfications is an Apache-2.0 licensed reference implementation +of a RAML parser in Python intended to be used for parsing API definitions +(e.g. for static documentation-generation). + + diff --git a/dev-python/ramlfications/ramlfications-0.1.9.ebuild b/dev-python/ramlfications/ramlfications-0.1.9.ebuild new file mode 100644 index 0000000..44d8fe5 --- /dev/null +++ b/dev-python/ramlfications/ramlfications-0.1.9.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 +PYTHON_COMPAT=( python2_7 python3_4 pypy) + +inherit eutils distutils-r1 + +DESCRIPTION="RAML reference implementation in Python" +HOMEPAGE="https://ramlfications.readthedocs.org/ https://pypi.python.org/pypi/ramlfications/" +SRC_URI="https://github.com/spotify/${PN}/releases/download/0.1.9/${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" + +RDEPEND=" + dev-python/six[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/markdown2[${PYTHON_USEDEP}] + dev-python/jsonref[${PYTHON_USEDEP}] + dev-python/click[${PYTHON_USEDEP}] + dev-python/attrs[${PYTHON_USEDEP}] + dev-python/termcolor[${PYTHON_USEDEP}] + dev-python/xmltodict[${PYTHON_USEDEP}] +" +DEPEND=" + ${RDEPEND} + test? ( + dev-python/mock[${PYTHON_USEDEP}] + dev-python/pytest[${PYTHON_USEDEP}] + ) +"