summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/html5-parser/default.nix (follow)
Commit message (Expand)AuthorAgeFilesLines
* treewide: migrate fetchgit `rev = "refs/tags/..."` to `tag`Peder Bergebakken Sundt2025-01-041-1/+1
* treewide: remove unused with statements from maintainer lists•••$ find -type f -name '*.nix' -print0 | xargs -P "$(nproc)" -0 sed -i \ -e 's!with lib.maintainers; \[ *\];![ ];!' \ -e 's!with maintainers; \[ *\];![ ];!' Jörg Thalheim2024-07-291-1/+1
* python3Packages: format with nixfmtMartin Weinelt2024-05-221-22/+15
* python311Packages.html5-parser: 0.4.11 -> 0.4.12•••Diff: https://github.com/kovidgoyal/html5-parser/compare/refs/tags/v0.4.11...v0.4.12 Fabian Affolter2023-11-301-2/+2
* python310Packages.html5-parser: run testsFabian Affolter2023-04-161-8/+39
* python310Packages.html5-parser: 0.4.10 -> 0.4.11Mario Rodas2023-04-151-4/+10
* python38Packages.html5-parser: 0.4.9 -> 0.4.10R. RyanTM2021-09-231-2/+2
* treewide: remove stdenv where not neededPavol Rusnak2021-01-251-1/+1
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix•••continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi. Jonathan Ringer2021-01-191-2/+2
* 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
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-101-1/+1
* python: html5-parser: 0.4.8 -> 0.4.9Frederik Rietdijk2019-11-221-2/+2
* python37Packages.html5-parser: 0.4.7 -> 0.4.8•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-html5-parser/versions R. RyanTM2019-08-051-2/+2
* python37Packages.html5-parser: 0.4.6 -> 0.4.7•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-html5-parser/versions R. RyanTM2019-06-171-2/+2
* python37Packages.html5-parser: 0.4.5 -> 0.4.6•••Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-html5-parser/versions R. RyanTM2019-05-221-2/+2
* treewide: removed name from a few pythonpackages defining pname and versionPatrick Hilhorst2018-06-071-1/+0
* pythonPackages.html5-parser: 0.4.4 -> 0.4.5Balletie2018-04-221-2/+2
* misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputsJohn Ericson2017-09-211-1/+1
* python.pkgs: many updatesFrederik Rietdijk2017-08-251-2/+2
* pythonPackages.html5-parser: init at 0.4.3Johannes Frankenau2017-08-141-0/+23