Skip to content

Commit

Permalink
python3Packages.pyicumessageformat: inherit pname in fetchPypi
Browse files Browse the repository at this point in the history
  • Loading branch information
erictapen committed Sep 4, 2024
1 parent 51ea42b commit 3d1765e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ buildPythonPackage rec {
build-system = [ setuptools ];

src = fetchPypi {
pname = "pyicumessageformat";
inherit version;
inherit pname version;
hash = "sha256-s+l8DtEMKxA/DzpwGqZSlwDqCrZuDzsj3I5K7hgfyEA=";
};

Expand All @@ -25,6 +24,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Unopinionated Python3 parser for ICU MessageFormat";
homepage = "https://github.com/SirStendec/pyicumessageformat/";
# Based on master, as upstream doesn't tag their releases on GitHub anymore
changelog = "https://github.com/SirStendec/pyicumessageformat/blob/master/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ erictapen ];
};
Expand Down

0 comments on commit 3d1765e

Please sign in to comment.