From patchwork Sun Feb 4 17:24:09 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gwenhael Goavec-Merou X-Patchwork-Id: 869059 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3zZHYb5q2sz9t20 for ; Mon, 5 Feb 2018 04:20:50 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C7EDE86FA5; Sun, 4 Feb 2018 17:20:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id B_V_DSM_G3dg; Sun, 4 Feb 2018 17:20:44 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id CEFFE86F9A; Sun, 4 Feb 2018 17:20:44 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B8A691C1540 for ; Sun, 4 Feb 2018 17:20:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B43C68701E for ; Sun, 4 Feb 2018 17:20:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 9SCZPrjR0yKz for ; Sun, 4 Feb 2018 17:20:42 +0000 (UTC) X-Greylist: whitelisted by SQLgrey-1.7.6 Received: from smtp3-g21.free.fr (smtp3-g21.free.fr [212.27.42.3]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5B49A87011 for ; Sun, 4 Feb 2018 17:20:42 +0000 (UTC) Received: from x230.trabucayre.com (unknown [78.252.129.8]) by smtp3-g21.free.fr (Postfix) with ESMTP id 75ABA13F814; Sun, 4 Feb 2018 18:20:39 +0100 (CET) From: Gwenhael Goavec-Merou To: buildroot@busybox.net Date: Sun, 4 Feb 2018 18:24:09 +0100 Message-Id: <20180204172409.26044-1-gwenj@trabucayre.com> X-Mailer: git-send-email 2.13.6 Subject: [Buildroot] [PATCH] python-remi: fix trailing whitespace and line size X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Gwenhael Goavec-Merou MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" From: Gwenhael Goavec-Merou Fixes line size in Config.in, trailing whitespace after # and empty line Fixes: - https://gitlab.com/buildroot.org/buildroot/-/jobs/50971692 Signed-off-by: Gwenhael Goavec-Merou Reviewed-by: "Yann E. MORIN" --- package/python-remi/Config.in | 9 +++++---- package/python-remi/python-remi.mk | 3 +-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/python-remi/Config.in b/package/python-remi/Config.in index 68d0a92b11..2f4216b324 100644 --- a/package/python-remi/Config.in +++ b/package/python-remi/Config.in @@ -1,9 +1,10 @@ config BR2_PACKAGE_PYTHON_REMI bool "python-remi" help - Remi is a GUI library for Python applications which transpiles an - application's interface into HTML to be rendered in a web browser. - This removes platform-specific dependencies and lets you easily - develop cross-platform applications in Python! + Remi is a GUI library for Python applications which + transpiles an application's interface into HTML to be + rendered in a web browser. This removes platform-specific + dependencies and lets you easily develop cross-platform + applications in Python! https://github.com/dddomodossola/remi/tree/master diff --git a/package/python-remi/python-remi.mk b/package/python-remi/python-remi.mk index 6514118192..3356430ddb 100644 --- a/package/python-remi/python-remi.mk +++ b/package/python-remi/python-remi.mk @@ -1,5 +1,5 @@ ################################################################################ -# +# # python-remi # ################################################################################ @@ -11,4 +11,3 @@ PYTHON_REMI_LICENSE_FILES = LICENSE PYTHON_REMI_SETUP_TYPE = setuptools $(eval $(python-package)) -