Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Sep 1, 2024
1 parent db89cda commit 50742f0
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 deletions.
13 changes: 8 additions & 5 deletions compare.org
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
| gnu-elpa | 145 | 145 | | | 140 | | |
| nongnu-elpa | 0 | 0 | | | | 0 | |
|-------------+------+--------+-------+-------+----------+-------------+-------|
| github | 5508 | 5508 | | | 213 | 181 | 4936 |
| github | 5512 | 5512 | | | 213 | 180 | 4941 |
| gitlab | 193 | 193 | | | 19 | 16 | 174 |
| sourcehut | 105 | 105 | | | 29 | 5 | 62 |
| codeberg | 119 | 119 | | | 6 | 32 | 103 |
Expand All @@ -131,7 +131,7 @@
| secondary | | | | | | | 266 |
| unreleased | | | | | 5 | 0 | |
|-------------+------+--------+-------+-------+----------+-------------+-------|
| total | 9107 | 7023 | 1581 | 498 | 459 | 240 | 5806 |
| total | 9111 | 7027 | 1581 | 498 | 459 | 239 | 5811 |

- Most built-in packages are not mirrored. They are included in the
Epkg database, but no individual repositories exist for them on the
Expand Down Expand Up @@ -478,11 +478,12 @@
:order-by [(asc name)]])
#+end_src
#+results: melpa-delayed
| Package (6) | Melpa | Reason |
| Package (7) | Melpa | Reason |
|-----------------------------------+--------+------------------------------------------------------|
| bind-chord | github | Don't add; part of legacy repository but not Emacs |
| connection | github | Don't add; part of upstream dictionary but not Emacs |
| django-snippets | github | Don't add; part of shelved django-mode |
| evangelion-theme | github | pending [[https://github.com/melpa/melpa/pull/9153][melpa#9153]] |
| link | github | Don't add; part of upstream dictionary but not Emacs |
| use-package-chords | github | Don't add; part of bind-chord, see above |
| use-package-ensure-system-package | github | Don't add; part of Emacs' use-package |
Expand Down Expand Up @@ -886,11 +887,13 @@
(emir-melpa--diverging-branches))
#+end_src
#+results: melpa-diverging-branches
| Package (1) | Used | Forced | Melpa | Class | Fetcher | Repo |
| Package (2) | Used | Forced | Melpa | Class | Fetcher | Repo |
|-------------+--------+--------+---------+--------+---------+---------------------|
| org-node | main | | melpa | github | github | [[https://github.com/meedstrom/org-node][meedstrom/org-node]] |
| prettier | master | | release | github | github | [[https://github.com/jscheid/prettier.el][jscheid/prettier.el]] |

- prettier: https://github.com/melpa/melpa/pull/6990#issuecomment-2159296874
- 2024-09-02 org-node https://github.com/melpa/melpa/pull/9132#issuecomment-2297371280
- 2022-08-21 prettier https://github.com/melpa/melpa/pull/6990#issuecomment-2159296874

** From Emacsmirror
:PROPERTIES:
Expand Down
1 change: 1 addition & 0 deletions config.org
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
| bind-chord | Don't add; part of legacy repository but not Emacs |
| connection | Don't add; part of upstream dictionary but not Emacs |
| django-snippets | Don't add; part of shelved django-mode |
| evangelion-theme | pending [[https://github.com/melpa/melpa/pull/9153][melpa#9153]] |
| link | Don't add; part of upstream dictionary but not Emacs |
| use-package-chords | Don't add; part of bind-chord, see above |
| use-package-ensure-system-package | Don't add; part of Emacs' use-package |
Expand Down
3 changes: 2 additions & 1 deletion issues.org
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,14 @@
(epkgs [name class] [mirrored*]))
#+end_src
#+results: unsatisfied
| Package (7) | Class | Feature | Provider |
| Package (8) | Class | Feature | Provider |
|--------------------------+--------+--------------------+--------------------|
| eev | github | lean4-mode | |
| evil-textobj-tree-sitter | github | tree-sitter | tree-sitter |
| flex-compile | github | slite | |
| gleam-ts-mode | github | tree-sitter | tree-sitter |
| gleam-ts-mode | github | tree-sitter-indent | tree-sitter-indent |
| org-node | github | org-super-links | |
| scopeline | github | tree-sitter | tree-sitter |
| sdml-mode | github | tree-sitter | tree-sitter |
| sdml-mode | github | tree-sitter-hl | tree-sitter |
Expand Down
10 changes: 5 additions & 5 deletions licenses.org
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@
#+results: mirror-overview
| License | Count | Percent |
|-------------------+-------+---------|
| GPL-3.0-or-later | 4826 | 69 |
| GPL-2.0-or-later | 1169 | 17 |
| GPL-3.0-or-later | 4828 | 69 |
| GPL-2.0-or-later | 1170 | 17 |
| MIT | 407 | 6 |
| GPL-3.0-only | 176 | 3 |
| BSD-2-Clause | 84 | 1 |
Expand All @@ -90,10 +90,10 @@
| AGPL-3.0-or-later | 19 | 0 |
| LGPL-3.0-or-later | 8 | 0 |
| CC0-1.0 | 7 | 0 |
| GPL-3.0 | 4 | 0 |
| Zlib | 4 | 0 |
| 0BSD | 3 | 0 |
| GPL-1.0-or-later | 3 | 0 |
| GPL-3.0 | 3 | 0 |
| LGPL-3.0-only | 3 | 0 |
| MPL-2.0 | 3 | 0 |
| CECILL-2.1 | 2 | 0 |
Expand All @@ -109,9 +109,9 @@
| Ruby | 1 | 0 |
| Unicode-TOU | 1 | 0 |
|-------------------+-------+---------|
| total GNU | 6210 | 88 |
| total GNU | 6214 | 88 |
|-------------------+-------+---------|
| total | 7023 | 100 |
| total | 7027 | 100 |

** Packages with unknown licenses
:PROPERTIES:
Expand Down
6 changes: 5 additions & 1 deletion upstreams.org
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@
- apiwrap https://github.com/vermiculus/apiwrap.el
- aplac-mode please consult a search engine
- app-monochrome-themes https://github.com/Greybeard-Entertainment/app-monochrome
- apparmor-mode https://github.com/alexmurray/apparmor-mode
- apparmor-mode https://gitlab.com/apparmor/apparmor-mode
- apples-mode https://github.com/tequilasunset/apples-mode
- applescript-mode https://github.com/emacsorphanage/applescript-mode
- application https://github.com/emacsmirror/emacswiki.org
Expand Down Expand Up @@ -845,6 +845,7 @@
- cask-mode https://github.com/Wilfred/cask-mode
- cask-package-toolset https://github.com/AdrieanKhisbe/cask-package-toolset.el
- caskxy https://github.com/aki2o/caskxy
- casual-agenda https://github.com/kickingvegas/casual-agenda
- casual-avy https://github.com/kickingvegas/casual-avy
- casual-bookmarks https://github.com/kickingvegas/casual-bookmarks
- casual-calc https://github.com/kickingvegas/casual-calc
Expand Down Expand Up @@ -2932,6 +2933,7 @@
- flylisp https://git.savannah.gnu.org/git/emacs/elpa.git
- flymake https://git.savannah.gnu.org/git/emacs.git
- flymake-actionlint https://github.com/ROCKTAKEY/flymake-actionlint
- flymake-bashate https://github.com/jamescherti/flymake-bashate.el
- flymake-cc https://git.savannah.gnu.org/git/emacs.git
- flymake-clippy https://github.com/mgmarlow/flymake-clippy
- flymake-codespell https://github.com/skangas/flymake-codespell
Expand Down Expand Up @@ -5968,6 +5970,7 @@
- org-nan https://github.com/gkappler/org-nan
- org-newtab https://github.com/Zweihander-Main/org-newtab
- org-nix-shell https://github.com/AntonHakansson/org-nix-shell
- org-node https://github.com/meedstrom/org-node
- org-notebook https://github.com/Rahi374/org-notebook
- org-noter https://github.com/org-noter/org-noter
- org-notifications https://github.com/doppelc/org-notifications
Expand Down Expand Up @@ -6142,6 +6145,7 @@
- other-emacs-eval https://github.com/xuchunyang/other-emacs-eval
- other-frame-window https://git.savannah.gnu.org/git/emacs/elpa.git
- otp https://github.com/emacsmirror/emacswiki.org
- otpp https://github.com/abougouffa/one-tab-per-project
- outline https://git.savannah.gnu.org/git/emacs.git
- outline+ https://github.com/emacsmirror/emacswiki.org
- outline-indent https://github.com/jamescherti/outline-indent.el
Expand Down

0 comments on commit 50742f0

Please sign in to comment.