mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 10:14:48 +00:00
python3Packages.pcffont: 0.0.25 -> 0.0.33
This commit is contained in:
@@ -6,25 +6,28 @@
|
||||
nix-update-script,
|
||||
uv-build,
|
||||
bdffont,
|
||||
freetype-py,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pcffont";
|
||||
version = "0.0.25";
|
||||
version = "0.0.33";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "TakWolf";
|
||||
repo = "pcffont";
|
||||
tag = version;
|
||||
hash = "sha256-xxTOw7Fdey5YKDY1kq3EiAjW2jNHIU3wFDKvHdPgAQc=";
|
||||
hash = "sha256-inK/+oQkWfhIwhUjN3TkKvyk0AAxoliSsUzR84tLt9U=";
|
||||
};
|
||||
|
||||
build-system = [ uv-build ];
|
||||
|
||||
dependencies = [ bdffont ];
|
||||
|
||||
nativeCheckInputs = [ pytestCheckHook ];
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
bdffont
|
||||
freetype-py
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pcffont" ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user