emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [elpa] master 3290d46: Update version of async.el to 1.6


From: Michael Albinus
Subject: Re: [elpa] master 3290d46: Update version of async.el to 1.6
Date: Wed, 06 Jan 2016 06:46:51 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)


John Wiegley writes:

Hi John,

> branch: master
> commit 3290d462da4a7b1362e4c57a9a1623bc4bd289b3
> Author: John Wiegley <johnw-NH40D2G0MJ/address@hidden>
> Commit: John Wiegley <johnw-NH40D2G0MJ/address@hidden>
>
>     Update version of async.el to 1.6
> ---
>  packages/async/async-pkg.el |   14 ++------------
>  packages/async/async.el     |    2 +-
>  2 files changed, 3 insertions(+), 13 deletions(-)
>
> diff --git a/packages/async/async-pkg.el b/packages/async/async-pkg.el
> index 0268724..984fbf4 100644
> --- a/packages/async/async-pkg.el
> +++ b/packages/async/async-pkg.el
> @@ -1,12 +1,2 @@
> -;;; async-pkg.el
> -
> -(define-package "async" "1.6"
> -  "Asynchronous processing in Emacs"
> -  '((emacs "24")
> -    (cl-lib "0.5"))
> -  :url "https://github.com/jwiegley/emacs-async";)
> -
> -;; Local Variables:
> -;; no-byte-compile: t
> -;; End:
> -
> +;; Generated package description from async.el
> +(define-package "async" "1.6" "Asynchronous processing in Emacs" 'nil :url 
> "http://elpa.gnu.org/packages/async.html"; :keywords '("async"))
> diff --git a/packages/async/async.el b/packages/async/async.el
> index 5b16cd5..20a2f17 100644

In this case async-pkg.el can be removed from the git, as it is
generated. However, there is still the request from Thierry, that
packages shall be able to provide their own <foo>-pkg.el.

Btw, do you plan to maintain the async package in elpa now? I've added
the package to elpa as a subtree. This could be changed then.

Best regards, Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]