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


Groups > linux.debian.maint.python > #7315

Re: Dealing with flit -- a simplified packaging of python modules

Path csiph.com!goblin3!goblin2!goblin.stu.neva.ru!gothmog.csi.it!bofh.it!news.nic.it!robomod
From Paul Wise <pabs@debian.org>
Newsgroups linux.debian.maint.python
Subject Re: Dealing with flit -- a simplified packaging of python modules
Date Sat, 26 Sep 2015 01:30:02 +0200
Message-ID <qcKBc-7G0-9@gated-at.bofh.it> (permalink)
References <qakhP-29v-11@gated-at.bofh.it> <qaldT-3Av-3@gated-at.bofh.it> <qatl7-6Oz-1@gated-at.bofh.it> <qaKFj-6va-5@gated-at.bofh.it> <qcc6u-q6-13@gated-at.bofh.it> <qccJc-1op-5@gated-at.bofh.it>
X-Original-To debian-python@lists.debian.org
X-Mailbox-Line From debian-python-request@lists.debian.org Fri Sep 25 23:24:20 2015
Old-Return-Path <paul.is.wise@gmail.com>
X-Amavis-Spam-Status No, score=-7.5 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_FORGED_FROMDOMAIN=0.198, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no
X-Policyd-Weight using cached result; rate: -7
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=weYygxWCTEyTvXmk/Z6LvMZuagNMFAOGMrNm/IFr5/U=; b=Cb/fVLTOVE/Sfu9PI/zr6tNzxe01LzSQII4yNfFToPGdTxaVRuQqPkUd0r0Lht4dLI 1uLw9wemSQYaUeKE2HkXGWheW5chu1b+eyiscr6VE7KNjZr/PDIJWTmGg2xEcORaQm9+ zCcfKilxaWiZup1Wc+7zv3apsle28Pwp1vqv1Bf9gGE+UtwMbjtqal1vy0Y2E0J6tARF aICJZ781TR+voT7hFF/Fmp+yim34oDQMVI3b8EtzeDYy362a60y4nqLYLfBF2r49sKHg FvlXlZUB6xBcXzHR8Aqs2vrPVV/uoCIcKeAQBwd1SAba50mKSJQQaxk8TLIbIdkmXplV XD+A==
MIME-Version 1.0
X-Received by 10.194.184.166 with SMTP id ev6mr9486717wjc.125.1443223443742; Fri, 25 Sep 2015 16:24:03 -0700 (PDT)
Sender robomod@news.nic.it
X-Google-Sender-Auth -wP0lBGUGhWQkj62lYxfYmbamgY
Content-Type text/plain; charset=UTF-8
X-Mailing-List <debian-python@lists.debian.org> archive/latest/12624
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/CAKTje6EHQBMe687HdvPnDvXD5qqomoKCE1fCk6geNe0BW6D7eQ@mail.gmail.com
Approved robomod@news.nic.it
Lines 18
Organization linux.* mail to news gateway
X-Original-Date Sat, 26 Sep 2015 01:24:03 +0200
X-Original-Message-ID <CAKTje6EHQBMe687HdvPnDvXD5qqomoKCE1fCk6geNe0BW6D7eQ@mail.gmail.com>
X-Original-References <20150919065638.GA23539@cauchy.localdomain> <1442648149.1507869.387905161.3D5B9334@webmail.messagingengine.com> <20150919123608.623ff7d8@limelight.wooz.org> <1442746052.1831540.388486761.7B81DA25@webmail.messagingengine.com> <CAKTje6H-aXD-nS_h6sWOZNytmj2eWC0TRue70m6RWf8-HX8SDQ@mail.gmail.com> <1443093458.1327745.392368833.476CC9CB@webmail.messagingengine.com>
X-Original-Sender paul.is.wise@gmail.com
Xref csiph.com linux.debian.maint.python:7315

Show key headers only | View raw


On Thu, Sep 24, 2015 at 1:17 PM, Thomas Kluyver wrote:

> That's my point ;-). From our upstream point of view, it's not a bug
> that the distributions we put on PyPI contain generated/bundled files -
> we do it that way deliberately, so that end users can install without
> needing Javascript developer tools to build those files. If you want a
> pure source tarball without generated files, that's available from
> Github.

Why are end users using source packages instead of binary packages and
then complaining that the source tarballs aren't ready-to-run binary
packages?

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Dealing with flit -- a simplified packaging of python modules Julien Puydt <julien.puydt@laposte.net> - 2015-09-19 09:00 +0200
  Re: Dealing with flit -- a simplified packaging of python modules Thomas Kluyver <takluyver@fastmail.com> - 2015-09-19 10:00 +0200
    Re: Dealing with flit -- a simplified packaging of python modules Julien Puydt <julien.puydt@laposte.net> - 2015-09-19 10:10 +0200
      Re: Dealing with flit -- a simplified packaging of python modules Thomas Kluyver <takluyver@fastmail.com> - 2015-09-19 13:30 +0200
    Re: Dealing with flit -- a simplified packaging of python modules Barry Warsaw <barry@debian.org> - 2015-09-19 18:40 +0200
      Re: Dealing with flit -- a simplified packaging of python modules Thomas Kluyver <takluyver@fastmail.com> - 2015-09-20 13:10 +0200
        Re: Dealing with flit -- a simplified packaging of python modules Paul Wise <pabs@debian.org> - 2015-09-24 12:40 +0200
          Re: Dealing with flit -- a simplified packaging of python modules Thomas Kluyver <thomas@kluyver.me.uk> - 2015-09-24 13:20 +0200
            Re: Dealing with flit -- a simplified packaging of python modules Paul Wise <pabs@debian.org> - 2015-09-26 01:30 +0200
              Re: Dealing with flit -- a simplified packaging of python  modules Donald Stufft <donald@stufft.io> - 2015-09-26 01:30 +0200
                Re: Dealing with flit -- a simplified packaging of python modules Ben Finney <ben+debian@benfinney.id.au> - 2015-09-26 02:30 +0200
                Re: Dealing with flit -- a simplified packaging of python  modules Donald Stufft <donald@stufft.io> - 2015-09-26 05:30 +0200
                Re: Dealing with flit -- a simplified packaging of python modules Paul Wise <pabs@debian.org> - 2015-09-28 00:30 +0200
                Re: Dealing with flit -- a simplified packaging of python modules Paul Wise <pabs@debian.org> - 2015-09-26 11:40 +0200
                Re: Dealing with flit -- a simplified packaging of python  modules Donald Stufft <donald@stufft.io> - 2015-09-26 17:20 +0200

csiph-web