From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: python general question (setup.py) Date: Fri, 25 Mar 2016 23:39:08 +0100 Message-ID: <20160325233908.26c83b67@scratchpost.org> References: <87oaa26wsz.fsf@grrlz.net> 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]:59760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajaNy-0004mB-CW for guix-devel@gnu.org; Fri, 25 Mar 2016 18:39:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ajaNu-00067C-Bw for guix-devel@gnu.org; Fri, 25 Mar 2016 18:39:18 -0400 Received: from dd1012.kasserver.com ([85.13.128.8]:49160) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ajaNu-00066N-5K for guix-devel@gnu.org; Fri, 25 Mar 2016 18:39:14 -0400 In-Reply-To: <87oaa26wsz.fsf@grrlz.net> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Nils Gillmann Cc: guix-devel@gnu.org Hi, On Fri, 25 Mar 2016 23:02:20 +0100 Nils Gillmann wrote: > Is setup.py the equivalent of a package manager in python or does > it serve more purposes? Not at all. AFAIK, it's the equivalent of configure.ac / a Makefile. pip is the package manager. There's $ guix import pypi xxx for generating a guix package definition from a pip package (from the package repository "pypi").