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


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

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

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Thomas Kluyver <takluyver@fastmail.com>
Newsgroups linux.debian.maint.python
Subject Re: Dealing with flit -- a simplified packaging of python modules
Date Sat, 19 Sep 2015 13:30:02 +0200
Message-ID <qaov8-8pi-15@gated-at.bofh.it> (permalink)
References <qakhP-29v-11@gated-at.bofh.it> <qaldT-3Av-3@gated-at.bofh.it> <qalnz-42C-5@gated-at.bofh.it>
X-Original-To debian-python@lists.debian.org
X-Mailbox-Line From debian-python-request@lists.debian.org Sat Sep 19 11:24:09 2015
Old-Return-Path <takluyver@fastmail.com>
X-Amavis-Spam-Status No, score=-2.819 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=no autolearn_force=no
X-Policyd-Weight using cached result; rate: -7
Dkim-Signature v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.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=mesmtp; bh=rVSakKCIWaY90EXn559GibB5v6M=; b=UAFA94 /YIt7H9EHtFUq16SaVpwwWz5CEWaz3qGQcbeZClfS4fxkypg6TeannTJ5Evdbrbd Uy2I1w+4hRENfYCEBJi3aGjj66l/fB/bYmXgul/iOuMK9UYGQyDwhoNh9NpuVF7m Q+pc2c6vQ+k9bRznnLhdJwpcv5eV4nuvMp8Uw=
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=rVSakKCIWaY90EX n559GibB5v6M=; b=KgsCZJwvazgKi+KccvIWljqXF2ki2SRcvXIy7d2tMqmPABL Rw0heB/9aqrs5cZJTZzcDPPn+yHReZhn1NNcIK0JisaN8fwytaS8ZAHzI/8E3q8D sPM7P2M5OnCB9/R+4JMdJgyKJCQOPLoNPaTxTVj0HA6U81yfSNwHd+DjIgiQ=
X-Sasl-Enc Qm38RdfKSdixWZsEnR+BArWK+Pbn1T9ExXOLs3h+kWJB 1442660880
MIME-Version 1.0
Content-Transfer-Encoding 7bit
Content-Type text/plain
X-Mailer MessagingEngine.com Webmail Interface - ajax-e92f8263
X-Mailing-List <debian-python@lists.debian.org> archive/latest/12604
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/1442660880.2293341.387983809.110CFBF9@webmail.messagingengine.com
Approved robomod@news.nic.it
Lines 17
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Sat, 19 Sep 2015 04:08:00 -0700
X-Original-Message-ID <1442660880.2293341.387983809.110CFBF9@webmail.messagingengine.com>
X-Original-References <20150919065638.GA23539@cauchy.localdomain> <1442648149.1507869.387905161.3D5B9334@webmail.messagingengine.com> <20150919080540.GA27653@cauchy.localdomain>
Xref csiph.com linux.debian.maint.python:7295

Show key headers only | View raw


On Sat, Sep 19, 2015, at 01:05 AM, Julien Puydt wrote:
> Yes, you're also upstream for ptyprocess and terminado :-P

Guilty as charged ;-) I work for Jupyter/IPython, so there are several
dependencies from that that I'm responsible for.

> I have nothing against declarative -- it's just that I suspect we will 
> need something like a --buildsystem=flit or some such, and I have no 
> clue how to do something like this

I don't know how to define a new buildsystem either. For the first
package, I hope that we can do without that, at the cost of a longer
Debian/rules file that specifies more stuff explicitly, and then work
out what bits of that can be abstracted into tooling.

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