python313Packages.normality: 2.6.1 -> 3.0.1
Diff: https://github.com/pudo/normality/compare/2.6.1...3.0.1
This commit is contained in:
parent
737049ee45
commit
3cbc97be2c
@ -3,36 +3,36 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
buildPythonPackage,
|
buildPythonPackage,
|
||||||
hatchling,
|
hatchling,
|
||||||
text-unidecode,
|
|
||||||
charset-normalizer,
|
charset-normalizer,
|
||||||
chardet,
|
chardet,
|
||||||
banal,
|
banal,
|
||||||
pyicu,
|
pyicu,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "normality";
|
pname = "normality";
|
||||||
version = "2.6.1";
|
version = "3.0.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "pudo";
|
owner = "pudo";
|
||||||
repo = "normality";
|
repo = "normality";
|
||||||
rev = version;
|
tag = version;
|
||||||
hash = "sha256-RsZP/GkEuPKGZK2+/57kvMwm9vk0FTKN2/XtOmfoZxA=";
|
hash = "sha256-AAxFsdh2pv317hn9vr8Xpz9QPLYEa3KMDcObwR51NWo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ hatchling ];
|
build-system = [ hatchling ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
charset-normalizer
|
charset-normalizer
|
||||||
text-unidecode
|
|
||||||
chardet
|
chardet
|
||||||
banal
|
banal
|
||||||
pyicu
|
pyicu
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [ pytestCheckHook ];
|
nativeCheckInputs = [ pytestCheckHook ];
|
||||||
|
|
||||||
pythonImportsCheck = [ "normality" ];
|
pythonImportsCheck = [ "normality" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user