python313Packages.typst: modernize
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
fetchFromGitHub,
|
||||
openssl,
|
||||
pkg-config,
|
||||
pythonOlder,
|
||||
rustc,
|
||||
rustPlatform,
|
||||
}:
|
||||
@@ -16,8 +15,6 @@ buildPythonPackage rec {
|
||||
version = "0.14.1";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "messense";
|
||||
repo = "typst-py";
|
||||
@@ -52,7 +49,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Python binding to typst";
|
||||
homepage = "https://github.com/messense/typst-py";
|
||||
changelog = "https://github.com/messense/typst-py/releases/tag/v${version}";
|
||||
changelog = "https://github.com/messense/typst-py/releases/tag/v${src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user