all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Cyril Roelandt <tipecaml@gmail.com>
To: guix-devel@gnu.org
Subject: Re: python general question (setup.py)
Date: Fri, 25 Mar 2016 23:31:48 +0100	[thread overview]
Message-ID: <56F5BC54.2090007@gmail.com> (raw)
In-Reply-To: <87oaa26wsz.fsf@grrlz.net>

On 03/25/2016 11:02 PM, Nils Gillmann wrote:
> I have a question on python.
> My theory is that this is true:
> If I write a setup.py and contribute it to a project because I
> want to make an "easier"[1] install in Guix and elsewhere,
> I feed the "one packagemanager per language" thing.
> 

Not really. You can use setup.py without pip. Think of setup.py as some
kind of Makefile for Python.

> Is setup.py the equivalent of a package manager in python or does
> it serve more purposes? I would like to know if I want to follow
> my current task in either fixing the setup.py I started for the
> upcoming bitmessage 0.6 release or if I want to write a Guix
> package without using out python-setup-tools which require
> setup.py to be present.
> 

No, the equivalent of a package manager is "pip", which uses packages
from pypi.python.org.

If we are talking about
https://bitmessage.org/wiki/Compiling_instructions , I must say the
installation instructions are a bit weird for a Python project.

Cyril.

  reply	other threads:[~2016-03-25 22:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-25 22:02 python general question (setup.py) Nils Gillmann
2016-03-25 22:31 ` Cyril Roelandt [this message]
2016-03-26  1:03   ` Nils Gillmann
2016-03-25 22:39 ` Danny Milosavljevic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56F5BC54.2090007@gmail.com \
    --to=tipecaml@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.