python3Packages.pyicumessageformat: inherit pname in fetchPypi

This commit is contained in:
Kerstin Humm
2024-09-04 12:54:31 +02:00
committed by Valentin Gagarin
parent 21ac7729ae
commit 378ef14992
@@ -13,8 +13,7 @@ buildPythonPackage rec {
build-system = [ setuptools ];
src = fetchPypi {
pname = "pyicumessageformat";
inherit version;
inherit pname version;
hash = "sha256-s+l8DtEMKxA/DzpwGqZSlwDqCrZuDzsj3I5K7hgfyEA=";
};
@@ -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 ];
};