diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2026-01-27 23:34:11 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:47 +0100 |
| commit | 1de95c6fd1cb57ca20026c0dd3ab9c246fc491eb (patch) | |
| tree | 7b3dd0c1e5071df473bb66795c6b381232529a7a /gnu | |
| parent | 3618eab5b63e308e3fc468bb8713211e6c6bf502 (diff) | |
gnu: python-sphinxext-opengraph: Update to 0.13.0.
* gnu/packages/sphinx.scm (python-sphinxext-opengraph): Update to 0.13.0.
[arguments]: Drop them.
[native-inputs]: Replace python-setuptools by python-flit-core.
Change-Id: I62f25c05029c214ad13ae689f23ade4bd239611f
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/sphinx.scm | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/gnu/packages/sphinx.scm b/gnu/packages/sphinx.scm index 1d4f46365dd..4702659f1c8 100644 --- a/gnu/packages/sphinx.scm +++ b/gnu/packages/sphinx.scm @@ -1275,27 +1275,22 @@ translate and to apply translation to Sphinx generated document.") (define-public python-sphinxext-opengraph (package (name "python-sphinxext-opengraph") - (version "0.6.3") + (version "0.13.0") (source (origin - (method git-fetch) ; no tests in PyPI release + (method git-fetch) (uri (git-reference (url "https://github.com/wpilibsuite/sphinxext-opengraph") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1wrgpan9z65fv4hbvisz4sypc4w5ammnxkyn5lhr43wdr6b967k1")))) + (base32 "0bif02izlzbra3mzghxrc5ngl6b3sr9sh7q22s9kydnzc5fpmmdd")))) (build-system pyproject-build-system) - (arguments - (list - #:phases - #~(modify-phases %standard-phases - (add-after 'unpack 'set-version - (lambda _ - (substitute* "setup.py" - (("main") #$version))))))) - (native-inputs (list python-beautifulsoup4 python-pytest python-sphinx - python-setuptools)) + (native-inputs + (list python-beautifulsoup4 + python-flit-core + python-pytest + python-sphinx)) (home-page "https://github.com/wpilibsuite/sphinxext-opengraph") (synopsis "Sphinx Extension to enable OpenGraph support") (description |
