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 CC368138334 for ; Mon, 18 Jun 2018 09:39:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C2D4E087F; Mon, 18 Jun 2018 09:39:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6931FE087F for ; Mon, 18 Jun 2018 09:39:15 +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 8CE5D335C8A for ; Mon, 18 Jun 2018 09:39:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE31F2CB for ; Mon, 18 Jun 2018 09:39:11 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1529314745.4f6288e0fb29c07c573d6fa2183ddf0e919f5ab5.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pocketlint/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pocketlint/Manifest dev-python/pocketlint/pocketlint-0.16.ebuild X-VCS-Directories: dev-python/pocketlint/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4f6288e0fb29c07c573d6fa2183ddf0e919f5ab5 X-VCS-Branch: master Date: Mon, 18 Jun 2018 09:39:11 +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: 9fb68231-7299-4c31-8feb-50275375dc2c X-Archives-Hash: f3f4073ecb88987a0760ddb0379246c6 commit: 4f6288e0fb29c07c573d6fa2183ddf0e919f5ab5 Author: Lars Wendler gentoo org> AuthorDate: Mon Jun 18 09:39:05 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Mon Jun 18 09:39:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f6288e0 dev-python/pocketlint: Bump to version 0.16 Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-python/pocketlint/Manifest | 1 + dev-python/pocketlint/pocketlint-0.16.ebuild | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) diff --git a/dev-python/pocketlint/Manifest b/dev-python/pocketlint/Manifest index b6392e093a6..15b9a70a844 100644 --- a/dev-python/pocketlint/Manifest +++ b/dev-python/pocketlint/Manifest @@ -1 +1,2 @@ DIST pocketlint-0.15.tar.gz 22334 BLAKE2B f07d41d212192281008173f6314c4868ef993dd7c8220d21e2d45d461cdb5377c61acbd8d5bf7f915928fd007e844cd50f8b5ae9b87d1a6d7eaea97f0529b1b0 SHA512 0d3e3061635c8d88f4e31aa11f3cbb85a1d9acd3064c17b7bd3c50eb90f824f17a903c55bace8033bdecd626d792ffee091b8b5719b2993f475a4321f033c66b +DIST pocketlint-0.16.tar.gz 22573 BLAKE2B ccf502116d1020f6bde8c0915cd83d88ac5c78c207feeb184ab4f244b23b771b4384fce69d6d562e84bf6ea2ce2a0a0ea6f65be6dfbf9ec26ae6132a86e1116f SHA512 3c7dc76a07e7654ab7bd6bf32b68d296830cab9d6e5c17dcbb5df6af0bdbecd4e86eeff70ea7e857951c9d2f35988263e86a2a559de2cca67c668a864aef431b diff --git a/dev-python/pocketlint/pocketlint-0.16.ebuild b/dev-python/pocketlint/pocketlint-0.16.ebuild new file mode 100644 index 00000000000..27afa96d721 --- /dev/null +++ b/dev-python/pocketlint/pocketlint-0.16.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{4,5,6} ) + +inherit distutils-r1 + +DESCRIPTION="Shared code for running pylint against rhinstaller projects" +HOMEPAGE="https://github.com/rhinstaller/pocketlint" +SRC_URI="https://github.com/rhinstaller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE=""