python310Packages.arabic-reshaper: add changelog to meta

- adjust inputs
This commit is contained in:
Fabian Affolter 2023-01-14 11:33:58 +01:00 committed by GitHub
parent c1fed66393
commit 2caf7f6640
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@
, buildPythonPackage , buildPythonPackage
, fetchFromGitHub , fetchFromGitHub
, fonttools , fonttools
, future
, pytestCheckHook , pytestCheckHook
, pythonOlder , pythonOlder
}: }:
@ -21,10 +20,6 @@ buildPythonPackage rec {
hash = "sha256-ucSC5aTvpnlAVQcT0afVecnoN3hIZKtzUhEQ6Qg0jQM="; hash = "sha256-ucSC5aTvpnlAVQcT0afVecnoN3hIZKtzUhEQ6Qg0jQM=";
}; };
propagatedBuildInputs = [
future
];
passthru.optional-dependencies = { passthru.optional-dependencies = {
with-fonttools = [ with-fonttools = [
fonttools fonttools
@ -42,6 +37,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Reconstruct Arabic sentences to be used in applications that don't support Arabic"; description = "Reconstruct Arabic sentences to be used in applications that don't support Arabic";
homepage = "https://github.com/mpcabd/python-arabic-reshaper"; homepage = "https://github.com/mpcabd/python-arabic-reshaper";
changelog = "https://github.com/mpcabd/python-arabic-reshaper/releases/tag/v${version}";
license = with licenses; [ mit ]; license = with licenses; [ mit ];
maintainers = with maintainers; [ freezeboy ]; maintainers = with maintainers; [ freezeboy ];
}; };