From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Add pagure SCM/forge Date: Sun, 11 Dec 2016 17:52:04 -0500 Message-ID: <20161211225204.GE9474@jasmine> References: <20161211181237.24485-1-ng0@libertad.pw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51775) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGCyY-0005MN-07 for guix-devel@gnu.org; Sun, 11 Dec 2016 17:52:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGCyU-00032R-1C for guix-devel@gnu.org; Sun, 11 Dec 2016 17:52:10 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:51452) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cGCyT-00032B-TV for guix-devel@gnu.org; Sun, 11 Dec 2016 17:52:05 -0500 Content-Disposition: inline In-Reply-To: <20161211181237.24485-1-ng0@libertad.pw> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org On Sun, Dec 11, 2016 at 06:12:26PM +0000, ng0 wrote: > [PATCH 01/11] gnu: Add python-flask-wtf. > [PATCH 02/11] gnu: Add python-flask-multistatic. > [PATCH 03/11] gnu: Add python-kitchen. > [PATCH 04/11] gnu: Add python-munch. > [PATCH 05/11] gnu: Add python-pygit2. > [PATCH 06/11] gnu: Add python2-openid. > [PATCH 07/11] gnu: Add python-openid-cla. > [PATCH 08/11] gnu: Add python-openid-teams. > [PATCH 09/11] gnu: Add python-straight.plugin. > [PATCH 10/11] gnu: Add python-trollius-redis. > [PATCH 11/11] gnu: Add pagure. Awesome! I sent a few comments about licenses. Can you check those and send updated patches if necessary? I also noticed a few packages that pull their source from GitHub even though it is available on PyPi, like python-openid-teams: https://pypi.python.org/pypi/python-openid-teams Is there a reason for that? If not, can you make sure to use the PyPi source code instead? Thanks!