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

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

[elpa] externals/pyim 4b50faa: Remove pyim-pkg.el


From: Feng Shu
Subject: [elpa] externals/pyim 4b50faa: Remove pyim-pkg.el
Date: Sun, 21 Feb 2021 23:59:37 -0500 (EST)

branch: externals/pyim
commit 4b50faa00895809cde125d67e9bddbec8f2ffc09
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    Remove pyim-pkg.el
    
    Note that the GNU ELPA scripts will build the `pyim-pkg.el` file from
    the contents of the header in `pyim.el`, so the better option is to not
    include `pyim-pkg.el` at all in the Git.
    
            Stefan
---
 pyim-pkg.el | 5 -----
 pyim.el     | 1 +
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/pyim-pkg.el b/pyim-pkg.el
deleted file mode 100644
index 6d34092..0000000
--- a/pyim-pkg.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(define-package "pyim" "2.0"
-  "A Chinese input method support quanpin, shuangpin, wubi and cangjie."
-  '((emacs         "24.4")
-    (async         "1.6")
-    (xr            "1.13")))
diff --git a/pyim.el b/pyim.el
index c8bb1bd..26c242b 100644
--- a/pyim.el
+++ b/pyim.el
@@ -8,6 +8,7 @@
 ;; Maintainer: Feng Shu <tumashu@163.com>
 ;; URL: https://github.com/tumashu/pyim
 ;; Keywords: convenience, Chinese, pinyin, input-method
+;; Package-Requires: ((emacs "24.4") (async "1.6") (xr "1.13"))
 
 ;; This file is part of GNU Emacs.
 



reply via email to

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