From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukas Gradl Subject: [Patch] Add python-rope Date: Fri, 20 May 2016 09:28:22 -0500 Message-ID: <87y474st15.fsf@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40825) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3lPm-0006JX-Eu for guix-devel@gnu.org; Fri, 20 May 2016 10:28:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b3lPg-0007pZ-Ga for guix-devel@gnu.org; Fri, 20 May 2016 10:28:33 -0400 Received: from mail2.openmailbox.org ([62.4.1.33]:58090) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b3lPg-0007pM-6W for guix-devel@gnu.org; Fri, 20 May 2016 10:28:28 -0400 Received: from localhost (cpe-72-182-41-182.austin.res.rr.com [72.182.41.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: lgradl@openmailbox.org) by mail2.openmailbox.org (Postfix) with ESMTPSA id BA58A1021FF for ; Fri, 20 May 2016 16:28:24 +0200 (CEST) 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: guix-devel@gnu.org Hello, This patch adds the Rope refactoring library for python. I am only interested in this package as a dependency of elpy. There is no particular reason why the old (0.10.2) would be needed, AFAIK. There are some tests that fail on the python-3 version. According to this (https://groups.google.com/forum/#!topic/rope-dev/rmimG01CHUk), upstream seems to have no particular interest in fixing that at the moment. Thank you in advance for considering this! Best, Lukas