Skip to content

Commit

Permalink
Merge pull request #210494 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.arabic-reshaper

python310Packages.arabic-reshaper: 2.1.4 -> 3.0.0
  • Loading branch information
NickCao authored Jan 16, 2023
2 parents 44a58ed + 2caf7f6 commit 868bb34
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions pkgs/development/python-modules/arabic-reshaper/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,24 @@
, buildPythonPackage
, fetchFromGitHub
, fonttools
, future
, pytestCheckHook
, pythonOlder
}:

buildPythonPackage rec {
pname = "arabic-reshaper";
version = "2.1.4";
version = "3.0.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "mpcabd";
repo = "python-arabic-reshaper";
rev = "v${version}";
hash = "sha256-qQGIC/KequOQZoxwm7AEkdPV0QpS7YoBV9v8ZA7AYQM=";
rev = "refs/tags/v${version}";
hash = "sha256-ucSC5aTvpnlAVQcT0afVecnoN3hIZKtzUhEQ6Qg0jQM=";
};

propagatedBuildInputs = [
future
];

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

0 comments on commit 868bb34

Please sign in to comment.