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

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

[nongnu] main f4166f428a: * elpa-packages (emacsql): New package.


From: Stefan Kangas
Subject: [nongnu] main f4166f428a: * elpa-packages (emacsql): New package.
Date: Tue, 13 Dec 2022 02:43:39 -0500 (EST)

branch: main
commit f4166f428a3d4ffc0dc7053cc87eb38b6b1e93c8
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    * elpa-packages (emacsql): New package.
    
    * elpa-packages (emacsql-mysql): New package.
    
    * elpa-packages (emacsql-psql): New package.
    
    * elpa-packages (emacsql-sqlite): New package.
    
    * elpa-packages (emacsql-sqlite-builtin): New package.
---
 elpa-packages | 67 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 66 insertions(+), 1 deletion(-)

diff --git a/elpa-packages b/elpa-packages
index a64c4c5b87..66d4bb83c3 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -142,7 +142,72 @@
   :doc "elpher.texi"
   :ignored-files ("Makefile" "ISSUES.org" "RELEASE" "config.mk"))
 
- ;; (emacsql           :url "https://github.com/magit/emacsql";)
+ (emacsql              :url "https://github.com/magit/emacsql";
+  :readme "README.md"
+  :ignored-files ("Makefile" "tests" "sqlite"
+                  ;; "emacsql-compiler.el"
+                  "emacsql-mysql.el"
+                  "emacsql-pg.el"
+                  "emacsql-psql.el"
+                  "emacsql-sqlite-builtin.el"
+                  "emacsql-sqlite-module.el"
+                  "emacsql-sqlite.el"
+                  ;; "emacsql.el"
+                  ))
+
+ (emacsql-mysql                :url "https://github.com/magit/emacsql";
+  :readme ignore
+  :ignored-files ("Makefile" "tests" "sqlite"
+                  "emacsql-compiler.el"
+                  ;; "emacsql-mysql.el"
+                  "emacsql-pg.el"
+                  "emacsql-psql.el"
+                  "emacsql-sqlite-builtin.el"
+                  "emacsql-sqlite-module.el"
+                  "emacsql-sqlite.el"
+                  "emacsql.el"))
+
+ ;; FIXME: Add this?  Depends on the `pg' package, not in NonGNU ELPA.
+ ;; (emacsql-pg                :url "https://github.com/magit/emacsql";)
+
+ (emacsql-psql         :url "https://github.com/magit/emacsql";
+  :readme ignore
+  :ignored-files ("Makefile" "tests" "sqlite"
+                  "emacsql-compiler.el"
+                  "emacsql-mysql.el"
+                  "emacsql-pg.el"
+                  ;; "emacsql-psql.el"
+                  "emacsql-sqlite-builtin.el"
+                  "emacsql-sqlite-module.el"
+                  "emacsql-sqlite.el"
+                  "emacsql.el"))
+
+ (emacsql-sqlite       :url "https://github.com/magit/emacsql";
+  :readme ignore
+  :ignored-files ("Makefile" "tests" ;; "sqlite"
+                  "emacsql-compiler.el"
+                  "emacsql-mysql.el"
+                  "emacsql-pg.el"
+                  "emacsql-psql.el"
+                  "emacsql-sqlite-builtin.el"
+                  "emacsql-sqlite-module.el"
+                  ;; "emacsql-sqlite.el"
+                  "emacsql.el"))
+
+ (emacsql-sqlite-builtin       :url "https://github.com/magit/emacsql";
+  :readme ignore
+  :ignored-files ("Makefile" "tests" "sqlite"
+                  "emacsql-compiler.el"
+                  "emacsql-mysql.el"
+                  "emacsql-pg.el"
+                  "emacsql-psql.el"
+                  ;; "emacsql-sqlite-builtin.el"
+                  "emacsql-sqlite-module.el"
+                  "emacsql-sqlite.el"
+                  "emacsql.el"))
+
+ ;; FIXME: Add this?  Depends on the `sqlite3' package, not in NonGNU ELPA.
+ ;; (emacsql-sqlite-module             :url "https://github.com/magit/emacsql";)
 
  (evil                 :url "https://github.com/emacs-evil/evil";
   :ignored-files ("COPYING" "lib" "scripts")



reply via email to

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