update packages

This commit is contained in:
2025-06-22 17:08:08 +02:00
parent 54e5633369
commit 16a0a6db93
558 changed files with 68349 additions and 26568 deletions

View File

@@ -1,16 +1,12 @@
(define-package "sphinx-doc" "20210213.1250" "Sphinx friendly docstrings for Python functions"
'((s "1.9.0")
;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "sphinx-doc" "20210213.1250"
"Sphinx friendly docstrings for Python functions."
'((s "1.9.0")
(cl-lib "0.5")
(dash "2.10.0"))
:commit "1eda612a44ef027e5229895daa77db99a21b8801" :authors
'(("Vineet Naik" . "naikvin@gmail.com"))
:maintainers
'(("Vineet Naik" . "naikvin@gmail.com"))
:maintainer
'("Vineet Naik" . "naikvin@gmail.com")
:keywords
'("sphinx" "python")
:url "https://github.com/naiquevin/sphinx-doc.el")
;; Local Variables:
;; no-byte-compile: t
;; End:
(dash "2.10.0"))
:url "https://github.com/naiquevin/sphinx-doc.el"
:commit "1eda612a44ef027e5229895daa77db99a21b8801"
:revdesc "1eda612a44ef"
:keywords '("sphinx" "python")
:authors '(("Vineet Naik" . "naikvin@gmail.com"))
:maintainers '(("Vineet Naik" . "naikvin@gmail.com")))

View File

@@ -4,7 +4,8 @@
;; Author: Vineet Naik <naikvin@gmail.com>
;; URL: https://github.com/naiquevin/sphinx-doc.el
;; Version: 0.3.0
;; Package-Version: 20210213.1250
;; Package-Revision: 1eda612a44ef
;; Keywords: Sphinx, Python
;; Package-Requires: ((s "1.9.0") (cl-lib "0.5") (dash "2.10.0"))