Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #7294
| Path | csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Julien Puydt <julien.puydt@laposte.net> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Dealing with flit -- a simplified packaging of python modules |
| Date | Sat, 19 Sep 2015 10:10:02 +0200 |
| Message-ID | <qalnz-42C-5@gated-at.bofh.it> (permalink) |
| References | <qakhP-29v-11@gated-at.bofh.it> <qaldT-3Av-3@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 08:06:03 2015 |
| Old-Return-Path | <julien.puydt@laposte.net> |
| X-Amavis-Spam-Status | No, score=-5.838 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, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H2=-0.001, RP_MATCHES_RCVD=0.001, SARE_FREE_WEBM_LAPOSTE=0.721, SARE_LWSHORTT=1.24] autolearn=no autolearn_force=no |
| X-Policyd-Weight | using cached result; rate:hard: -6.2 |
| Dkim-Signature | v=1; a=rsa-sha256; c=simple/simple; d=laposte.net; s=mail1; t=1442649947; bh=LBJ4nbd1DBCpyQgcXX2AnATQTV0o0SrIbzB58q3CMUE=; h=Date:From:To:Subject:References:In-Reply-To; b=e83uwTkoUm/7/bzPpW/or4dtTOJZ8w+txnBR2htiB0AS5KgKTPGcpmxhdBtW8dXUH 9pXk8aELTyAncBX2wtbE7pqzoo3HPqUhMGqvyxoZu18uy69GCHyrlaSZnYuEYhNBN4 FKH2WDcyRI70QVNJeIfscSNwY/mGK/v1JtK6qKAqKCfV3jJA4DP8cQuYqCTgw8rK/0 rkZDQTZLPnXfEFi/3z97h70dXMTidxAtahJKYUSo1GLBnJzgX4+sna+foQzur4qrsJ hCB7KO1I+ryO9Oqt6OMm+nOaybLwUwUirq/pbybIGa1/Jph/GkWfdd8YMzX/xADHz5 TJZ+xQG204XdQ== |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=iso-8859-1 |
| Content-Disposition | inline |
| Content-Transfer-Encoding | 8bit |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| X-Vr-Srcip | 82.236.148.178 |
| X-Vr-Cause-1 | gggruggvucftvghtrhhoucdtuddrfeekgedrfeehgddugedtucetufdoteggodetrfcurfhrohhfihhl |
| X-Vr-Cause-2 | vgemucfntefrqffuvffgnecuuegrihhlohhuthemucehtddtnecunecujfgurhepfffhvffukfhfgggt |
| X-Vr-Cause-3 | ugfgjggfsehtkeertddtredunecuhfhrohhmpefluhhlihgvnhcurfhuhiguthcuoehjuhhlihgvnhdr |
| X-Vr-Cause-4 | phhuhigutheslhgrphhoshhtvgdrnhgvtheqnecuffhomhgrihhnpehgihhthhhusgdrtghomhenucfr |
| X-Vr-Cause-5 | rghrrghmpehmohguvgepshhmthhpohhuthdphhgvlhhopegtrghutghhhidrlhhotggrlhguohhmrghi |
| X-Vr-Cause-6 | nhdpihhnvghtpeekvddrvdefiedrudegkedrudejkedpmhgrihhlfhhrohhmpehjuhhlihgvnhdrphhu |
| X-Vr-Cause-7 | higutheslhgrphhoshhtvgdrnhgvthdprhgtphhtthhopeguvggsihgrnhdqphihthhhohhnsehlihhs |
| X-Vr-Cause-8 | thhsrdguvggsihgrnhdrohhrgh |
| X-Vr-Avstate | No |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/12603 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/20150919080540.GA27653@cauchy.localdomain |
| Approved | robomod@news.nic.it |
| Lines | 30 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Sat, 19 Sep 2015 10:05:46 +0200 |
| X-Original-Message-ID | <20150919080540.GA27653@cauchy.localdomain> |
| X-Original-References | <20150919065638.GA23539@cauchy.localdomain> <1442648149.1507869.387905161.3D5B9334@webmail.messagingengine.com> |
| Xref | csiph.com linux.debian.maint.python:7294 |
Show key headers only | View raw
Hi, Le samedi 19 sept. 2015 à 00:35:49 (-0700), Thomas Kluyver a écrit : > On Fri, Sep 18, 2015, at 11:56 PM, Julien Puydt wrote: > > here is a new way to package modules for Python: > > https://github.com/takluyver/flit > > > > It means that something packaged using it doesn't use a setup.py or some > > such, but a flit.ini ; see for example: > > https://github.com/jupyter/testpath > > > > I'm not sure how to package something like this (and testpath is a > > depends for IPython's tests), so I think asking here is better. > > By the way, I am also upstream for flit, and I'm prepared to help build > some tooling to use it for distro packaging. I know it will cause some > inconvenience in the short term because there's infrastructure around > setup.py packaging, but ultimately I think that having declarative > metadata should be an advantage. > > Thomas > Yes, you're also upstream for ptyprocess and terminado :-P 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... Snark on #debian-python
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar
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