From debbugs-submit-bounces@debbugs.gnu.org Tue May 11 07:32:30 2021 Received: (at submit) by debbugs.gnu.org; 11 May 2021 11:32:30 +0000 Received: from localhost ([127.0.0.1]:35194 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lgQci-00038N-0z for submit@debbugs.gnu.org; Tue, 11 May 2021 07:32:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:46478) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lgQcg-00036v-CW for submit@debbugs.gnu.org; Tue, 11 May 2021 07:32:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56366) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lgQcg-0007GF-1q for guix-patches@gnu.org; Tue, 11 May 2021 07:32:22 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:34106) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lgQcc-0006tJ-P2 for guix-patches@gnu.org; Tue, 11 May 2021 07:32:21 -0400 Received: from localhost.localdomain (91-114-247-246.adsl.highway.telekom.at [91.114.247.246]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4FfbP35yLxz1LX55 for ; Tue, 11 May 2021 13:32:07 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 mailrelay.tugraz.at 4FfbP35yLxz1LX55 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1620732727; bh=7GDbhwJAycyDtHlgghxk4RFrdvO4Ss6Q6mVUjKjsPVc=; h=From:To:Subject:Date:From; b=peQM+bQtxl43HLeer5maTQ35xz+9kvbrbhd35hF52xfJoMcIINSEd8VsYq9zVE/Ev s/0Rtacm9LPUlmqEd3zkEtVRUtNOkbZ8bitJmX9fp9WrsSir8/vEua4cxrRXMV02hT beVMB1lyarPp5tggkoZRF+QBptMSMV9s5GQpPXQY= From: Leo Prikler To: guix-patches@gnu.org Subject: [PATCH] gnu: Add emacs-packed. Date: Tue, 11 May 2021 13:23:45 +0200 Message-Id: <20210511112344.15843-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 Received-SPF: pass client-ip=129.27.2.202; envelope-from=leo.prikler@student.tugraz.at; helo=mailrelay.tugraz.at 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_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit 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: -0.0 (/) * gnu/packages/emacs-xyz.scm (emacs-packed): New variable. --- gnu/packages/emacs-xyz.scm | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 869f8c3c7b..22d22df0b8 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -55,7 +55,7 @@ ;;; Copyright © 2019 Jelle Licht ;;; Copyright © 2019 Björn Höfling ;;; Copyright © 2019 Stephen Webber -;;; Copyright © 2019 Leo Prikler +;;; Copyright © 2019, 2021 Leo Prikler ;;; Copyright © 2019 David Wilson ;;; Copyright © 2020 Paul Garlick ;;; Copyright © 2020 Robert Smith @@ -19877,6 +19877,35 @@ e.g. the package dependencies it requires. See function file.") (license license:gpl3+)))) +(define-public emacs-packed + (package + (name "emacs-packed") + (version "3.0.3") + (source + (origin + (method url-fetch) + (uri (string-append "https://stable.melpa.org/packages/packed-" + version ".el")) + (sha256 + (base32 + "0rd6svls19qskn03pa54rx5qfvxzgs639cdycix4bkf5ayzypj5h")))) + (build-system emacs-build-system) + (home-page "https://github.com/emacscollective/packed") + (synopsis "Package manager agnostic Emacs Lisp package utilities") + (description + "Packed provides some package manager agnostic utilities to work +with Emacs Lisp packages. As far as Packed is concerned packages +are collections of Emacs Lisp libraries that are stored in a +dedicated directory such as a Git repository. And libraries are +Emacs Lisp files that provide the correct feature (matching the +filename). + +Where a package manager might depend on metadata, Packed instead +uses some heuristics to get the same information — that is slower +and might also fail at times but makes it unnecessary to maintain +package recipes.") + (license license:gpl3+))) + (define-public emacs-picpocket (let ((version "40") (commit "6fd88b8711c4370662c0f9c462170187d092a046")) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Fri May 21 11:54:59 2021 Received: (at 48345) by debbugs.gnu.org; 21 May 2021 15:54:59 +0000 Received: from localhost ([127.0.0.1]:37424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk7UI-0007nr-MZ for submit@debbugs.gnu.org; Fri, 21 May 2021 11:54:58 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:35663) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk7UG-0007nX-OA for 48345@debbugs.gnu.org; Fri, 21 May 2021 11:54:57 -0400 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by relay11.mail.gandi.net (Postfix) with ESMTPSA id AB4C5100008; Fri, 21 May 2021 15:54:49 +0000 (UTC) From: Nicolas Goaziou To: Leo Prikler Subject: Re: [bug#48345] [PATCH] gnu: Add emacs-packed. References: <20210511112344.15843-1-leo.prikler@student.tugraz.at> Date: Fri, 21 May 2021 17:54:49 +0200 In-Reply-To: <20210511112344.15843-1-leo.prikler@student.tugraz.at> (Leo Prikler's message of "Tue, 11 May 2021 13:23:45 +0200") Message-ID: <87r1i0w08m.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48345 Cc: 48345@debbugs.gnu.org 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.7 (-) Hello, Leo Prikler writes: > + (uri (string-append "https://stable.melpa.org/packages/packed-" > + version ".el")) Is it really stable? Wouldn't it be simpler to use git-fetch from upstream directly? > +Where a package manager might depend on metadata, Packed instead > +uses some heuristics to get the same information =E2=80=94 that is slower Nitpick: I think usual typography is like same information---that is slower... Otherwise LGTM. Regards, --=20 Nicolas Goaziou From debbugs-submit-bounces@debbugs.gnu.org Fri May 21 12:53:21 2021 Received: (at 48345) by debbugs.gnu.org; 21 May 2021 16:53:21 +0000 Received: from localhost ([127.0.0.1]:37476 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk8Oi-00010w-ES for submit@debbugs.gnu.org; Fri, 21 May 2021 12:53:21 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:14864) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lk8Oc-00010f-MB for 48345@debbugs.gnu.org; Fri, 21 May 2021 12:53:15 -0400 Received: from localhost.localdomain (91-114-247-246.adsl.highway.telekom.at [91.114.247.246]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4Fmt2p5ZZgz3xlV; Fri, 21 May 2021 18:53:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1621615986; bh=wVt2TpILAAxJpzL6cTeb9x1j+2Y5n25x43DZ0nT4SRM=; h=From:To:Cc:Subject:Date; b=eI8vwV/zroHaHxnqaCi00Y1jfM/rJlY81CGgNDFyWKE4FRy1YFJpy8dqSjtEMIJBt iukrvZln3W1B03hM4/9BXxW+4OabmRNiurFtvrYjgbz6zryImyslEVGJidbodYzfMW zb/yYn+/uWW1AMRc3BI70S5zFVqlyeAvyhU05av0= From: Leo Prikler To: 48345@debbugs.gnu.org Subject: [PATCH] gnu: Add emacs-packed. Date: Fri, 21 May 2021 18:52:51 +0200 Message-Id: <20210521165250.9903-1-leo.prikler@student.tugraz.at> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.117 X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: 48345 Cc: mail@nicolasgoaziou.fr 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: -0.3 (/) * gnu/packages/emacs-xyz.scm (emacs-packed): New variable. --- gnu/packages/emacs-xyz.scm | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 7656c32b2e..2b46fea951 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -55,7 +55,7 @@ ;;; Copyright © 2019 Jelle Licht ;;; Copyright © 2019 Björn Höfling ;;; Copyright © 2019 Stephen Webber -;;; Copyright © 2019 Leo Prikler +;;; Copyright © 2019, 2021 Leo Prikler ;;; Copyright © 2019 David Wilson ;;; Copyright © 2020 Paul Garlick ;;; Copyright © 2020 Robert Smith @@ -20019,6 +20019,36 @@ e.g. the package dependencies it requires. See function file.") (license license:gpl3+)))) +(define-public emacs-packed + (package + (name "emacs-packed") + (version "3.0.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/emacscollective/packed") + (commit version))) + (sha256 + (base32 + "06blk8parnpq3qi6y5628q3v59c8dyi41glb289a0l16248qwphk")))) + (build-system emacs-build-system) + (home-page "https://github.com/emacscollective/packed") + (synopsis "Package manager agnostic Emacs Lisp package utilities") + (description + "Packed provides some package manager agnostic utilities to work +with Emacs Lisp packages. As far as Packed is concerned packages +are collections of Emacs Lisp libraries that are stored in a +dedicated directory such as a Git repository. And libraries are +Emacs Lisp files that provide the correct feature (matching the +filename). + +Where a package manager might depend on metadata, Packed instead +uses some heuristics to get the same information---that is slower +and might also fail at times but makes it unnecessary to maintain +package recipes.") + (license license:gpl3+))) + (define-public emacs-picpocket (let ((version "41") (commit "fa3a49f011b5ae139728548fec7375743f61c7c7")) -- 2.31.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 22 12:39:15 2021 Received: (at control) by debbugs.gnu.org; 22 Jun 2021 16:39:15 +0000 Received: from localhost ([127.0.0.1]:39751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvjQh-00064d-AR for submit@debbugs.gnu.org; Tue, 22 Jun 2021 12:39:15 -0400 Received: from mailrelay.tugraz.at ([129.27.2.202]:40419) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lvjQe-00064T-F9 for control@debbugs.gnu.org; Tue, 22 Jun 2021 12:39:13 -0400 Received: from nijino.local (62-116-34-49.adsl.highway.telekom.at [62.116.34.49]) by mailrelay.tugraz.at (Postfix) with ESMTPSA id 4G8XCx52rNz3wL9 for ; Tue, 22 Jun 2021 18:39:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tugraz.at; s=mailrelay; t=1624379949; bh=H/Y6jYD5uSs7YN5crmwI152NU/OM14m9F0uBL/7RD38=; h=Subject:From:To:Date; b=SQi7q/IFm398tYHi3F1ZlbDNGZiJNpPdRBIq0zSctD38rUI2ftAIqCXmGJ7yXIQ47 9FKbEcxTNXE+WrZJOpD3qzPt8rpMnqgY6jAjOK9tTOS//eNw8Jr8BfktVLF01mKJuy /TbNwSvxHrsjC48KEZm/94A48CJP/FZnKLY9/xXA= Message-ID: <1355396ba740a2b74f7c0e7e6dcb9733a9120891.camel@student.tugraz.at> Subject: Pushing old patches From: Leo Prikler To: control@debbugs.gnu.org Date: Tue, 22 Jun 2021 18:39:08 +0200 Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-TUG-Backscatter-control: bt4lQm5Tva3SBgCuw0EnZw X-Spam-Scanner: SpamAssassin 3.003001 X-Spam-Score-relay: -1.9 X-Scanned-By: MIMEDefang 2.74 on 129.27.10.116 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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: -3.3 (---) close 47268 b994ff128bc33091db256bc40906aa5d4e670aa1 close 48345 6f58ca5fb3c0abff168b2faa0a4edb8bde30f7a3 close 48746 f356c71ade3f3d45c806d3a84eecefbfbecd526f thanks From unknown Fri Jun 20 19:59:30 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 21 Jul 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator