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 50763139694 for ; Thu, 11 May 2017 14:47:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5D4E321C028; Thu, 11 May 2017 14:47:42 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2BEB121C028 for ; Thu, 11 May 2017 14:47:42 +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 C16BB33E1CB for ; Thu, 11 May 2017 14:47:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 882F67439 for ; Thu, 11 May 2017 14:47:39 +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: <1494514034.023282cac80755482fd07c551da4cfdafeb53f63.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.3.ebuild app-admin/gixy/metadata.xml X-VCS-Directories: app-admin/gixy/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: 023282cac80755482fd07c551da4cfdafeb53f63 X-VCS-Branch: master Date: Thu, 11 May 2017 14:47:39 +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: b510eabd-3f2b-4df3-85e5-0d8c460db67c X-Archives-Hash: 485588d4cbf04a7bceeb5477ac69f8c9 commit: 023282cac80755482fd07c551da4cfdafeb53f63 Author: Manuel Rüger gentoo org> AuthorDate: Thu May 11 14:46:49 2017 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Thu May 11 14:47:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=023282ca app-admin/gixy: Initial version Package-Manager: Portage-2.3.5, Repoman-2.3.2 app-admin/gixy/Manifest | 1 + app-admin/gixy/gixy-0.1.3.ebuild | 31 +++++++++++++++++++++++++++++++ app-admin/gixy/metadata.xml | 11 +++++++++++ 3 files changed, 43 insertions(+) diff --git a/app-admin/gixy/Manifest b/app-admin/gixy/Manifest new file mode 100644 index 00000000000..d0683339bfc --- /dev/null +++ b/app-admin/gixy/Manifest @@ -0,0 +1 @@ +DIST gixy-0.1.3.tar.gz 31484 SHA256 bffb35c111807379eda3a4ea4da32587ad7368bc8fe7d5436dddb65037e39198 SHA512 d366b0a5198424127e37656bdf09edd3c6005c6e302f01a7787c649f9c8cf84084c02441beea11246592ee2dbbf6c87ab241ab627d0571f3511ffb2cc8855b7c WHIRLPOOL a624da9d0ba7ca040ad3f5b764174261bb4481e258fff2c75acdbf84150158a4032386c9209757860f03f27383561e72541323ddc46068cfdea89d491ea2f43d diff --git a/app-admin/gixy/gixy-0.1.3.ebuild b/app-admin/gixy/gixy-0.1.3.ebuild new file mode 100644 index 00000000000..4ade6ac258d --- /dev/null +++ b/app-admin/gixy/gixy-0.1.3.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 +} diff --git a/app-admin/gixy/metadata.xml b/app-admin/gixy/metadata.xml new file mode 100644 index 00000000000..6c9e3dfb54c --- /dev/null +++ b/app-admin/gixy/metadata.xml @@ -0,0 +1,11 @@ + + + + + mrueg@gentoo.org + Manuel Rüger + + + yandex/gixy + +