[PATCH 5/5] gnu: emacs-pyvenv: Update synopsis.

  • Done
  • quality assurance status badge
Details
2 participants
  • Brett Gilio
  • 宋文武
Owner
unassigned
Submitted by
Brett Gilio
Severity
normal

Debbugs page

Brett Gilio wrote 6 years ago
(address . guix-patches@gnu.org)
87lg29vqh1.fsf@posteo.net
From 3c4b1978608f6be45e8ab6c57357b8d3105f7b25 Mon Sep 17 00:00:00 2001
From: Brett Gilio <brettg@posteo.net>
Date: Wed, 20 Feb 2019 20:11:19 -0600
Subject: [PATCH 5/5] gnu: emacs-pyvenv: Update synopsis.

* gnu/packages/emacs-xyz.scm (emacs-pyvenv): [synopsis] reflect changes upstream.
---
gnu/packages/emacs-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7b7205887..871721af3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4614,7 +4614,7 @@ functions to assist in reviewing changes on files.")
`(("ert-runner" ,emacs-ert-runner)
("emacs-mocker" ,emacs-mocker)))
(home-page "https://github.com/jorgenschaefer/pyvenv")
- (synopsis "Virtualenv minor mode for Emacs")
+ (synopsis "Python virtual environment interface for Emacs")
(description "pyvenv.el is a minor mode to support using Python virtual
environments (virtualenv) inside Emacs.")
(license license:gpl3+)))
--
2.20.1
宋文武 wrote 6 years ago
(name . Brett Gilio)(address . brettg@posteo.net)(address . 34604-done@debbugs.gnu.org)
874l8tg9pr.fsf@member.fsf.org
Brett Gilio <brettg@posteo.net> writes:

Toggle quote (7 lines)
>>From 3c4b1978608f6be45e8ab6c57357b8d3105f7b25 Mon Sep 17 00:00:00 2001
> From: Brett Gilio <brettg@posteo.net>
> Date: Wed, 20 Feb 2019 20:11:19 -0600
> Subject: [PATCH 5/5] gnu: emacs-pyvenv: Update synopsis.
>
> * gnu/packages/emacs-xyz.scm (emacs-pyvenv): [synopsis] reflect changes upstream.

Amended with the previous patch (version update), thank you!
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 34604@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 34604
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help