GNU bug report logs -
#67961
[PATCH 0/3] Rename and update emacs-org-agenda-files-track.
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Thu, 21 Dec 2023 22:19:02 UTC
Severity: normal
Tags: patch
Done: Andrew Tropin <andrew <at> trop.in>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67961 in the body.
You can then email your comments to 67961 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67961
; Package
guix-patches
.
(Thu, 21 Dec 2023 22:19:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 21 Dec 2023 22:19:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
MELPA's maintainers advised for a rename before integration, hence the patch series.
Nicolas Graves (3):
gnu: emacs-org-dynamic-agenda: Rename package to
emacs-org-agenda-files-track.
gnu: emacs-org-dynamic-agenda-ql: Rename package to
emacs-org-agenda-files-track-ql.
gnu: emacs-org-agenda-files-track: Update to 0.4.0.
gnu/packages/emacs-xyz.scm | 34 +++++++++++++++++++---------------
1 file changed, 19 insertions(+), 15 deletions(-)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67961
; Package
guix-patches
.
(Thu, 21 Dec 2023 22:28:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 67961 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda): Define in terms of
'deprecated-package'.
(emacs-org-agenda-files-track): New variable, formerly known as "emacs-org-dynamic-agenda".
Change-Id: If0e8e3fe5871b585880944fd73a5ae37c6fd3464
---
gnu/packages/emacs-xyz.scm | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 46cfbd5fc5..7fa2645288 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31831,15 +31831,15 @@ (define-public emacs-org-drill-table
current tree.")
(license license:gpl3+))))
-(define-public emacs-org-dynamic-agenda
+(define-public emacs-org-agenda-files-track
(package
- (name "emacs-org-dynamic-agenda")
+ (name "emacs-org-agenda-files-track")
(version "0.3.1")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://git.sr.ht/~ngraves/org-dynamic-agenda")
+ (url "https://git.sr.ht/~ngraves/org-agenda-files-track")
(commit version)))
(file-name (git-file-name name version))
(sha256
@@ -31847,13 +31847,15 @@ (define-public emacs-org-dynamic-agenda
(build-system emacs-build-system)
(arguments
(list #:include
- #~(list "org-dynamic-agenda\\.el" "README\\.org")))
- (home-page "https://git.sr.ht/~ngraves/org-dynamic-agenda")
- (synopsis "Dynamically generate org-agenda-files")
+ #~(list "org-agenda-files-track\\.el" "README\\.org")))
+ (home-page "https://git.sr.ht/~ngraves/org-agenda-files-track")
+ (synopsis "Fine-track org-agenda-files")
(description
- "This package dynamically generates org-agenda-files.")
+ "This package tracks org-agenda-files precisely to speed-up org-agenda.")
(license license:gpl3+)))
+(define-deprecated emacs-org-dynamic-agenda emacs-org-agenda-files-track)
+
(define-public emacs-org-dynamic-agenda-ql
(package
(inherit emacs-org-dynamic-agenda)
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67961
; Package
guix-patches
.
(Thu, 21 Dec 2023 22:28:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 67961 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-org-dynamic-agenda-ql): Define in terms of
'deprecated-package'.
(emacs-org-agenda-files-track-ql): New variable, formerly known as "emacs-org-dynamic-agenda-ql".
Change-Id: Ib73181ecf6538de77c78f2d3b20f02e0df85beac
---
gnu/packages/emacs-xyz.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7fa2645288..b03bf074ca 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31856,17 +31856,19 @@ (define-public emacs-org-agenda-files-track
(define-deprecated emacs-org-dynamic-agenda emacs-org-agenda-files-track)
-(define-public emacs-org-dynamic-agenda-ql
+(define-public emacs-org-agenda-files-track-ql
(package
- (inherit emacs-org-dynamic-agenda)
- (name "emacs-org-dynamic-agenda-ql")
+ (inherit emacs-org-agenda-files-track)
+ (name "emacs-org-agenda-files-track-ql")
(arguments
(list #:include
- #~(list "org-dynamic-agenda-ql\\.el" "README\\.org")))
+ #~(list "org-agenda-files-track-ql\\.el" "README\\.org")))
(propagated-inputs (list emacs-org-ql))
(description
- "This package dynamically generates org-agenda-files, and take advantage
-of the org-ql cache.")))
+ "This package tracks org-agenda-files precisely to speed-up org-agenda,
+and takes advantage of the org-ql cache.")))
+
+(define-deprecated emacs-org-dynamic-agenda-ql emacs-org-agenda-files-track-ql)
(define-public emacs-dash-docs
(let ((commit "dafc8fc9f1ddb2e4e39e0b8d066c42d5d7ce8d06")
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67961
; Package
guix-patches
.
(Thu, 21 Dec 2023 22:28:03 GMT)
Full text and
rfc822 format available.
Message #14 received at 67961 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-org-agenda-files-track): Update to 0.4.0.
Change-Id: I69e0efd85d03dc5202d18a47d4e05b82e01b0994
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b03bf074ca..9054022ec3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31834,7 +31834,7 @@ (define-public emacs-org-drill-table
(define-public emacs-org-agenda-files-track
(package
(name "emacs-org-agenda-files-track")
- (version "0.3.1")
+ (version "0.4.0")
(source
(origin
(method git-fetch)
@@ -31843,7 +31843,7 @@ (define-public emacs-org-agenda-files-track
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0g59ckcrc9qd0h78qwq4qm3kn97nvnc2a0yj4g3fh74wr1mg80ad"))))
+ (base32 "0d7fhsinm2cj8vd7s54x5r6jhq3l36b7x6s8cy5r6y005h8kac50"))))
(build-system emacs-build-system)
(arguments
(list #:include
--
2.41.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#67961
; Package
guix-patches
.
(Thu, 18 Jan 2024 08:04:01 GMT)
Full text and
rfc822 format available.
Message #17 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2023-12-21 23:17, Nicolas Graves via Guix-patches via wrote:
> MELPA's maintainers advised for a rename before integration, hence the patch series.
>
> Nicolas Graves (3):
> gnu: emacs-org-dynamic-agenda: Rename package to
> emacs-org-agenda-files-track.
> gnu: emacs-org-dynamic-agenda-ql: Rename package to
> emacs-org-agenda-files-track-ql.
> gnu: emacs-org-agenda-files-track: Update to 0.4.0.
>
> gnu/packages/emacs-xyz.scm | 34 +++++++++++++++++++---------------
> 1 file changed, 19 insertions(+), 15 deletions(-)
Thank you! Applied, pushed. I screwed up an author name a bit, so it's
Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org>, sorry :)
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Andrew Tropin <andrew <at> trop.in>
:
You have taken responsibility.
(Thu, 18 Jan 2024 08:04:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Nicolas Graves <ngraves <at> ngraves.fr>
:
bug acknowledged by developer.
(Thu, 18 Jan 2024 08:04:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 15 Feb 2024 12:24:13 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 126 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.