summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/sphinxcontrib-serializinghtml/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* python3Packages.sphinxcontrib-serializinghtml: 1.1.10 -> 2.0.0Martin Weinelt2025-01-271-2/+2
* treewide: Remove ending period from meta.description•••nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*".*\.";' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*)\.";/\1";/' Alexis Hildebrandt2024-06-091-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-8/+7
* python3Packages.sphinxcontrib-serializinghtml: 1.1.9 -> 1.1.10Martin Weinelt2024-03-121-2/+2
* python311Packages.sphinxcontrib-*: disable runtime deps check•••These have circular dependencies on sphinx. Martin Weinelt2023-12-201-0/+1
* python311Packages.sphinxcontrib-serializinghtml: 1.1.5 -> 1.1.9natsukium2023-10-261-6/+14
* python311Packages.sphinxcontrib: add pythonNamespaces to remove nspkg.pth•••This change fixes the import error reported in the following comment. It is caused by the legacy setuptools namespace. https://github.com/NixOS/nixpkgs/pull/210338#issuecomment-1447063024 natsukium2023-10-261-0/+2
* python39Packages.sphinxcontrib-serializinghtml: move to maintainer team, upda...Sandro Jäckel2022-01-281-3/+2
* python3Packages.sphinxcontrib-serializinghtml: 1.1.4 -> 1.1.5Martin Weinelt2021-06-221-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-111-2/+2
* python2Packages.sphinxcontrib-serializinghtml: disable python2•••``` Processing ./sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl ERROR: Package 'sphinxcontrib-serializinghtml' requires a different Python: 2.7.18 not in '>=3.5' ``` Jonathan Ringer2020-08-151-0/+2
* python3Packages.sphinxcontrib-serializinghtml: 1.1.3 -> 1.1.4Frederik Rietdijk2020-05-111-2/+2
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* sphinxcontrib-serializinghtml: init at 1.1.3•••build dep of sphinx 2.2.0 Markus S. Wamser2019-10-271-0/+25