From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH] gnu: Add python-pypump Date: Tue, 16 Aug 2016 00:29:27 +0200 Message-ID: <20160816002927.055267bb@scratchpost.org> References: <20160812183129.0f76b28a@openmailbox.org> <20160813125700.GA12089@jasmine> <20160813123242.6162b166@openmailbox.org> <20160813230714.GA22289@jasmine> <20160814160711.5c87d31e@openmailbox.org> <20160815184128.GA11573@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45398) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZQO0-0007Qa-SM for guix-devel@gnu.org; Mon, 15 Aug 2016 18:29:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bZQNx-0004wd-Nv for guix-devel@gnu.org; Mon, 15 Aug 2016 18:29:36 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:42510) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bZQNx-0004wU-Hb for guix-devel@gnu.org; Mon, 15 Aug 2016 18:29:33 -0400 In-Reply-To: <20160815184128.GA11573@jasmine> 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: Leo Famulari Cc: guix-devel@gnu.org > I think we should package the latest version, at least. > > Maybe we could also package 0.6 with a package 'python-pypump-0.6' that > inherits from python-pypump. Or, you could keep that inherited > python-pypump-0.6 in a private package repo, and use GUIX_PACKAGE_PATH. It depends on whether pypump-0.6 is a major API-incompatible version that is still required by other Free Software packages in the wild on the internet. If so, it makes sense to carry it too. Otherwise not.