python312Packages.{dist-meta, pyproject-parser, shippinglabel}: move hatch to build-system (#396303)
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
lib,
|
||||
setuptools,
|
||||
domdf-python-tools,
|
||||
handy-archives,
|
||||
hatchling,
|
||||
@@ -20,13 +19,14 @@ buildPythonPackage rec {
|
||||
hash = "sha256-+hbr1VdHRKCVlqs0IIOhHXIJ2NBc8yiR0cmFvn7Ay9c=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [
|
||||
hatchling
|
||||
hatch-requirements-txt
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
domdf-python-tools
|
||||
handy-archives
|
||||
hatchling
|
||||
hatch-requirements-txt
|
||||
packaging
|
||||
];
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
lib,
|
||||
setuptools,
|
||||
apeye-core,
|
||||
attrs,
|
||||
click,
|
||||
@@ -30,15 +29,16 @@ buildPythonPackage rec {
|
||||
hash = "sha256-/x3bXUJsbYs4rXPNotXK8/VohSy04M+Gk0XInoyg+3Y=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [
|
||||
hatchling
|
||||
hatch-requirements-txt
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
apeye-core
|
||||
attrs
|
||||
dom-toml
|
||||
domdf-python-tools
|
||||
hatchling
|
||||
hatch-requirements-txt
|
||||
natsort
|
||||
packaging
|
||||
shippinglabel
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
lib,
|
||||
setuptools,
|
||||
dist-meta,
|
||||
dom-toml,
|
||||
domdf-python-tools,
|
||||
@@ -21,7 +20,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-uvQ6MjHp1X63PlEDQKaiYMLoB7/gqs4KfFyZoCeNNXQ=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
build-system = [
|
||||
hatchling
|
||||
hatch-requirements-txt
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
dist-meta
|
||||
@@ -29,8 +31,6 @@ buildPythonPackage rec {
|
||||
domdf-python-tools
|
||||
packaging
|
||||
typing-extensions
|
||||
hatchling
|
||||
hatch-requirements-txt
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
||||
Reference in New Issue
Block a user