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 15624139085 for ; Tue, 20 Dec 2016 17:45:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62CAA234002; Tue, 20 Dec 2016 17:45:03 +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 37E33234002 for ; Tue, 20 Dec 2016 17:45:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A29F340C9D for ; Tue, 20 Dec 2016 17:45:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E64F424AB for ; Tue, 20 Dec 2016 17:45:00 +0000 (UTC) From: "Nicolas Bock" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Nicolas Bock" Message-ID: <1482255879.7e09c5e6c0693f0fb5cdd42f2308288b515a9023.nicolasbock@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/github3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/github3/metadata.xml X-VCS-Directories: dev-python/github3/ X-VCS-Committer: nicolasbock X-VCS-Committer-Name: Nicolas Bock X-VCS-Revision: 7e09c5e6c0693f0fb5cdd42f2308288b515a9023 X-VCS-Branch: master Date: Tue, 20 Dec 2016 17:45:00 +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: 89e3e1fa-1dec-49c7-9219-858de62d7db3 X-Archives-Hash: 6e0954607f88d46041635558dff2d9b7 commit: 7e09c5e6c0693f0fb5cdd42f2308288b515a9023 Author: Nicolas Bock gentoo org> AuthorDate: Tue Dec 20 17:43:57 2016 +0000 Commit: Nicolas Bock gentoo org> CommitDate: Tue Dec 20 17:44:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e09c5e6 dev-python/github3: Added long description Package-Manager: portage-2.3.0 dev-python/github3/metadata.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-python/github3/metadata.xml b/dev-python/github3/metadata.xml index 49fabc6..bb41228 100644 --- a/dev-python/github3/metadata.xml +++ b/dev-python/github3/metadata.xml @@ -8,5 +8,8 @@ nicolasbock@gentoo.org + github3.py is wrapper for the GitHub API written in python. The design + of github3.py is centered around having a logical organization of the + methods needed to interact with the API.