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


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

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

Path csiph.com!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Thomas Kluyver <thomas@kluyver.me.uk>
Newsgroups linux.debian.maint.python
Subject Re: Dealing with flit -- a simplified packaging of python modules
Date Thu, 24 Sep 2015 13:20:02 +0200
Message-ID <qccJc-1op-5@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>
X-Original-To debian-python@lists.debian.org
X-Mailbox-Line From debian-python-request@lists.debian.org Thu Sep 24 11:17:56 2015
Old-Return-Path <thomas@kluyver.me.uk>
X-Amavis-Spam-Status No, score=-7.72 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=ham autolearn_force=no
X-Policyd-Weight NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_BL_NJABL=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .kluyver. - helo: .out2-smtp.messagingengine. - helo-domain: .messagingengine.) FROM/MX_MATCHES_NOT_HELO(DOMAIN)=0; rate: -5
Dkim-Signature v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=69R4oauX4ZxPND8 zKi9Fdo+hgCg=; b=NbyiiUrlr6RJWFfT7QKfIDHJfs0DXBkwoVgi4wc2p6PslY5 Knt/atNP5YW1qnqibDFufneOwq/kawlSUnE0uDi1i+/eGEfSb27O+ONBT9MFFtpf oj/ctInXwuIqyqTlsRIwkl7JFkPQOuBYMEKdJ8HDajWuGHfkzmhd5onIQ5gQ=
X-Sasl-Enc EEa1doZFLSx8dhwRA8obNxUodpyocRuRIsLY8K0odBa8 1443093458
MIME-Version 1.0
Content-Transfer-Encoding 7bit
Content-Type text/plain
X-Mailer MessagingEngine.com Webmail Interface - ajax-2a494e8d
X-Mailing-List <debian-python@lists.debian.org> archive/latest/12619
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/1443093458.1327745.392368833.476CC9CB@webmail.messagingengine.com
Approved robomod@news.nic.it
Lines 12
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Thu, 24 Sep 2015 04:17:38 -0700
X-Original-Message-ID <1443093458.1327745.392368833.476CC9CB@webmail.messagingengine.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>
Xref csiph.com linux.debian.maint.python:7310

Show key headers only | View raw


On Thu, Sep 24, 2015, at 03:30 AM, Paul Wise wrote:
> Source tarballs containing generated/bundled files is a bug that
> should be fixed.

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.

Thomas

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