mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python311Package.css-inline: 0.13.0 -> 0.14.0
https://github.com/Stranger6667/css-inline/releases/tag/python-v0.14.0
This commit is contained in:
parent
88716748da
commit
b61f94d7a2
2 changed files with 379 additions and 275 deletions
647
pkgs/development/python-modules/css-inline/Cargo.lock
generated
647
pkgs/development/python-modules/css-inline/Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -18,14 +18,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "css-inline";
|
||||
version = "0.13.0";
|
||||
version = "0.14.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Stranger6667";
|
||||
repo = "css-inline";
|
||||
rev = "python-v${version}";
|
||||
hash = "sha256-hhjeOr7EJc4Tmn/eQ1vF0xChSIlgfSmtqi6s7WCUq00=";
|
||||
hash = "sha256-CdR90GGPWOerXWfVeHrFLAelL+MJ9bfoB4TjKBdRSL0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -42,7 +42,7 @@ buildPythonPackage rec {
|
|||
ln -s ${./Cargo.lock} Cargo.lock
|
||||
'';
|
||||
name = "${pname}-${version}";
|
||||
hash = "sha256-noYBSwCfdpuwb55toyx4K/16Z4A0NWjnMuzwTi5g8AU=";
|
||||
hash = "sha256-/GO7OcUl0iFgEhr8ZWZQOTNqHn7bt38PpFs0HktmAhE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -67,6 +67,7 @@ buildPythonPackage rec {
|
|||
|
||||
disabledTests = [
|
||||
# fails to connect to local server
|
||||
"test_cache"
|
||||
"test_remote_stylesheet"
|
||||
] ++ lib.optionals (stdenv.isDarwin) [
|
||||
# pyo3_runtime.PanicException: event loop thread panicked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue