mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 10:04:08 +00:00
python3Packages.pdoc: 14.1.0 -> 14.2.0
Diff: https://github.com/mitmproxy/pdoc/compare/v14.1.0...v14.2.0 Changelog: https://github.com/mitmproxy/pdoc/blob/v14.2.0/CHANGELOG.md
This commit is contained in:
parent
44e54cf37c
commit
43f1e317aa
@ -4,6 +4,7 @@
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, jinja2
|
||||
, pdoc-pyo3-sample-library
|
||||
, pygments
|
||||
, markupsafe
|
||||
, astunparse
|
||||
@ -13,16 +14,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pdoc";
|
||||
version = "14.1.0";
|
||||
version = "14.2.0";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "mitmproxy";
|
||||
repo = "pdoc";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-LQXhdzocw01URrmpDayK9rpsArvM/E44AE8Eok9DBwk=";
|
||||
hash = "sha256-Mmmq4jqRQow+1jn5ZDVMtP1uxrYgHJK/IQrwFWNw8ag=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@ -38,6 +39,7 @@ buildPythonPackage rec {
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
hypothesis
|
||||
pdoc-pyo3-sample-library
|
||||
];
|
||||
disabledTestPaths = [
|
||||
# "test_snapshots" tries to match generated output against stored snapshots,
|
||||
|
Loading…
Reference in New Issue
Block a user