Path: csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod From: Thomas Kluyver 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: References: 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: 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: archive/latest/12604 List-ID: List-URL: 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 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