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 CD5121396D0 for ; Thu, 21 Sep 2017 06:41:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B9F11FC0A9; Thu, 21 Sep 2017 06:41:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EBDFF1FC0A7 for ; Thu, 21 Sep 2017 06:41:53 +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 D498233BEC7 for ; Thu, 21 Sep 2017 06:41:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 781E19084 for ; Thu, 21 Sep 2017 06:41:51 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1505976058.42d48fa21ebbdfa0ae56cabea71871171350809a.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pylast/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pylast/metadata.xml X-VCS-Directories: dev-python/pylast/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 42d48fa21ebbdfa0ae56cabea71871171350809a X-VCS-Branch: master Date: Thu, 21 Sep 2017 06:41:51 +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: 2755f42c-454e-4e5b-b787-89894bbbd95d X-Archives-Hash: 6938867b8bc21308ec7562814ecce5e9 commit: 42d48fa21ebbdfa0ae56cabea71871171350809a Author: Tim Harder gentoo org> AuthorDate: Thu Sep 21 06:40:58 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Sep 21 06:40:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42d48fa2 dev-python/pylast: use consistent indentation for metadata dev-python/pylast/metadata.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/dev-python/pylast/metadata.xml b/dev-python/pylast/metadata.xml index 5a9d04ad75a..8f174790787 100644 --- a/dev-python/pylast/metadata.xml +++ b/dev-python/pylast/metadata.xml @@ -5,19 +5,19 @@ python@gentoo.org -Python interface to last.fm and other api-compatible websites + Python interface to last.fm and other api-compatible websites -Features: - * Simple public interface. - * Access to all the data exposed by the Last.fm webservices. - * Scrobbling support. - * Full object-oriented design. - * Proxy support. - * Internal caching support for some webservices calls (disabled by default). - * No extra dependencies but python itself. - * Support for other API-compatible networks like Libre.fm - * Python3-friendly (Starting from 0.5). - + Features: + * Simple public interface. + * Access to all the data exposed by the Last.fm webservices. + * Scrobbling support. + * Full object-oriented design. + * Proxy support. + * Internal caching support for some webservices calls (disabled by default). + * No extra dependencies but python itself. + * Support for other API-compatible networks like Libre.fm + * Python3-friendly (Starting from 0.5). + pylast pylast/pylast