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


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

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 Julien Puydt <julien.puydt@laposte.net>
Newsgroups linux.debian.maint.python
Subject Dealing with flit -- a simplified packaging of python modules
Date Sat, 19 Sep 2015 09:00:01 +0200
Message-ID <qakhP-29v-11@gated-at.bofh.it> (permalink)
X-Original-To debian-python@lists.debian.org
X-Mailbox-Line From debian-python-request@lists.debian.org Sat Sep 19 06:57:10 2015
Old-Return-Path <julien.puydt@laposte.net>
X-Amavis-Spam-Status No, score=-7.097 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_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=0.001, SARE_FREE_WEBM_LAPOSTE=0.721] autolearn=ham autolearn_force=no
X-Policyd-Weight using cached result; rate: -6.2
Dkim-Signature v=1; a=rsa-sha256; c=simple/simple; d=laposte.net; s=mail1; t=1442645806; bh=Y1FJlRFsfIfBxEE7hSWQ7G62YRxKiU/bLg6GwmqFWms=; h=Date:From:To:Subject; b=Q9vEU+3xJVtljYa5Dorn/tPvcwb3ixLORehcod5OfzUgU0geUB04ewffnA3bQX4eK pO54Q/I+x7Amh2qiebp4FOZ8zua9MgOXKsiHsSurktaSekT5wkJEIzQAdEjVgiOlAt wtfK6KjCBJ68Kcp9W9h4r4BwTe7uUxbiH8c/SHaRVgBovxuPVDJL9PhZQNTBBfnybQ PPqringPdmmQwjVzLRgzVQClSCWyuC24NjoDYWX4ZpQDbWzqKCYy9tKFbFPvvMlR0y CE6fk82s76j8XAzfQKEMgDg5rWbF54zBpwP64XdKpRJtwkfEKhHw/uzpoYvVfcm05v 1moYXUKTstTpg==
MIME-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Disposition inline
User-Agent Mutt/1.5.23 (2014-03-12)
X-Vr-Srcip 82.236.148.178
X-Vr-Cause-1 gggruggvucftvghtrhhoucdtuddrfeekgedrfeehgdduvdeiucetufdoteggodetrfcurfhrohhfihhl
X-Vr-Cause-2 vgemucfntefrqffuvffgnecuuegrihhlohhuthemucehtddtnecunecujfgurhepfffhvffukfggtggu
X-Vr-Cause-3 fgesthdtredttdervdenucfhrhhomheplfhulhhivghnucfruhihughtuceojhhulhhivghnrdhpuhih
X-Vr-Cause-4 ughtsehlrghpohhsthgvrdhnvghtqeenucffohhmrghinhepghhithhhuhgsrdgtohhmnecurfgrrhgr
X-Vr-Cause-5 mhepmhhouggvpehsmhhtphhouhhtpdhhvghloheptggruhgthhihrdhlohgtrghlughomhgrihhnpdhi
X-Vr-Cause-6 nhgvthepkedvrddvfeeirddugeekrddujeekpdhmrghilhhfrhhomhepjhhulhhivghnrdhpuhihught
X-Vr-Cause-7 sehlrghpohhsthgvrdhnvghtpdhrtghpthhtohepuggvsghirghnqdhphihthhhonheslhhishhtshdr
X-Vr-Cause-8 uggvsghirghnrdhorhhg
X-Vr-Avstate No
X-Mailing-List <debian-python@lists.debian.org> archive/latest/12601
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/20150919065638.GA23539@cauchy.localdomain
Approved robomod@news.nic.it
Lines 13
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Sat, 19 Sep 2015 08:56:45 +0200
X-Original-Message-ID <20150919065638.GA23539@cauchy.localdomain>
Xref csiph.com linux.debian.maint.python:7292

Show key headers only | View raw


Hi,

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.

Snark on #debian-python

Back to linux.debian.maint.python | Previous | NextNext 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