Path: csiph.com!goblin2!goblin.stu.neva.ru!aioe.org!bofh.it!news.nic.it!robomod From: Ghislain Vaillant Newsgroups: linux.debian.maint.python Subject: Re: Team upload for python-jedi Date: Wed, 18 Jan 2017 19:10:03 +0100 Message-ID: References: X-Original-To: Piotr =?UTF-8?Q?O=C5=BCarowski?= X-Mailbox-Line: From debian-python-request@lists.debian.org Wed Jan 18 18:09:09 2017 Old-Return-Path: X-Amavis-Spam-Status: No, score=-7.799 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] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate: -7 Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:subject:from:to:cc:date:in-reply-to:references :mime-version:content-transfer-encoding; bh=O1gqbY8AAuXaFS1XegbC+NI8igjwLYhgYI6tS1HLtJI=; b=X1YXNgqHls6bV7cZuAeywkAqJ+cOiTBjRZcX/sw7M1T5/bo9zQANMAGVZX4rnBawku GzhdMtUcdQuYcNZdX8E5ElhxkAGNAMSziTD1BP5DkN6H297Rbvv7T4LaZKTuCZuMV9pn YLGcyBlgrAbKCznEBVK2oqiI1AcIF/qFILtDsZPUTf56wqi5T/5e2MSk3DJrnClGecG8 HsN9R7f+RZXQgOgya9pjJxhfUIvJvTcQdX+8O1YvVmOFWErOoyjFyIR8dbURmhWofXhU QrJ/mkDezzWHbVneJQxL5Up/MViaSRtYMb4lgUw9kBSGu+bA2G+L/H4bKLMENZSMjUL+ uKVQ== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:mime-version:content-transfer-encoding; bh=O1gqbY8AAuXaFS1XegbC+NI8igjwLYhgYI6tS1HLtJI=; b=RLV8SJ5/JSxJKk1C7RaYVLeS28rqExh69oxEPRpifVDpemXUTqdXzJcgmmVGfMrkfe gOCc+SwjsggyidHqyO5G6BC2i0t7eiVg8RJlcyM/HhEoXdgyrcP+ispN50XO+SNswRiN n6ilM+7LHLqyAjzB4rjOQdDOKrKfXpThEtLwGyqpjc3IO7LRPGc856FnqlLR8n5UEaXp fw/YKXPjVEB/mXxjUw4AUaHn+pOJc3fqKJF8q/1n2tMGPqp2J2aFED33hqNoLE8V919E yY6qNUN72JguKCxtVAEoc5/6hjpZR70MoDATMWYFeX4SYfzicP9JhELQfkhJ5ThycodM ul2g== X-Gm-Message-State: AIkVDXKda5lk54qxTIzcDEUDwrGqXKR7v4yR3Qlfng2RyXASONcqPuYkhF3FyMSzYaXKaA== X-Received: by 10.223.138.188 with SMTP id y57mr3844419wry.191.1484761988039; Wed, 18 Jan 2017 09:53:08 -0800 (PST) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.3-1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mailing-List: archive/latest/14531 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/1484761985.18572.45.camel@gmail.com Approved: robomod@news.nic.it Lines: 36 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-python X-Original-Date: Wed, 18 Jan 2017 17:53:05 +0000 X-Original-Message-ID: <1484761985.18572.45.camel@gmail.com> X-Original-References: <20160708093740.GA27698@xanadu.blop.info> <1484742529.18572.34.camel@gmail.com> <20170118123755.pi7g3kvcfwcd6ctn@sar0.p1otr.com> Xref: csiph.com linux.debian.maint.python:9175 On Wed, 2017-01-18 at 13:37 +0100, Piotr Ożarowski wrote: > Hi, > > [Ghislain Vaillant, 2017-01-18] > > Would you be ok if I push the changes required to fix #830399 and > > #841043 for src:python-jedi and prepare a team-upload? > > > > I need the RC fixed for the packaging of spyder. > > go ahead. I have almost working package with latest changes from upstream > git repo but some tests still fail and I don't have time to work on it > right now. Ok, I have got a working package fixing the RC. However, whoever did the migration from svn to git forgot that the source tree was made of multiple tarballs (one for jedi, one for jedi-vim) and now the vim plugin package cannot be produced because of the missing sources [1]. [1] https://anonscm.debian.org/cgit/python-modules/packages/python-jedi.git/tree/ How I should proceed now? We could just drop the vim plugin package for now (it does not work anyway due to #841043), and consider introducing a new source package for it later. Afterall, they are separate projects on GitHub [2, 3]. Otherwise, I guess the svn migration would have to be re-run? I have no idea how to do it, nor setting up git-dpm to use multiple tarballs. [2] https://github.com/davidhalter/jedi [3] https://github.com/davidhalter/jedi-vim Cheers, Ghis