From debbugs-submit-bounces@debbugs.gnu.org Wed Sep 28 16:42:39 2022 Received: (at 47459-done) by debbugs.gnu.org; 28 Sep 2022 20:42:39 +0000 Received: from localhost ([127.0.0.1]:34908 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oddt9-00018Y-BV for submit@debbugs.gnu.org; Wed, 28 Sep 2022 16:42:39 -0400 Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21117) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oddt6-00018J-K5; Wed, 28 Sep 2022 16:42:37 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1664397740; cv=none; d=zohomail.com; s=zohoarc; b=Yi70USKorsTrFjb/pvTmIdtyNHfaRg4KyMwAPC8EfY5RuasQUnn7idxuNIB1/nLi7jK2EGJcriaY7nXXKizpKZOepiro60Fkl5Q8CetbbmWFAbePDCUBxnfEEQDpVHgopzb79u2xv+zQMNsb6aQIbNBLtjbIS1zEcbQVTiCflUY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1664397740; h=Content-Type:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=Pk4TpYUl7WVLJI+JTsBh/WKDS7GIaqvOZrq2HwwAQ4M=; b=O+AWv/k9xLF8Io3bzcxnyZeXpGnJzL14fWK6PG8PChE3YWWvwtv6cXijCGZiydqNnHcSb4s54ZgBtr2Q36rzJNRx64MBLHjXLsZSGtLfcTYqwpdu5UDQnggcJoL0vYQcr3buvyh4TuLvvnnAfVgnolNE6KojWKVwPO0tU5j+nSw= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1664397740; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:From:To:To:Cc:Cc:Subject:Subject:Date:Date:In-reply-to:Message-ID:MIME-Version:Content-Type:Message-Id:Reply-To; bh=Pk4TpYUl7WVLJI+JTsBh/WKDS7GIaqvOZrq2HwwAQ4M=; b=SlSNq+nPQKPkjIy2bMYWuTcmdQyCNRFF2NtTGncbZVl7L+f+2d04lLvGAFhMqFfV DWe3M1z00iDevm8X11Avd3Prm+Af5Ta9VVYW9FHHNWxgTCbTWvK6UG6S3PBrrpDG2VJ Yk3I7V+Yt9p2HCLPg6LwQO5947vKhvjfyqYAPQ1U= Received: from localhost (247-109-142-46.pool.kielnet.net [46.142.109.247]) by mx.zohomail.com with SMTPS id 1664397738596614.9817847389478; Wed, 28 Sep 2022 13:42:18 -0700 (PDT) References: <6c81552237809c87c157684e550a69a7@dismail.de> <46d8aebe2811380cf79b2ef56e14e1c2@dismail.de> <87pmj04i55.fsf_-_@gmail.com> <87ill7uzl1.fsf_-_@gmail.com> <87pmffs07z.fsf@elephly.net> User-agent: mu4e 1.8.9; emacs 28.1 From: Ricardo Wurmus To: Maxim Cournoyer Subject: Re: bug#47459: [PATCH] gnu: Add brython. Date: Wed, 28 Sep 2022 22:41:05 +0200 In-reply-to: <87pmffs07z.fsf@elephly.net> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Message-ID: <87leq3s02h.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 47459-done Cc: 47459-done@debbugs.gnu.org, GNU Debbugs , jgart , Ludovic =?utf-8?Q?Court=C3=A8s?= X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ricardo Wurmus writes: > This suggests that there should be a way to generate them from the other > built files. This is where py_VFS.js is generated: https://github.com/brython-dev/brython/blob/270fb6ffe3a31c9f5d5897f7228f5c08a3701868/scripts/make_VFS.py -- Ricardo