python313Packages.et-xmlfile: 1.1 -> 2.0.0
https://foss.heptapod.net/openpyxl/et_xmlfile/-/compare/refs/tags/1.1...2.0.0
This commit is contained in:
@@ -5,12 +5,13 @@
|
||||
lxml,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
setuptools,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "et-xmlfile";
|
||||
version = "1.1";
|
||||
format = "setuptools";
|
||||
version = "2.0.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
@@ -18,10 +19,12 @@ buildPythonPackage rec {
|
||||
domain = "foss.heptapod.net";
|
||||
owner = "openpyxl";
|
||||
repo = "et_xmlfile";
|
||||
rev = version;
|
||||
hash = "sha256-MJimcnYKujOL3FedGreNpuw1Jpg48ataDmFd1qwTS5A=";
|
||||
tag = version;
|
||||
hash = "sha256-JZ1fJ9o4/Z+9uSlaoq+pNpLSwl5Yv6BJCI1G7GOaQ1I=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
nativeCheckInputs = [
|
||||
lxml
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user