From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Adding use-package to ELPA Date: Thu, 03 Mar 2022 09:49:35 -0500 Message-ID: References: <87y21ri7px.fsf@posteo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29969"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) Cc: johnw@gnu.org, emacs-devel@gnu.org To: Philip Kaludercic Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Mar 03 15:51:08 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nPmnL-0007YB-Nw for ged-emacs-devel@m.gmane-mx.org; Thu, 03 Mar 2022 15:51:07 +0100 Original-Received: from localhost ([::1]:41806 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nPmnK-0001BT-GL for ged-emacs-devel@m.gmane-mx.org; Thu, 03 Mar 2022 09:51:06 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37064) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nPmm3-0008M9-VB for emacs-devel@gnu.org; Thu, 03 Mar 2022 09:49:48 -0500 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:32216) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nPmm1-0001hq-Cb; Thu, 03 Mar 2022 09:49:46 -0500 Original-Received: from pmg3.iro.umontreal.ca (localhost [127.0.0.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 5C829442958; Thu, 3 Mar 2022 09:49:40 -0500 (EST) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg3.iro.umontreal.ca (Proxmox) with ESMTP id 1BE9B442952; Thu, 3 Mar 2022 09:49:39 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1646318979; bh=yQYOzqNSAdAi8N7BV12FDAZgnzUIlNiJBB9au8KydiQ=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Rj0a3nelcCHtCfpw9lOCHuJjfotsL8gXEzndwE6b0F1tf8AFTIPpNUdnV1SJ1lRjQ BGBBdzrtNEXo4DF624zh3Lxie2uXM1+cRH1sO7uneVGW/L8n7vVPgWaIBkVjvUBY6R vomnDLZiZGetDi4dvDNsv+tZHHhJbZ/wUxdlJsr/43nAuohHxjK5XOmdmBMe/i6fL7 35wDswnFRQMnzhmV8FFvCD1h19E0HfyLNXTiPqHRTHW9ogyqQLOcL258YFVxCs1sfF P56mA6XBNuoNIcOpltM4llzCoTofOYgagdrT6C24f7Dvz0cwzFK44hEV/sbAD8hzzZ 5gKGip/FiWOvg== Original-Received: from pastel (unknown [45.72.208.76]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id C94C21201B6; Thu, 3 Mar 2022 09:49:38 -0500 (EST) In-Reply-To: <87y21ri7px.fsf@posteo.net> (Philip Kaludercic's message of "Thu, 03 Mar 2022 12:41:30 +0100") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-Spam_score_int: -42 X-Spam_score: -4.3 X-Spam_bar: ---- X-Spam_report: (-4.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:286788 Archived-At: Philip Kaludercic [2022-03-03 12:41:30] wrote: > and setting aside the copyright lines, it seems to work. I guess the > more interesting question is if this should be added to ELPA or the > core? AFAIK, John's intention was to add it to the core, but seeing how it still hasn't happened, I think it would make sense to add it to GNU ELPA for now (alongside its two siblings `leaf` and `setup` ;-). Stefan