python313Packages.python-stdnum: 1.20 -> 2.1
Changelog: https://github.com/arthurdejong/python-stdnum/blob/2.1/ChangeLog
This commit is contained in:
parent
743084df45
commit
42e35b7972
@ -4,24 +4,22 @@
|
|||||||
fetchPypi,
|
fetchPypi,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pytest-cov-stub,
|
pytest-cov-stub,
|
||||||
pythonOlder,
|
|
||||||
setuptools,
|
setuptools,
|
||||||
zeep,
|
zeep,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "python-stdnum";
|
pname = "python-stdnum";
|
||||||
version = "1.20";
|
version = "2.1";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
pname = "python_stdnum";
|
||||||
hash = "sha256-rSos8usCXeQIIQI182tK4xJS3jGGJAzKqBJuEXy4JpA=";
|
inherit version;
|
||||||
|
hash = "sha256-awFkWWnrPf1VBhoBFNWTdTzZ5lPOqQgxmLfuoSZEOXo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user