diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-11-08 14:54:37 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-11 16:02:05 +0000 |
| commit | ae2e089b5a23c1a721e43819e6feb9c3b664907b (patch) | |
| tree | e95a93c5a7f17334c94e0810454d5889155a03a1 /gnu/packages/textutils.scm | |
| parent | a5c32a958bee257dfb64cf80ca08d134b64c0eff (diff) | |
gnu: python-bibtexparser: Update to 2.0.0b8.
* gnu/packages/python-xyz.scm (python-bibtexparser): Update to 2.0.0b8.
[source]: Switch to git-fetch.
[build-system]: Switch to pyproject-build-system.
[native-inputs]: Remove python-future. Add python-pylatexenc,
python-pytest and python-setuptools.
(python-bibtexparser-for-cobib): New variable.
* gnu/packages/textutils.scm (cobib)[propagated-inputs]: Remove
python-bibtexparser; add python-bibtexparser-for-cobib.
Change-Id: I924fba9ccf9487dea6409fb4d1e1d69ab026c130
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/textutils.scm')
| -rw-r--r-- | gnu/packages/textutils.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index 1c0d973bf1a..7a1193e6a1d 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -1439,7 +1439,7 @@ OpenDocument presentations (*.odp).") python-setuptools)) (propagated-inputs (list python-beautifulsoup4 - python-bibtexparser + python-bibtexparser-for-cobib python-lxml python-mdit-py-plugins ;XXX: for sanity-check python-natsort |
