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 7F29C139694 for ; Mon, 15 May 2017 14:32:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8F85E0C0D; Mon, 15 May 2017 14:32:49 +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 A9324E0C0D for ; Mon, 15 May 2017 14:32:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C2EB134167D for ; Mon, 15 May 2017 14:32:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68D467447 for ; Mon, 15 May 2017 14:32:47 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1494858728.562a558a843e34116997cfe9b8592efdaa3c4ada.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/gixy/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/gixy/Manifest app-admin/gixy/gixy-0.1.4.ebuild X-VCS-Directories: app-admin/gixy/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 562a558a843e34116997cfe9b8592efdaa3c4ada X-VCS-Branch: master Date: Mon, 15 May 2017 14:32:47 +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: 3cd24489-6052-44d7-84fb-9c38c6320df7 X-Archives-Hash: b3b146cf10ee6b60efbe5f3484e4394f commit: 562a558a843e34116997cfe9b8592efdaa3c4ada Author: Manuel Rüger gentoo org> AuthorDate: Mon May 15 14:32:08 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Mon May 15 14:32:08 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=562a558a app-admin/gixy: Version bump to 0.1.4 Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-admin/gixy/Manifest | 1 + app-admin/gixy/gixy-0.1.4.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-admin/gixy/Manifest b/app-admin/gixy/Manifest index d0683339bfc..204d37a54e9 100644 --- a/app-admin/gixy/Manifest +++ b/app-admin/gixy/Manifest @@ -1 +1,2 @@ DIST gixy-0.1.3.tar.gz 31484 SHA256 bffb35c111807379eda3a4ea4da32587ad7368bc8fe7d5436dddb65037e39198 SHA512 d366b0a5198424127e37656bdf09edd3c6005c6e302f01a7787c649f9c8cf84084c02441beea11246592ee2dbbf6c87ab241ab627d0571f3511ffb2cc8855b7c WHIRLPOOL a624da9d0ba7ca040ad3f5b764174261bb4481e258fff2c75acdbf84150158a4032386c9209757860f03f27383561e72541323ddc46068cfdea89d491ea2f43d +DIST gixy-0.1.4.tar.gz 31918 SHA256 b9f9c985b7edf93d549b13a582ce1b84458c5454542d7e1aac97af9f3251cd28 SHA512 28bbc4fa862e587ae6e65cae0284ab7c8f5b958838a079c77b45c70337288935419fad69dc5853914b700dd68e183d0ea54c83dbc2479220268b6a15b307c29e WHIRLPOOL 96edf33961f8f8160de4b5b1a800df7b9984718a60e27b2610204a40a5a6a2c240d5e548ce12c620744fbb63796aec9085bb3af4374513cfd26cdf008c9bdcf1 diff --git a/app-admin/gixy/gixy-0.1.4.ebuild b/app-admin/gixy/gixy-0.1.4.ebuild new file mode 100644 index 00000000000..4ade6ac258d --- /dev/null +++ b/app-admin/gixy/gixy-0.1.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Nginx configuration static analyzer" +HOMEPAGE="https://github.com/yandex/gixy" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-python/pyparsing-1.5.5[${PYTHON_USEDEP}] + >=dev-python/cached-property-1.2.0[${PYTHON_USEDEP}] + >=dev-python/configargparse-0.11.0[${PYTHON_USEDEP}] + >=dev-python/jinja-2.8[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] + >=dev-python/six-1.1.0[${PYTHON_USEDEP}]" + +DEPEND="${RDEPEND}" + +python_prepare() { + sed -i -e "/argparse/d" setup.py || die + distutils-r1_python_prepare_all +}