emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/moe-theme edf3fe47fb: *-pkg.el is not needed anymore nowad


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme edf3fe47fb: *-pkg.el is not needed anymore nowadays
Date: Mon, 7 Mar 2022 12:59:08 -0500 (EST)

branch: elpa/moe-theme
commit edf3fe47fb986e283e3b04cba443dcb39fe8720e
Author: ono ono <azazabc123@gmail.com>
Commit: ono ono <azazabc123@gmail.com>

    *-pkg.el is not needed anymore nowadays
    
    Stefan Monnier (monnier circle-a iro dot umontreal dot CANADA) says that 
*-pkg.el is not needed anymore nowadays.
    
    I finally tracked down some problems I was having with moe-theme (where
    `package.el` keeps complaining about an invalid version number
    "{{VERSION}}") to the fact that you have `moe-theme-pkg.el` tracked in
    Git, rather than auto-generated by the distribution sites (whether
    MELPA or NonGNU ELPA).
    
    Any hope you could `git rm` this file?  Its content will be
    auto-generated by the MELPA and NonGNU ELPA scripts anyway (from the
    info in `moe-theme.el`).
    
    > 1. So just removing the moe-theme-pkg.el is ok? (Actually this file is
    > required, at least for the MELPA before 7 years ago. But I don't know what
    > are the latest rules today.)
    
    Nowadays Melpa will generate the *-pkg.el file for you from the
    data in the header of the <pkg>.el file (just like (Non)GNU ELPA does).
---
 moe-theme-pkg.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/moe-theme-pkg.el b/moe-theme-pkg.el
deleted file mode 100644
index 6840c1c28d..0000000000
--- a/moe-theme-pkg.el
+++ /dev/null
@@ -1,2 +0,0 @@
-(define-package "moe-theme" "{{VERSION}}" "A colorful eye-candy theme. Moe, 
moe, kyun!" nil
-  :url "https://github.com/kuanyui/moe-theme.el";)



reply via email to

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