Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21982

Re: pypi and dependencies

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <andrea.crotti.0@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.017
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'pypi': 0.04; 'fetch': 0.09; 'subject:dependencies': 0.09; 'am,': 0.12; '*before*': 0.16; 'solution?': 0.16; 'subject:pypi': 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; 'cc:no real name:2**0': 0.21; 'header:In- Reply-To:1': 0.22; 'diez': 0.23; 'writes:': 0.25; 'guess': 0.26; 'cc:2**0': 0.26; 'cc:addr:python.org': 0.29; '(and': 0.30; 'message-id:@gmail.com': 0.31; 'actually': 0.31; 'actual': 0.32; 'list': 0.32; 'there': 0.33; 'header:User-Agent:1': 0.33; 'something': 0.35; 'project': 0.35; 'install': 0.35; 'received:209.85.214': 0.36; 'received:10.0.0': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'your': 0.61; 'it)': 0.67; 'andrea': 0.84; 'easy_install': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=qk6oNAK901DXexz1JMY06OEt3i/2Q8Z1TS+4riwihAk=; b=u0rgnk1RSYkQQLpeowp0F1HA3Ylh6fuQoDxeTby5xARGYOXgyg3wvdQHzoBrbP2A4z fb/C+CfntHsI7q313R3+CAyPjj+zqKh0z5xLW6lcNYt9CXMx20x+32uz2RVqmwYwXV1K rmro0S2HB3OAoDbIak4bNCbUJns+6CHElFR0vegwgoTWFxugxcKowMWqqfzzqVRXpnKv K8hClM2wVlmhfmdlBikqKfcENiMKfF/O2zV76uw8aZDRlklyJfAX/FfK+gooXfcxMhtz PrfBk3fIF+q6N4QZ+ENpupVYOTKO1qGCoD0d5xbZIVFX6HF4xnRAk8mSNNYWwQ8+af6/ 4h/Q==
Date Wed, 21 Mar 2012 13:03:44 +0000
From Andrea Crotti <andrea.crotti.0@gmail.com>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:10.0.2) Gecko/20120217 Thunderbird/10.0.2
MIME-Version 1.0
To "Diez B. Roggisch" <deets@web.de>
Subject Re: pypi and dependencies
References <mailman.814.1332176048.3037.python-list@python.org> <m2k42e89r8.fsf@web.de>
In-Reply-To <m2k42e89r8.fsf@web.de>
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.858.1332335028.3037.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1332335028 news.xs4all.nl 6890 [2001:888:2000:d::a6]:57292
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:21982

Show key headers only | View raw


On 03/21/2012 11:38 AM, Diez B. Roggisch wrote:
> Andrea Crotti<andrea.crotti.0@gmail.com>  writes:
>
>> When I publish something on Pypi, is there a way to make it fetch the
>> list of dependencies needed by my project automatically?
>>
>> It would be nice to have it in the Pypi page, without having to look
>> at the actual code..
>> Any other possible solution?
> I don't understand this - if you declare the dependencies of your
> published package in the requires-section of the setup()-call,
> easy_install (and I guess pip as well, no experience with it) will
> automatically fetch these.
>
> Is that what you wanted to know?
>
> Diez

It would be nice to know the dependencies *before* you actually try to 
install it ;)

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

pypi and dependencies Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-03-19 16:54 +0000
  Re: pypi and dependencies Ben Finney <ben+python@benfinney.id.au> - 2012-03-20 22:18 +1100
    Re: pypi and dependencies Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-03-20 12:01 +0000
  Re: pypi and dependencies deets@web.de (Diez B. Roggisch) - 2012-03-21 12:38 +0100
    Re: pypi and dependencies Andrea Crotti <andrea.crotti.0@gmail.com> - 2012-03-21 13:03 +0000

csiph-web