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


Groups > comp.lang.python > #98996

Re: Mapping between python packages and distro packages?

Path csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!news-1.dfn.de!news.dfn.de!news.informatik.hu-berlin.de!fu-berlin.de!uni-berlin.de!not-for-mail
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Subject Re: Mapping between python packages and distro packages?
Date Thu, 19 Nov 2015 07:24:06 +1100
Lines 14
Message-ID <mailman.424.1447878249.16136.python-list@python.org> (permalink)
References <20151118032903.GA8040@sg1> <85vb90c4fv.fsf@benfinney.id.au> <CAPTjJmotkP4LPy90TBKSvC5b6ugptY4+5wkRxMp1ZvcqK3S=cQ@mail.gmail.com> <201511181930.tAIJUYUc017056@fido.openend.se>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de Zwx7+6+4VS4KrNZ4XGDZXQLGVLUP3tW3oKTrDzwViGVw==
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.016
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'cc:addr:python-list': 0.09; 'creighton': 0.09; 'subject:python': 0.14; 'thu,': 0.15; '6:30': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'hits.': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Mapping': 0.16; 'subject:between': 0.16; 'wrote:': 0.16; 'laura': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'assumes': 0.22; 'recognize': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'sort': 0.25; 'wondering': 0.25; 'equivalent': 0.27; 'message-id:@mail.gmail.com': 0.27; 'common': 0.33; 'doubt': 0.33; 'his/her': 0.33; 'received:google.com': 0.35; 'next': 0.35; 'false': 0.35; 'nov': 0.35; "isn't": 0.35; 'sometimes': 0.35; 'but': 0.36; 'too': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'subject:?': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'received:209.85.213': 0.37; 'received:209': 0.38; 'some': 0.40; 'course.': 0.67; 'friend': 0.81; 'chrisa': 0.84; 'to:none': 0.91; '"how': 0.91; 'rpm': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=EIA54VUmqyf8CccBdQJzqDVE070HlGULFnIy8KCCF3Q=; b=tXpbG2VTXYTHbaLqJY92JHfteq3oGvuZjYd5dvEZay//zpXOpyg+QdKX32lA3fpyyT eMbJytZTHX56ZJkkCesvVXVa8qbtA/ASBcNody8siO/ZkdRShPtlWTdFRw8oTDA5L8jC CUGUuD+3rwmXrorJm0OGvLX5xHaFkfZzr2xC/661Btj3BwAYQ7mEEyWEvK01eVsKt3Zr OvAk2qO4O8xRksY3buOpRO/ZaOEqYtbxL3OYcjzMBpGAXIZ13JXknUwYy8vdB5H6rZxA gHAnBIaBYiE/YC9CeQOJILjtRe02Z4xFLnlVcCSTbRXalcUnPiS1hFEdvc90nwDOl4rX bB4A==
X-Received by 10.50.83.38 with SMTP id n6mr10053588igy.92.1447878246413; Wed, 18 Nov 2015 12:24:06 -0800 (PST)
In-Reply-To <201511181930.tAIJUYUc017056@fido.openend.se>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:98996

Show key headers only | View raw


On Thu, Nov 19, 2015 at 6:30 AM, Laura Creighton <lac@openend.se> wrote:
> apt-cache search <PyPi name> works reasonably well, as long as you are
> willing to put up with some false hits.  And it assumes you have a debian
> system handy, of course.

I suspect the most common case is "how can I get this on _this exact
system_", which isn't too hard; but the next most common case is "I
need to tell my friend how to get it on his/her system", which leaves
me sometimes wondering what the equivalent RPM for some DEB is, or
what sort of support there is for Program X on RHEL Y. So it would be
really nice if there were some straight-forward way to recognize these
equivalencies... but I doubt there is :(

ChrisA

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


Thread

Re: Mapping between python packages and distro packages? Chris Angelico <rosuav@gmail.com> - 2015-11-19 07:24 +1100

csiph-web