python3Packages.pyicumessageformat: inherit pname in fetchPypi
This commit is contained in:
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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user