From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Enge Subject: Re: [PATCH] gnu: Add pybitmessage, [PATCH] gnu: Add python2-pyqt-4, [PATCH] gnu: gnu: messaging: Use license: prefix. Date: Sat, 3 Sep 2016 17:54:56 +0200 Message-ID: <20160903155456.GA3519@solar> References: <878tvnk804.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgDHe-00064t-IR for guix-devel@gnu.org; Sat, 03 Sep 2016 11:55:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bgDHa-0008Mw-DD for guix-devel@gnu.org; Sat, 03 Sep 2016 11:55:05 -0400 Received: from mailrelay7.public.one.com ([91.198.169.215]:13417) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bgDHa-0008Mj-0T for guix-devel@gnu.org; Sat, 03 Sep 2016 11:55:02 -0400 Content-Disposition: inline In-Reply-To: <878tvnk804.fsf@we.make.ritual.n0.is> 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 Hello, On Tue, Aug 23, 2016 at 12:03:07PM +0000, ng0 wrote: > These 3 patches enable us to have a functional pybitmessage version > 0.6.1, released 2 days ago. > > Subject: [PATCH 1/3] gnu: Add python2-pyqt-4. > * gnu/packages/qt.scm (python2-pyqt-4): New variable. if at all possible, we should not add packages that depend on Qt-4. This one, in particular, would revert my following commit: commit 3297deedd1fcfd98641b01b477fad182f70cad61 Author: Andreas Enge Date: Mon Feb 22 21:33:29 2016 +0100 gnu: Remove python2-pyqt-4. * gnu/packages/qt.scm (python2-pyqt-4): Delete variable. It depends on Qt 4, which does not receive security updates any more. I had removed the package since I realised that nothing depended on it. The goal is to get rid of Qt-4 (and also of the monolithic Qt-5). Andreas